Skip to content

Commit

Permalink
fix(db): 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 Jul 17, 2024
1 parent 3709dcc commit 8e34767
Show file tree
Hide file tree
Showing 15 changed files with 284 additions and 284 deletions.
8 changes: 4 additions & 4 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@prisma/instrumentation": "5.16.2",
"@prisma/instrumentation": "5.17.0",
"@sentry/browser": "7.118.0",
"@sentry/integrations": "7.114.0",
"@sentry/nextjs": "7.118.0",
Expand Down Expand Up @@ -108,15 +108,15 @@
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.45.2",
"@prisma/nextjs-monorepo-workaround-plugin": "5.16.2",
"@prisma/nextjs-monorepo-workaround-plugin": "5.17.0",
"@relative-ci/agent": "4.2.9",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.19.3",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.10",
"@types/gtag.js": "0.0.20",
"@types/luxon": "3.4.2",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
Expand All @@ -134,7 +134,7 @@
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.21.0",
"type-fest": "4.22.0",
"typescript": "5.5.3",
"webpack-bundle-analyzer": "4.10.2"
},
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.2.5",
"@types/eslint": "8.56.10",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@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.141",
"@types/eslint": "8.56.10",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
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.1",
"@prisma/client": "5.16.2",
"@prisma/client": "5.17.0",
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
"@types/aws-lambda": "8.10.141",
"@types/eslint": "8.56.10",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"aws-lambda": "1.0.7",
"eslint": "8.57.0",
"prettier": "3.3.3",
"prisma": "5.16.2",
"prisma": "5.17.0",
"typescript": "5.5.3"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@turbo/gen": "2.0.6",
"@turbo/gen": "2.0.7",
"@types/lint-staged": "13.3.0",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/yargs": "17.0.32",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand All @@ -58,7 +58,7 @@
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.10.0",
"tsx": "4.16.2",
"turbo": "2.0.6",
"turbo": "2.0.7",
"typescript": "5.5.3",
"typesync": "0.12.2",
"yargs": "17.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/gtag.js": "0.0.20",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"next": "14.2.5",
"nextjs-google-analytics": "2.3.3",
"type-fest": "4.21.0",
"type-fest": "4.22.0",
"typescript": "5.5.3"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@
"libphonenumber-js": "1.11.4",
"luxon": "3.4.4",
"nanoid": "5.0.7",
"remeda": "2.5.0",
"remeda": "2.6.0",
"slugify": "1.6.6",
"social-links": "1.14.0",
"tiny-invariant": "1.3.3",
"zod": "3.23.8"
},
"devDependencies": {
"@turbo/gen": "2.0.6",
"@turbo/gen": "2.0.7",
"@types/eslint": "8.56.10",
"@types/google.maps": "3.55.11",
"@types/luxon": "3.4.2",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand All @@ -69,7 +69,7 @@
"next": "14.2.5",
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"type-fest": "4.21.0",
"type-fest": "4.22.0",
"typescript": "5.5.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@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 @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@weareinreach/eslint-config": "workspace:*",
"alex": "11.0.1",
"eslint": "8.57.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@prisma/client": "5.16.2",
"@prisma/instrumentation": "5.16.2",
"@prisma/client": "5.17.0",
"@prisma/instrumentation": "5.17.0",
"@vercel/kv": "2.0.0",
"@vercel/postgres-kysely": "0.9.0",
"@weareinreach/crowdin": "workspace:*",
Expand All @@ -67,14 +67,14 @@
"@snaplet/copycat": "5.0.0",
"@snaplet/seed": "0.97.20",
"@terraformer/wkt": "2.2.1",
"@turbo/gen": "2.0.6",
"@turbo/gen": "2.0.7",
"@turf/helpers": "7.0.0",
"@types/eslint": "8.56.10",
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.4.2",
"@types/ms": "0.7.34",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/papaparse": "5.3.14",
"@types/pg": "8.11.6",
"@types/terraformer__wkt": "2.0.3",
Expand Down Expand Up @@ -103,7 +103,7 @@
"prettier": "3.3.3",
"pretty-bytes": "6.1.1",
"pretty-ms": "9.0.0",
"prisma": "5.16.2",
"prisma": "5.17.0",
"prisma-dbml-generator": "0.12.0",
"prisma-generator-ts-enums": "1.1.0",
"prisma-query-inspector": "1.4.4",
Expand All @@ -115,7 +115,7 @@
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.16.2",
"type-fest": "4.21.0",
"type-fest": "4.22.0",
"typescript": "5.5.3",
"xliff": "6.2.1",
"zod-prisma-types": "3.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
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.38.0",
"@types/eslint": "8.56.10",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"eslint": "8.57.0",
Expand All @@ -33,7 +33,7 @@
"eslint-plugin-node": "npm:[email protected]",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-turbo": "2.0.6",
"eslint-plugin-turbo": "2.0.7",
"next": "14.2.5",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.5.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@types/eslint": "8.56.10",
"@types/google.maps": "3.55.11",
"@types/luxon": "3.4.2",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand Down Expand Up @@ -169,7 +169,7 @@
"swc-loader": "0.2.6",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.16.2",
"type-fest": "4.21.0",
"type-fest": "4.22.0",
"typescript": "5.5.3",
"webpack": "5.93.0",
"zod": "3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/luxon": "3.4.2",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
Expand Down
Loading

0 comments on commit 8e34767

Please sign in to comment.