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 27, 2023
1 parent 733bb78 commit 62354d9
Show file tree
Hide file tree
Showing 13 changed files with 444 additions and 444 deletions.
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "4.0.0",
"@aws-sdk/client-s3": "3.299.0",
"@aws-sdk/client-s3": "3.300.0",
"@aws-sdk/signature-v4": "3.299.0",
"@crowdin/crowdin-api-client": "1.22.1",
"@crowdin/ota-client": "0.7.0",
Expand Down Expand Up @@ -79,19 +79,19 @@
"zod": "3.21.4"
},
"devDependencies": {
"@playwright/test": "1.32.0",
"@playwright/test": "1.32.1",
"@prisma/nextjs-monorepo-workaround-plugin": "4.11.0",
"@tanstack/react-query-devtools": "4.28.0",
"@total-typescript/ts-reset": "0.4.2",
"@types/eslint": "8.21.3",
"@types/flat": "5.0.2",
"@types/luxon": "3.2.0",
"@types/node": "18.15.8",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@types/umami": "0.1.1",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"commander": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@next/bundle-analyzer": "13.2.4",
"@types/eslint": "8.21.3",
"@types/node": "18.15.8",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@weareinreach/config": "0.100.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@changesets/cli": "2.26.1",
"@manypkg/cli": "0.20.0",
"@types/eslint": "8.21.3",
"@types/node": "18.15.8",
"@types/node": "18.15.10",
"@types/prettier": "2.7.2",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
Expand All @@ -57,11 +57,11 @@
"prettier-plugin-packagejson": "2.4.3",
"prettier-plugin-prisma": "4.10.0",
"tsx": "3.12.6",
"turbo": "1.8.5",
"turbo": "1.8.6",
"typescript": "5.0.2",
"typesync": "0.10.0"
},
"packageManager": "pnpm@7.30.3",
"packageManager": "pnpm@7.30.5",
"engines": {
"node": "^18",
"pnpm": "^7"
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"@weareinreach/auth": "0.100.0",
"@weareinreach/db": "0.100.0",
"geolib": "3.3.3",
"just-diff": "6.0.0",
"just-diff": "6.0.2",
"just-flush": "2.3.0",
"just-intersect": "4.3.0",
"just-omit": "2.2.0",
"just-pick": "4.2.0",
"just-remove": "3.2.0",
"nanoid": "4.0.1",
"nanoid": "4.0.2",
"superjson": "1.12.2",
"tiny-invariant": "1.3.1",
"zod": "3.21.4"
},
"devDependencies": {
"@types/eslint": "8.21.3",
"@types/node": "18.15.8",
"@types/node": "18.15.10",
"@types/prettier": "2.7.2",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "0.100.0",
Expand All @@ -57,5 +57,5 @@
"peerDependencies": {
"next": ">=13"
},
"packageManager": "pnpm@7.30.3"
"packageManager": "pnpm@7.30.5"
}
6 changes: 3 additions & 3 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.299.0",
"@aws-sdk/client-cognito-identity-provider": "3.300.0",
"@next-auth/prisma-adapter": "1.0.5",
"aws-jwt-verify": "4.0.0",
"tiny-invariant": "1.3.1",
"zod": "3.21.4"
},
"devDependencies": {
"@types/eslint": "8.21.3",
"@types/node": "18.15.8",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@weareinreach/config": "0.100.0",
Expand All @@ -41,5 +41,5 @@
"react": "^18",
"react-dom": "^18"
},
"packageManager": "pnpm@7.30.3"
"packageManager": "pnpm@7.30.5"
}
4 changes: 2 additions & 2 deletions packages/aws-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"@types/aws-lambda": "8.10.114",
"@types/eslint": "8.21.3",
"@types/flat": "5.0.2",
"@types/node": "18.15.8",
"@types/node": "18.15.10",
"@types/prettier": "2.7.2",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"esbuild": "0.17.13",
"esbuild": "0.17.14",
"eslint": "8.36.0",
"prettier": "2.8.7",
"typescript": "5.0.2"
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.114",
"@types/eslint": "8.21.3",
"@types/node": "18.15.8",
"@types/node": "18.15.10",
"@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.114",
"@types/eslint": "8.21.3",
"@types/node": "18.15.8",
"@types/node": "18.15.10",
"@types/prettier": "2.7.2",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"znv": "0.3.2"
},
"devDependencies": {
"@types/node": "18.15.8",
"@types/node": "18.15.10",
"@weareinreach/eslint-config": "0.100.0",
"next-i18next": "13.2.2",
"typescript": "5.0.2"
},
"packageManager": "pnpm@7.30.3"
"packageManager": "pnpm@7.30.5"
}
10 changes: 5 additions & 5 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/iso-3166-2": "1.0.0",
"@types/langs": "2.0.1",
"@types/luxon": "3.2.0",
"@types/node": "18.15.8",
"@types/node": "18.15.10",
"@types/recursive-readdir": "2.2.1",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "0.100.0",
Expand Down Expand Up @@ -85,15 +85,15 @@
"prisma-dbml-generator": "0.10.0",
"prisma-query-inspector": "1.4.4",
"prisma-query-log": "3.2.0",
"quicktype-core": "23.0.18",
"quicktype-core": "23.0.19",
"recursive-readdir": "2.2.3",
"shoetest": "1.2.2",
"slugify": "1.6.5",
"slugify": "1.6.6",
"tiny-invariant": "1.3.1",
"tsx": "3.12.6",
"type-fest": "3.7.0",
"type-fest": "3.7.1",
"typescript": "5.0.2",
"zod-prisma-types": "2.5.1"
"zod-prisma-types": "2.5.3"
},
"prisma": {
"seed": "turbo run db:run-seed"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@next/eslint-plugin-next": "13.2.4",
"@tanstack/eslint-plugin-query": "4.27.0",
"@types/eslint": "8.21.3",
"@types/node": "18.15.8",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"@types/node": "18.15.10",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "8.8.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@weareinreach/api": "0.100.0",
"geolib": "3.3.3",
"libphonenumber-js": "1.10.24",
"localized-address-format": "1.3.0",
"localized-address-format": "1.3.1",
"nextjs-routes": "1.0.8",
"react-string-replace": "1.1.0"
},
Expand Down Expand Up @@ -87,9 +87,9 @@
"@types/babel__core": "7.20.0",
"@types/babel__preset-env": "7.9.2",
"@types/eslint": "8.21.3",
"@types/google.maps": "3.52.3",
"@types/google.maps": "3.52.4",
"@types/luxon": "3.2.0",
"@types/node": "18.15.8",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@weareinreach/auth": "0.100.0",
Expand Down Expand Up @@ -122,7 +122,7 @@
"react-dom": "18.2.0",
"react-i18next": "12.2.0",
"resolve-url-loader": "5.0.0",
"slugify": "1.6.5",
"slugify": "1.6.6",
"storybook": "7.0.0-rc.8",
"storybook-addon-designs": "7.0.0-beta.2",
"storybook-addon-pseudo-states": "2.0.0-next.0",
Expand All @@ -132,7 +132,7 @@
"trpc-client-devtools-link": "0.2.1-next",
"tsconfig-paths-webpack-plugin": "4.0.1",
"tsx": "3.12.6",
"type-fest": "3.7.0",
"type-fest": "3.7.1",
"typescript": "5.0.2",
"ulid": "2.3.0",
"webpack": "5.76.3",
Expand Down
Loading

0 comments on commit 62354d9

Please sign in to comment.