Skip to content

Commit

Permalink
fix(auth): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent 3eac061 commit deab750
Show file tree
Hide file tree
Showing 7 changed files with 173 additions and 172 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@
"react-hook-consent": "3.5.3",
"react-hook-form": "7.51.5",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "14.1.1",
"react-i18next": "14.1.2",
"zod": "3.23.8"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.44.0",
"@playwright/test": "1.44.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.14.0",
"@relative-ci/agent": "4.2.7",
"@tanstack/react-query-devtools": "4.36.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.1"
"react-i18next": "14.1.2"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"prettier-plugin-packagejson": "2.5.0",
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.8.4",
"tsx": "4.10.5",
"tsx": "4.11.0",
"turbo": "1.13.3",
"typescript": "5.4.5",
"typesync": "0.12.1",
Expand Down
2 changes: 1 addition & 1 deletion 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.577.0",
"@aws-sdk/client-cognito-identity-provider": "3.582.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"sql-bricks-postgres": "0.6.0",
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.10.5",
"tsx": "4.11.0",
"type-fest": "4.18.2",
"typescript": "5.4.5",
"zod-prisma-types": "3.1.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@weareinreach/analytics": "workspace:*",
"@weareinreach/env": "workspace:*",
"@weareinreach/util": "workspace:*",
"ahooks": "3.7.11",
"ahooks": "3.8.0",
"ajv": "8.13.0",
"ajv-errors": "3.0.0",
"alex": "11.0.1",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@hookform/error-message": "2.0.1",
"@hookform/resolvers": "3.4.2",
"@iconify-icon/react": "2.1.0",
"@iconify-json/carbon": "1.1.33",
"@iconify-json/carbon": "1.1.34",
"@iconify-json/fluent-mdl2": "1.1.7",
"@iconify-json/mdi": "1.1.66",
"@iconify-json/ph": "1.1.13",
Expand Down Expand Up @@ -158,7 +158,7 @@
"react-hook-form": "7.51.5",
"react-hook-form-mantine": "2.0.0",
"react-hook-tracer": "1.4.0",
"react-i18next": "14.1.1",
"react-i18next": "14.1.2",
"react-refresh": "0.14.2",
"react-refresh-typescript": "2.0.9",
"resolve-url-loader": "5.0.0",
Expand All @@ -167,7 +167,7 @@
"storybook-addon-pseudo-states": "2.2.1",
"style-loader": "3.3.4",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.10.5",
"tsx": "4.11.0",
"type-fest": "4.18.2",
"typescript": "5.4.5",
"webpack": "5.91.0",
Expand Down Expand Up @@ -212,7 +212,7 @@
"react-error-boundary": "4.0.13",
"react-hook-form": "7.51.5",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "14.1.1"
"react-i18next": "14.1.2"
},
"msw": {
"workerDirectory": [
Expand Down
323 changes: 162 additions & 161 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit deab750

Please sign in to comment.