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 Aug 15, 2024
1 parent 406907e commit 9796dd9
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"next-auth": "4.24.7",
"next-i18next": "15.3.1",
"next-seo": "6.5.0",
"nextjs-google-analytics": "2.3.3",
"nextjs-google-analytics": "2.3.7",
"nextjs-routes": "2.2.1",
"object-sizeof": "2.6.5",
"pretty-bytes": "6.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"next": "14.2.5",
"nextjs-google-analytics": "2.3.3",
"nextjs-google-analytics": "2.3.7",
"type-fest": "4.24.0",
"typescript": "5.5.4"
},
"peerDependencies": {
"next": "14.2.5",
"nextjs-google-analytics": "2.3.3"
"nextjs-google-analytics": "2.3.7"
}
}
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.629.0",
"@aws-sdk/client-cognito-identity-provider": "3.631.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@t3-oss/env-nextjs": "0.9.2",
"@weareinreach/util": "workspace:*",
"chromatic": "11.7.0",
"chromatic": "11.7.1",
"zod": "3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"@welldone-software/why-did-you-render": "8.0.3",
"chromatic": "11.7.0",
"chromatic": "11.7.1",
"css-loader": "6.11.0",
"dayjs": "1.11.12",
"dotenv": "16.4.5",
Expand Down
Loading

0 comments on commit 9796dd9

Please sign in to comment.