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] committed Mar 16, 2023
1 parent e6cf2fe commit 4a8efcf
Show file tree
Hide file tree
Showing 10 changed files with 658 additions and 575 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-s3": "3.290.0",
"@aws-sdk/client-s3": "3.292.0",
"@crowdin/crowdin-api-client": "1.22.0",
"@crowdin/ota-client": "0.7.0",
"@emotion/react": "11.10.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"typescript": "4.9.5",
"typesync": "0.10.0"
},
"packageManager": "pnpm@7.29.1",
"packageManager": "pnpm@7.29.3",
"engines": {
"node": "^18",
"pnpm": "^7"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
"peerDependencies": {
"next": ">=13"
},
"packageManager": "pnpm@7.29.1"
"packageManager": "pnpm@7.29.3"
}
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.290.0",
"@aws-sdk/client-cognito-identity-provider": "3.292.0",
"@next-auth/prisma-adapter": "1.0.5",
"aws-jwt-verify": "3.4.0",
"tiny-invariant": "1.3.1",
Expand Down Expand Up @@ -41,5 +41,5 @@
"react": "^18",
"react-dom": "^18"
},
"packageManager": "pnpm@7.29.1"
"packageManager": "pnpm@7.29.3"
}
2 changes: 1 addition & 1 deletion packages/aws-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@aws-lambda-powertools/logger": "1.6.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.112",
"@types/aws-lambda": "8.10.113",
"@types/eslint": "8.21.2",
"@types/node": "18.15.3",
"@types/prettier": "2.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@weareinreach/db": "0.100.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.112",
"@types/aws-lambda": "8.10.113",
"@types/eslint": "8.21.2",
"@types/node": "18.15.3",
"@types/prettier": "2.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"next-i18next": "13.2.2",
"typescript": "4.9.5"
},
"packageManager": "pnpm@7.29.1"
"packageManager": "pnpm@7.29.3"
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"iso-google-locales": "3.0.4",
"just-capitalize": "3.2.0",
"langs": "2.0.0",
"libphonenumber-js": "1.10.21",
"libphonenumber-js": "1.10.24",
"listr2": "5.0.8",
"luxon": "3.3.0",
"mongoback": "3.0.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@weareinreach/api": "0.100.0",
"libphonenumber-js": "1.10.21",
"libphonenumber-js": "1.10.24",
"localized-address-format": "1.3.0",
"nextjs-routes": "1.0.8",
"react-string-replace": "1.1.0"
Expand Down Expand Up @@ -65,7 +65,7 @@
"@storybook/jest": "0.0.11-next.0",
"@storybook/nextjs": "7.0.0-rc.3",
"@storybook/react": "7.0.0-rc.3",
"@storybook/test-runner": "0.10.0-next.10",
"@storybook/test-runner": "0.10.0-next.11",
"@storybook/testing-library": "0.0.14-next.1",
"@storybook/theming": "7.0.0-rc.3",
"@storybook/types": "7.0.0-rc.3",
Expand Down Expand Up @@ -127,7 +127,7 @@
"type-fest": "3.6.1",
"typescript": "4.9.5",
"ulid": "2.3.0",
"webpack": "5.76.1",
"webpack": "5.76.2",
"zod": "3.21.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 4a8efcf

Please sign in to comment.