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 Feb 24, 2023
1 parent 8d0d9b2 commit d3507a1
Show file tree
Hide file tree
Showing 12 changed files with 223 additions and 213 deletions.
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@weareinreach/auth": "0.100.0",
"@weareinreach/db": "0.100.0",
"@weareinreach/ui": "0.100.0",
"axios": "1.3.3",
"axios": "1.3.4",
"dayjs": "1.11.7",
"embla-carousel-react": "7.0.9",
"feather-icons-react": "0.6.2",
Expand All @@ -60,18 +60,18 @@
"nextjs-routes": "1.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "12.1.5",
"react-i18next": "12.2.0",
"zod": "3.20.6"
},
"devDependencies": {
"@next/bundle-analyzer": "13.1.6",
"@next/font": "13.1.6",
"@playwright/test": "1.31.0",
"@playwright/test": "1.31.1",
"@tanstack/react-query-devtools": "4.24.10",
"@types/eslint": "8.21.1",
"@types/flat": "5.0.2",
"@types/luxon": "3.2.0",
"@types/node": "18.14.0",
"@types/node": "18.14.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.53.0",
Expand All @@ -88,7 +88,7 @@
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.2.8",
"trpc-playground": "1.0.4",
"tslog": "4.7.4",
"tslog": "4.7.5",
"typescript": "4.9.5"
},
"ct3aMetadata": {
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "12.1.5"
"react-i18next": "12.2.0"
},
"devDependencies": {
"@next/bundle-analyzer": "13.1.6",
"@next/font": "13.1.6",
"@types/eslint": "8.21.1",
"@types/node": "18.14.0",
"@types/node": "18.14.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@weareinreach/config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@changesets/cli": "2.26.0",
"@manypkg/cli": "0.20.0",
"@types/eslint": "8.21.1",
"@types/node": "18.14.0",
"@types/node": "18.14.1",
"@types/prettier": "2.7.2",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
Expand All @@ -57,7 +57,7 @@
"prettier-plugin-packagejson": "2.4.3",
"prettier-plugin-prisma": "4.10.0",
"tsx": "3.12.3",
"turbo": "1.8.1",
"turbo": "1.8.2",
"typescript": "4.9.5",
"typesync": "0.10.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/eslint": "8.21.1",
"@types/node": "18.14.0",
"@types/node": "18.14.1",
"@types/prettier": "2.7.2",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
Expand All @@ -46,7 +46,7 @@
"prettier": "2.8.4",
"prisma": "4.10.1",
"trpc-client-devtools-link": "0.2.1-next",
"tslog": "4.7.4",
"tslog": "4.7.5",
"typescript": "4.9.5"
},
"peerDependencies": {
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,15 +13,15 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.276.0",
"@aws-sdk/client-cognito-identity-provider": "3.278.0",
"@next-auth/prisma-adapter": "1.0.5",
"aws-jwt-verify": "3.4.0",
"tiny-invariant": "1.3.1",
"zod": "3.20.6"
},
"devDependencies": {
"@types/eslint": "8.21.1",
"@types/node": "18.14.0",
"@types/node": "18.14.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@weareinreach/config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.110",
"@types/eslint": "8.21.1",
"@types/node": "18.14.0",
"@types/node": "18.14.1",
"@types/prettier": "2.7.2",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "0.100.0",
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 @@ -28,7 +28,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.110",
"@types/eslint": "8.21.1",
"@types/node": "18.14.0",
"@types/node": "18.14.1",
"@types/prettier": "2.7.2",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"znv": "0.3.2"
},
"devDependencies": {
"@types/node": "18.14.0",
"@types/node": "18.14.1",
"@weareinreach/eslint-config": "0.100.0",
"next-i18next": "13.1.5",
"typescript": "4.9.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"@types/iso-3166-2": "1.0.0",
"@types/langs": "2.0.1",
"@types/luxon": "3.2.0",
"@types/node": "18.14.0",
"@types/node": "18.14.1",
"@types/recursive-readdir": "2.2.1",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"@zerodep/geo.stateiso": "0.1.4",
"axios": "1.3.3",
"axios": "1.3.4",
"commander": "10.0.0",
"countries-languages": "1.0.3",
"dotenv": "16.0.3",
Expand All @@ -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.5",
"quicktype-core": "23.0.7",
"recursive-readdir": "2.2.3",
"shoetest": "1.2.2",
"slugify": "1.6.5",
Expand All @@ -89,7 +89,7 @@
"tsx": "3.12.3",
"type-fest": "3.6.0",
"typescript": "4.9.5",
"zod-prisma-types": "2.2.2"
"zod-prisma-types": "2.2.3"
},
"prisma": {
"seed": "tsx ./seed/starterData.ts"
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 @@ -15,9 +15,9 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "13.1.6",
"@tanstack/eslint-plugin-query": "4.24.8",
"@tanstack/eslint-plugin-query": "4.24.11",
"@types/eslint": "8.21.1",
"@types/node": "18.14.0",
"@types/node": "18.14.1",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"eslint": "8.34.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/babel__preset-env": "7.9.2",
"@types/eslint": "8.21.1",
"@types/luxon": "3.2.0",
"@types/node": "18.14.0",
"@types/node": "18.14.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@weareinreach/auth": "0.100.0",
Expand All @@ -101,13 +101,13 @@
"next": "13.1.6",
"next-auth": "4.19.2",
"next-i18next": "13.1.5",
"next-router-mock": "0.9.1",
"next-router-mock": "0.9.2",
"postcss-loader": "7.0.2",
"prettier": "2.8.4",
"react": "18.2.0",
"react-docgen-typescript": "2.2.2",
"react-dom": "18.2.0",
"react-i18next": "12.1.5",
"react-i18next": "12.2.0",
"resolve-url-loader": "5.0.0",
"slugify": "1.6.5",
"storybook": "7.0.0-beta.53",
Expand Down
Loading

0 comments on commit d3507a1

Please sign in to comment.