Skip to content

Commit

Permalink
Merge branch 'dev' into IN-945-service-edit-page
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Mar 18, 2024
2 parents 6306831 + 572cf5b commit d4a65b2
Show file tree
Hide file tree
Showing 8 changed files with 464 additions and 471 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"react-dom": "18.2.0",
"react-error-boundary": "4.0.13",
"react-hook-consent": "3.5.3",
"react-hook-form": "7.51.0",
"react-hook-form": "7.51.1",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "14.1.0",
"zod": "3.22.4"
Expand All @@ -115,7 +115,7 @@
"@types/gtag.js": "0.0.19",
"@types/luxon": "3.4.2",
"@types/node": "20.11.28",
"@types/react": "18.2.66",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@types/umami": "0.1.5",
"@typescript-eslint/eslint-plugin": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@next/bundle-analyzer": "14.1.3",
"@types/eslint": "8.56.5",
"@types/node": "20.11.28",
"@types/react": "18.2.66",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.0.11",
"knip": "5.1.1",
"knip": "5.1.2",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
Expand All @@ -63,7 +63,7 @@
"typesync": "0.12.1",
"yargs": "17.7.2"
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"engines": {
"node": "^20.0.0",
"pnpm": "^8.10.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.533.0",
"@aws-sdk/client-cognito-identity-provider": "3.535.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -68,7 +68,7 @@
"devDependencies": {
"@types/eslint": "8.56.5",
"@types/node": "20.11.28",
"@types/react": "18.2.66",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"inquirer": "9.2.16",
"inquirer-autocomplete-prompt": "3.0.1",
"just-compact": "3.2.0",
"kysely-codegen": "0.13.1",
"kysely-codegen": "0.14.0",
"libphonenumber-js": "1.10.58",
"listr2": "8.0.2",
"luxon": "3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-import": "npm:[email protected]",
"eslint-plugin-node": "npm:[email protected]",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-turbo": "1.12.5",
"next": "14.1.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@iconify-json/fluent-mdl2": "1.1.6",
"@iconify-json/mdi": "1.1.64",
"@iconify-json/ph": "1.1.11",
"@iconify-json/simple-icons": "1.1.95",
"@iconify-json/simple-icons": "1.1.96",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.22",
Expand Down Expand Up @@ -109,7 +109,7 @@
"@storybook/theming": "7.6.17",
"@storybook/types": "7.6.17",
"@swc/core": "1.4.8",
"@swc/helpers": "0.5.6",
"@swc/helpers": "0.5.7",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table": "8.13.2",
Expand All @@ -125,7 +125,7 @@
"@types/luxon": "3.4.2",
"@types/node": "20.11.28",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.66",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/api": "workspace:*",
Expand All @@ -149,7 +149,7 @@
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
"merge-anything": "5.1.7",
"msw": "2.2.3",
"msw": "2.2.7",
"msw-storybook-addon": "2.0.0-beta.0",
"next": "14.1.3",
"next-auth": "4.24.7",
Expand All @@ -161,7 +161,7 @@
"react-docgen-typescript": "2.2.2",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.13",
"react-hook-form": "7.51.0",
"react-hook-form": "7.51.1",
"react-hook-form-mantine": "2.0.0",
"react-hook-tracer": "1.4.0",
"react-i18next": "14.1.0",
Expand Down
Loading

0 comments on commit d4a65b2

Please sign in to comment.