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 <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored Mar 2, 2023
1 parent f517b6f commit 9d58987
Show file tree
Hide file tree
Showing 7 changed files with 169 additions and 169 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"i18next-http-backend": "2.1.1",
"luxon": "3.2.1",
"next": "13.2.3",
"next-auth": "4.19.2",
"next-i18next": "13.1.6",
"next-auth": "4.20.0",
"next-i18next": "13.2.0",
"nextjs-routes": "1.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.281.0",
"@aws-sdk/client-cognito-identity-provider": "3.282.0",
"@next-auth/prisma-adapter": "1.0.5",
"aws-jwt-verify": "3.4.0",
"tiny-invariant": "1.3.1",
Expand All @@ -29,7 +29,7 @@
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.35.0",
"next": "13.2.3",
"next-auth": "4.19.2",
"next-auth": "4.20.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/node": "18.14.2",
"@weareinreach/eslint-config": "0.100.0",
"next-i18next": "13.1.6",
"next-i18next": "13.2.0",
"typescript": "4.9.5"
},
"packageManager": "pnpm@7.28.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 @@ -80,7 +80,7 @@
"prisma-dbml-generator": "0.10.0",
"prisma-query-inspector": "1.4.4",
"prisma-query-log": "3.2.0",
"quicktype-core": "23.0.10",
"quicktype-core": "23.0.11",
"recursive-readdir": "2.2.3",
"shoetest": "1.2.2",
"slugify": "1.6.5",
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 @@ -23,7 +23,7 @@
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"eslint-config-prettier": "8.6.0",
"eslint-formatter-github": "1.0.11",
"eslint-formatter-github": "1.1.1",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-i18next": "6.0.0-6",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"msw": "1.1.0",
"msw-storybook-addon": "1.7.0",
"next": "13.2.3",
"next-auth": "4.19.2",
"next-i18next": "13.1.6",
"next-auth": "4.20.0",
"next-i18next": "13.2.0",
"next-router-mock": "0.9.2",
"postcss-loader": "7.0.2",
"prettier": "2.8.4",
Expand Down
Loading

0 comments on commit 9d58987

Please sign in to comment.