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 Oct 9, 2023
1 parent cbc3c17 commit a06bb05
Show file tree
Hide file tree
Showing 14 changed files with 1,774 additions and 1,608 deletions.
36 changes: 18 additions & 18 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@
"@opentelemetry/sdk-trace-base": "1.17.0",
"@opentelemetry/sdk-trace-node": "1.17.0",
"@opentelemetry/semantic-conventions": "1.17.0",
"@prisma/instrumentation": "5.3.1",
"@prisma/instrumentation": "5.4.1",
"@sentry/nextjs": "7.73.0",
"@sentry/node": "7.73.0",
"@sentry/opentelemetry-node": "7.73.0",
"@sentry/profiling-node": "1.2.1",
"@tanstack/react-query": "4.35.7",
"@tanstack/react-table": "8.10.3",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.10.6",
"@tiptap/extension-link": "2.1.11",
"@tiptap/react": "2.1.11",
"@tiptap/starter-kit": "2.1.11",
"@trpc/client": "10.38.5",
"@trpc/next": "10.38.5",
"@trpc/react-query": "10.38.5",
"@trpc/server": "10.38.5",
"@vercel/analytics": "1.0.2",
"@trpc/client": "10.40.0",
"@trpc/next": "10.40.0",
"@trpc/react-query": "10.40.0",
"@trpc/server": "10.40.0",
"@vercel/analytics": "1.1.0",
"@vercel/edge-config": "0.4.1",
"@vercel/kv": "0.2.3",
"@weareinreach/analytics": "workspace:*",
Expand All @@ -89,7 +89,7 @@
"just-compact": "3.2.0",
"just-compare": "2.3.0",
"luxon": "3.4.3",
"mantine-react-table": "1.3.1",
"mantine-react-table": "1.3.3",
"next": "13.5.4",
"next-auth": "4.23.2",
"next-i18next": "14.0.3",
Expand All @@ -105,36 +105,36 @@
"react-hook-form": "7.47.0",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "13.2.2",
"zod": "3.22.3"
"zod": "3.22.4"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.38.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.3.1",
"@tanstack/react-query-devtools": "4.35.7",
"@prisma/nextjs-monorepo-workaround-plugin": "5.4.1",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.7.6",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.44.3",
"@types/gtag.js": "0.0.14",
"@types/gtag.js": "0.0.16",
"@types/luxon": "3.3.2",
"@types/node": "18.18.3",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@types/node": "18.18.4",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.11",
"@types/umami": "0.1.3",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"commander": "11.0.0",
"dotenv": "16.3.1",
"eslint": "8.50.0",
"eslint": "8.51.0",
"eslint-plugin-i18next": "6.0.3",
"listr2": "7.0.1",
"prettier": "3.0.3",
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.3.3",
"type-fest": "4.4.0",
"typescript": "5.2.2",
"webpack-bundle-analyzer": "4.9.1"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"devDependencies": {
"@next/bundle-analyzer": "13.5.4",
"@types/eslint": "8.44.3",
"@types/node": "18.18.3",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@types/node": "18.18.4",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.11",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.50.0",
"eslint": "8.51.0",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"@aws-lambda-powertools/logger": "1.14.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.122",
"@types/aws-lambda": "8.10.124",
"@types/eslint": "8.44.3",
"@types/node": "18.18.3",
"@types/node": "18.18.4",
"@vercel/ncc": "0.38.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.50.0",
"eslint": "8.51.0",
"prettier": "3.0.3",
"typescript": "5.2.2"
}
Expand Down
10 changes: 5 additions & 5 deletions lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.14.0",
"@prisma/client": "5.3.1",
"@prisma/client": "5.4.1",
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
"@types/aws-lambda": "8.10.122",
"@types/aws-lambda": "8.10.124",
"@types/eslint": "8.44.3",
"@types/node": "18.18.3",
"@types/node": "18.18.4",
"@vercel/ncc": "0.38.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.50.0",
"eslint": "8.51.0",
"prettier": "3.0.3",
"prisma": "5.3.1",
"prisma": "5.4.1",
"typescript": "5.2.2"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
"dependencies": {
"@changesets/cli": "2.26.2",
"@manypkg/cli": "0.21.0",
"@turbo/gen": "1.10.14",
"@turbo/gen": "1.10.15",
"@types/lint-staged": "13.2.0",
"@types/node": "18.18.3",
"@types/node": "18.18.4",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"boxen": "7.1.1",
"dotenv": "16.3.1",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"prettier-plugin-jsdoc": "1.0.2",
"prettier-plugin-jsdoc": "1.1.1",
"prettier-plugin-packagejson": "2.4.6",
"prettier-plugin-prisma": "5.0.0",
"tsx": "3.13.0",
"turbo": "1.10.14",
"turbo": "1.10.15",
"typescript": "5.2.2",
"typesync": "0.11.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"just-compact": "3.2.0"
},
"devDependencies": {
"@types/gtag.js": "0.0.14",
"@types/gtag.js": "0.0.16",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"next": "13.5.4",
"nextjs-google-analytics": "2.3.3",
"type-fest": "4.3.3"
"type-fest": "4.4.0"
},
"peerDependencies": {
"next": "13.5.4",
Expand Down
20 changes: 10 additions & 10 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@googlemaps/google-maps-services-js": "3.3.39",
"@opentelemetry/api": "1.6.0",
"@sentry/node": "7.73.0",
"@tanstack/react-query": "4.35.7",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.38.5",
"@trpc/next": "10.38.5",
"@trpc/react-query": "10.38.5",
"@trpc/server": "10.38.5",
"@trpc/client": "10.40.0",
"@trpc/next": "10.40.0",
"@trpc/react-query": "10.40.0",
"@trpc/server": "10.40.0",
"@vercel/edge-config": "0.4.1",
"@vercel/kv": "0.2.3",
"@weareinreach/auth": "workspace:*",
Expand All @@ -45,26 +45,26 @@
"slugify": "1.6.6",
"superjson": "1.13.3",
"tiny-invariant": "1.3.1",
"zod": "3.22.3"
"zod": "3.22.4"
},
"devDependencies": {
"@turbo/gen": "1.10.14",
"@turbo/gen": "1.10.15",
"@types/eslint": "8.44.3",
"@types/google.maps": "3.54.3",
"@types/luxon": "3.3.2",
"@types/node": "18.18.3",
"@types/node": "18.18.4",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"dotenv-cli": "7.3.0",
"eslint": "8.50.0",
"eslint": "8.51.0",
"inquirer-search-list": "1.2.6",
"just-pascal-case": "3.2.0",
"next": "13.5.4",
"prettier": "3.0.3",
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"type-fest": "4.3.3",
"type-fest": "4.4.0",
"typescript": "5.2.2"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.423.0",
"@aws-sdk/client-cognito-identity-provider": "3.427.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.2",
"zod": "3.22.3"
"zod": "3.22.4"
},
"devDependencies": {
"@types/eslint": "8.44.3",
"@types/node": "18.18.3",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@types/node": "18.18.4",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.11",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.50.0",
"eslint": "8.51.0",
"next": "13.5.4",
"next-auth": "4.23.2",
"react": "18.2.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 @@ -16,7 +16,7 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/node": "18.18.3",
"@types/node": "18.18.4",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "14.0.3",
Expand Down
18 changes: 9 additions & 9 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@opentelemetry/sdk-trace-base": "1.17.0",
"@opentelemetry/sdk-trace-node": "1.17.0",
"@opentelemetry/semantic-conventions": "1.17.0",
"@prisma/client": "5.3.1",
"@prisma/instrumentation": "5.3.1",
"@prisma/client": "5.4.1",
"@prisma/instrumentation": "5.4.1",
"@vercel/kv": "0.2.3",
"@vercel/postgres-kysely": "0.5.0",
"@weareinreach/crowdin": "workspace:*",
Expand All @@ -58,24 +58,24 @@
"sql-bricks": "3.0.1",
"superjson": "1.13.3",
"ulid": "2.3.0",
"zod": "3.22.3"
"zod": "3.22.4"
},
"devDependencies": {
"@terraformer/wkt": "2.2.0",
"@turbo/gen": "1.10.14",
"@turbo/gen": "1.10.15",
"@turf/helpers": "6.5.0",
"@types/eslint": "8.44.3",
"@types/inquirer": "9.0.3",
"@types/inquirer": "9.0.4",
"@types/inquirer-autocomplete-prompt": "3.0.0",
"@types/luxon": "3.3.2",
"@types/node": "18.18.3",
"@types/node": "18.18.4",
"@types/pg": "8.10.3",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"eslint": "8.50.0",
"eslint": "8.51.0",
"inquirer": "9.2.11",
"inquirer-autocomplete-prompt": "3.0.1",
"just-compact": "3.2.0",
Expand All @@ -85,15 +85,15 @@
"prettier": "3.0.3",
"pretty-bytes": "6.1.1",
"pretty-ms": "8.0.0",
"prisma": "5.3.1",
"prisma": "5.4.1",
"prisma-dbml-generator": "0.10.0",
"prisma-query-inspector": "1.4.4",
"prisma-query-log": "3.2.0",
"slugify": "1.6.6",
"sql-bricks-postgres": "0.6.0",
"tiny-invariant": "1.3.1",
"tsx": "3.13.0",
"type-fest": "4.3.3",
"type-fest": "4.4.0",
"typescript": "5.2.2",
"zod-prisma-types": "2.7.9",
"zod-to-json-schema": "3.21.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
],
"scripts": {},
"dependencies": {
"@t3-oss/env-nextjs": "0.6.1",
"@t3-oss/env-nextjs": "0.7.0",
"@weareinreach/util": "workspace:*",
"chromatic": "7.2.0",
"zod": "3.22.3"
"chromatic": "7.2.3",
"zod": "3.22.4"
},
"devDependencies": {
"@weareinreach/config": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "13.5.4",
"@tanstack/eslint-plugin-query": "4.36.0",
"@tanstack/eslint-plugin-query": "4.36.1",
"@types/eslint": "8.44.3",
"@types/eslint-config-prettier": "6.11.1",
"@types/node": "18.18.3",
"@types/node": "18.18.4",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"eslint": "8.50.0",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "9.0.0",
"eslint-formatter-github": "1.1.4",
Expand All @@ -32,8 +32,8 @@
"eslint-plugin-import": "2.28.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.14",
"eslint-plugin-turbo": "1.10.14",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-turbo": "1.10.15",
"next": "13.5.4",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.2.2"
Expand Down
Loading

0 comments on commit a06bb05

Please sign in to comment.