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 Apr 30, 2024
1 parent 012b3d7 commit 595de2b
Show file tree
Hide file tree
Showing 8 changed files with 304 additions and 281 deletions.
6 changes: 3 additions & 3 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"react-hook-form": "7.51.3",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "14.1.1",
"zod": "3.23.4"
"zod": "3.23.5"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
Expand All @@ -119,8 +119,8 @@
"@types/node": "20.12.7",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"@welldone-software/why-did-you-render": "8.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
"@weareinreach/util": "workspace:*",
"ajv": "8.12.0",
"ajv": "8.13.0",
"alex": "11.0.1",
"crud-object-diff": "2.3.6",
"geo-tz": "8.0.2",
Expand All @@ -50,7 +50,7 @@
"slugify": "1.6.6",
"social-links": "1.14.0",
"tiny-invariant": "1.3.3",
"zod": "3.23.4"
"zod": "3.23.5"
},
"devDependencies": {
"@turbo/gen": "1.13.3",
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,15 +55,15 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.564.0",
"@aws-sdk/client-cognito-identity-provider": "3.565.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
"@weareinreach/util": "workspace:*",
"aws-jwt-verify": "4.0.1",
"tiny-invariant": "1.3.3",
"tslog": "4.9.2",
"zod": "3.23.4"
"zod": "3.23.5"
},
"devDependencies": {
"@types/eslint": "8.56.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"prisma-kysely": "1.8.0",
"sql-bricks": "3.0.1",
"superjson": "2.2.1",
"zod": "3.23.4"
"zod": "3.23.5"
},
"devDependencies": {
"@octokit/core": "5.2.0",
"@snaplet/copycat": "5.0.0",
"@snaplet/seed": "0.96.1",
"@snaplet/seed": "0.97.0",
"@terraformer/wkt": "2.2.0",
"@turbo/gen": "1.13.3",
"@turf/helpers": "7.0.0-alpha.115",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@t3-oss/env-nextjs": "0.9.2",
"@weareinreach/util": "workspace:*",
"chromatic": "11.3.0",
"zod": "3.23.4"
"zod": "3.23.5"
},
"devDependencies": {
"@weareinreach/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@types/eslint": "8.56.10",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@weareinreach/env": "workspace:*",
"@weareinreach/util": "workspace:*",
"ahooks": "3.7.11",
"ajv": "8.12.0",
"ajv": "8.13.0",
"ajv-errors": "3.0.0",
"alex": "11.0.1",
"cookies-next": "4.1.1",
Expand Down Expand Up @@ -171,7 +171,7 @@
"type-fest": "4.18.0",
"typescript": "5.4.5",
"webpack": "5.91.0",
"zod": "3.23.4"
"zod": "3.23.5"
},
"peerDependencies": {
"@emotion/react": "11.11.4",
Expand Down
Loading

0 comments on commit 595de2b

Please sign in to comment.