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 19, 2023
1 parent fdc73dd commit d096853
Show file tree
Hide file tree
Showing 14 changed files with 475 additions and 322 deletions.
14 changes: 7 additions & 7 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "5.0.0",
"@aws-sdk/client-s3": "3.391.0",
"@aws-sdk/client-s3": "3.395.0",
"@aws-sdk/signature-v4": "3.370.0",
"@crowdin/crowdin-api-client": "1.24.0",
"@crowdin/ota-client": "1.0.0",
Expand Down Expand Up @@ -60,9 +60,9 @@
"@sentry/opentelemetry-node": "7.64.0",
"@tanstack/react-query": "4.32.6",
"@tanstack/react-table": "8.9.3",
"@tiptap/extension-link": "2.1.3",
"@tiptap/react": "2.1.3",
"@tiptap/starter-kit": "2.1.3",
"@tiptap/extension-link": "2.1.6",
"@tiptap/react": "2.1.6",
"@tiptap/starter-kit": "2.1.6",
"@trpc/client": "10.37.1",
"@trpc/next": "10.37.1",
"@trpc/react-query": "10.37.1",
Expand All @@ -78,7 +78,7 @@
"@weareinreach/util": "workspace:*",
"axios": "1.4.0",
"cookies-next": "2.1.2",
"core-js": "3.32.0",
"core-js": "3.32.1",
"dayjs": "1.11.9",
"deepmerge": "4.3.1",
"duration-fns": "3.0.2",
Expand Down Expand Up @@ -109,7 +109,7 @@
"react-error-boundary": "4.0.11",
"react-i18next": "13.1.2",
"tslog": "4.9.1",
"zod": "3.22.1"
"zod": "3.22.2"
},
"devDependencies": {
"@playwright/test": "1.37.1",
Expand All @@ -120,7 +120,7 @@
"@types/eslint": "8.44.2",
"@types/flat": "5.0.2",
"@types/luxon": "3.3.1",
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@types/prettier": "2.7.3",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@mantine/prism": "6.0.19",
"@mantine/spotlight": "6.0.19",
"@mantine/tiptap": "6.0.19",
"@tiptap/extension-link": "2.1.3",
"@tiptap/react": "2.1.3",
"@tiptap/starter-kit": "2.1.3",
"@tiptap/extension-link": "2.1.6",
"@tiptap/react": "2.1.6",
"@tiptap/starter-kit": "2.1.6",
"@weareinreach/env": "workspace:*",
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.9",
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"@next/bundle-analyzer": "13.4.19",
"@types/eslint": "8.44.2",
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@changesets/cli": "2.26.2",
"@manypkg/cli": "0.21.0",
"@types/lint-staged": "13.2.0",
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@types/prettier": "2.7.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
"@weareinreach/util": "workspace:*",
"alex": "11.0.0",
"alex": "11.0.1",
"geo-tz": "7.0.7",
"geolib": "3.3.4",
"just-compact": "3.2.0",
Expand All @@ -51,13 +51,13 @@
"superjson": "1.13.1",
"tiny-invariant": "1.3.1",
"tslog": "4.9.1",
"zod": "3.22.1"
"zod": "3.22.2"
},
"devDependencies": {
"@types/eslint": "8.44.2",
"@types/google.maps": "3.53.6",
"@types/luxon": "3.3.1",
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@types/prettier": "2.7.3",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.391.0",
"@aws-sdk/client-cognito-identity-provider": "3.395.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
"@weareinreach/util": "workspace:*",
"aws-jwt-verify": "4.0.0",
"tiny-invariant": "1.3.1",
"tslog": "4.9.1",
"zod": "3.22.1"
"zod": "3.22.2"
},
"devDependencies": {
"@types/eslint": "8.44.2",
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"flat": "5.0.2",
"ioredis": "5.3.2",
"tslog": "4.9.1",
"zod": "3.22.1"
"zod": "3.22.2"
},
"devDependencies": {
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.44.2",
"@types/flat": "5.0.2",
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@types/prettier": "2.7.3",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "workspace:*",
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 @@ -25,7 +25,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.44.2",
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@types/prettier": "2.7.3",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "workspace:*",
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.119",
"@types/eslint": "8.44.2",
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@types/prettier": "2.7.3",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.0",
"alex": "11.0.1",
"next-i18next": "14.0.0",
"typescript": "5.1.6"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"superjson": "1.13.1",
"tslog": "4.9.1",
"ulid": "2.3.0",
"zod": "3.22.1"
"zod": "3.22.2"
},
"devDependencies": {
"@faker-js/faker": "8.0.2",
Expand All @@ -94,7 +94,7 @@
"@types/iso-3166-2": "1.0.0",
"@types/langs": "2.0.1",
"@types/luxon": "3.3.1",
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@types/papaparse": "5.3.7",
"@types/pg": "8.10.2",
"@types/prettier": "2.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@t3-oss/env-nextjs": "0.6.1",
"@weareinreach/util": "workspace:*",
"chromatic": "6.22.0",
"zod": "3.22.1"
"zod": "3.22.2"
},
"devDependencies": {
"@weareinreach/config": "workspace:*"
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 @@ -18,7 +18,7 @@
"@tanstack/eslint-plugin-query": "4.32.5",
"@types/eslint": "8.44.2",
"@types/eslint-config-prettier": "6.11.0",
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"eslint": "8.47.0",
Expand All @@ -28,7 +28,7 @@
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.13",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@weareinreach/util": "workspace:*",
"ahooks": "3.7.8",
"ajv": "8.12.0",
"alex": "11.0.0",
"alex": "11.0.1",
"cookies-next": "2.1.2",
"geolib": "3.3.4",
"json-schema-to-zod": "1.1.1",
Expand Down Expand Up @@ -101,9 +101,9 @@
"@tanstack/react-query-devtools": "4.32.6",
"@tanstack/react-table": "8.9.3",
"@tanstack/react-table-devtools": "8.7.6",
"@tiptap/extension-link": "2.1.3",
"@tiptap/react": "2.1.3",
"@tiptap/starter-kit": "2.1.3",
"@tiptap/extension-link": "2.1.6",
"@tiptap/react": "2.1.6",
"@tiptap/starter-kit": "2.1.6",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.37.1",
"@trpc/next": "10.37.1",
Expand All @@ -113,7 +113,7 @@
"@types/eslint": "8.44.2",
"@types/google.maps": "3.53.6",
"@types/luxon": "3.3.1",
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@types/prettier": "2.7.3",
"@types/probe-image-size": "7.2.0",
"@types/react": "18.2.20",
Expand Down Expand Up @@ -167,7 +167,7 @@
"typescript": "5.1.6",
"ulid": "2.3.0",
"webpack": "5.88.2",
"zod": "3.22.1"
"zod": "3.22.2"
},
"peerDependencies": {
"@emotion/react": "^11",
Expand Down
Loading

0 comments on commit d096853

Please sign in to comment.