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 Feb 2, 2024
1 parent bcbed9c commit 233a488
Show file tree
Hide file tree
Showing 13 changed files with 310 additions and 310 deletions.
12 changes: 6 additions & 6 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"@opentelemetry/sdk-trace-base": "1.21.0",
"@opentelemetry/sdk-trace-node": "1.21.0",
"@opentelemetry/semantic-conventions": "1.21.0",
"@prisma/instrumentation": "5.9.0",
"@prisma/instrumentation": "5.9.1",
"@sentry/browser": "7.99.0",
"@sentry/nextjs": "7.99.0",
"@sentry/node": "7.99.0",
"@sentry/opentelemetry": "7.99.0",
"@sentry/opentelemetry-node": "7.99.0",
"@sentry/profiling-node": "1.3.5",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.11.7",
"@tanstack/react-table": "8.11.8",
"@trpc/client": "10.45.0",
"@trpc/next": "10.45.0",
"@trpc/react-query": "10.45.0",
Expand Down Expand Up @@ -103,15 +103,15 @@
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.41.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.9.0",
"@playwright/test": "1.41.2",
"@prisma/nextjs-monorepo-workaround-plugin": "5.9.1",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.11.7",
"@tanstack/react-table-devtools": "8.11.8",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.2",
"@types/gtag.js": "0.0.18",
"@types/luxon": "3.4.2",
"@types/node": "20.11.15",
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@types/react-dom": "18.2.18",
"@types/umami": "0.1.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@next/bundle-analyzer": "14.1.0",
"@types/eslint": "8.56.2",
"@types/node": "20.11.15",
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@types/react-dom": "18.2.18",
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/cognito-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.133",
"@types/eslint": "8.56.2",
"@types/node": "20.11.15",
"@types/node": "20.11.16",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
6 changes: 3 additions & 3 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.18.0",
"@prisma/client": "5.9.0",
"@prisma/client": "5.9.1",
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
"@types/aws-lambda": "8.10.133",
"@types/eslint": "8.56.2",
"@types/node": "20.11.15",
"@types/node": "20.11.16",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.56.0",
"prettier": "3.2.4",
"prisma": "5.9.0",
"prisma": "5.9.1",
"typescript": "5.3.3"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"@changesets/cli": "2.27.1",
"@turbo/gen": "1.12.2",
"@types/lint-staged": "13.3.0",
"@types/node": "20.11.15",
"@types/node": "20.11.16",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"boxen": "7.1.1",
"dotenv": "16.4.1",
"husky": "9.0.7",
"knip": "4.2.3",
"husky": "9.0.10",
"knip": "4.3.0",
"lint-staged": "15.2.1",
"prettier": "3.2.4",
"prettier-plugin-jsdoc": "1.3.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 @@ -41,7 +41,7 @@
"just-omit": "2.2.0",
"just-pick": "4.2.0",
"luxon": "3.4.4",
"nanoid": "5.0.4",
"nanoid": "5.0.5",
"slugify": "1.6.6",
"tiny-invariant": "1.3.1",
"zod": "3.22.4"
Expand All @@ -51,7 +51,7 @@
"@types/eslint": "8.56.2",
"@types/google.maps": "3.55.1",
"@types/luxon": "3.4.2",
"@types/node": "20.11.15",
"@types/node": "20.11.16",
"@types/terraformer__wkt": "2.0.2",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.504.0",
"@aws-sdk/client-cognito-identity-provider": "3.505.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.2",
"@types/node": "20.11.15",
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@types/react-dom": "18.2.18",
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/node": "20.11.15",
"@types/node": "20.11.16",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "15.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@opentelemetry/sdk-trace-base": "1.21.0",
"@opentelemetry/sdk-trace-node": "1.21.0",
"@opentelemetry/semantic-conventions": "1.21.0",
"@prisma/client": "5.9.0",
"@prisma/instrumentation": "5.9.0",
"@prisma/client": "5.9.1",
"@prisma/instrumentation": "5.9.1",
"@vercel/kv": "1.0.1",
"@vercel/postgres-kysely": "0.7.2",
"@weareinreach/crowdin": "workspace:*",
Expand All @@ -67,7 +67,7 @@
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.4.2",
"@types/node": "20.11.15",
"@types/node": "20.11.16",
"@types/papaparse": "5.3.14",
"@types/pg": "8.11.0",
"@types/terraformer__wkt": "2.0.2",
Expand All @@ -92,7 +92,7 @@
"prettier": "3.2.4",
"pretty-bytes": "6.1.1",
"pretty-ms": "9.0.0",
"prisma": "5.9.0",
"prisma": "5.9.1",
"prisma-dbml-generator": "0.10.0",
"prisma-query-inspector": "1.4.4",
"prisma-query-log": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@t3-oss/env-nextjs": "0.8.0",
"@weareinreach/util": "workspace:*",
"chromatic": "10.6.1",
"chromatic": "10.7.1",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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.38.0",
"@types/eslint": "8.56.2",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.11.15",
"@types/node": "20.11.16",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"eslint": "8.56.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@iconify-json/carbon": "1.1.28",
"@iconify-json/fluent-mdl2": "1.1.6",
"@iconify-json/mdi": "1.1.64",
"@iconify-json/ph": "1.1.10",
"@iconify-json/ph": "1.1.11",
"@iconify-json/simple-icons": "1.1.90",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
Expand Down Expand Up @@ -108,8 +108,8 @@
"@swc/helpers": "0.5.3",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table": "8.11.7",
"@tanstack/react-table-devtools": "8.11.7",
"@tanstack/react-table": "8.11.8",
"@tanstack/react-table-devtools": "8.11.8",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.45.0",
"@trpc/next": "10.45.0",
Expand All @@ -119,7 +119,7 @@
"@types/eslint": "8.56.2",
"@types/google.maps": "3.55.1",
"@types/luxon": "3.4.2",
"@types/node": "20.11.15",
"@types/node": "20.11.16",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.51",
"@types/react-dom": "18.2.18",
Expand All @@ -131,7 +131,7 @@
"@weareinreach/eslint-config": "0.100.0",
"@welldone-software/why-did-you-render": "8.0.1",
"babel-loader": "9.1.3",
"chromatic": "10.6.1",
"chromatic": "10.7.1",
"css-loader": "6.10.0",
"dayjs": "1.11.10",
"dotenv": "16.4.1",
Expand Down Expand Up @@ -173,7 +173,7 @@
"tsx": "4.7.0",
"type-fest": "4.10.2",
"typescript": "5.3.3",
"webpack": "5.90.0",
"webpack": "5.90.1",
"zod": "3.22.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 233a488

Please sign in to comment.