Skip to content

Commit

Permalink
chore(ui): 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] committed Sep 4, 2024
1 parent 189b4e4 commit 1ec4a73
Show file tree
Hide file tree
Showing 15 changed files with 1,192 additions and 1,088 deletions.
40 changes: 20 additions & 20 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"@next/bundle-analyzer": "14.2.7",
"@next/third-parties": "14.2.7",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/core": "1.25.1",
"@opentelemetry/exporter-trace-otlp-http": "0.52.1",
"@opentelemetry/resources": "1.25.1",
"@opentelemetry/sdk-node": "0.52.1",
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.26.0",
"@prisma/instrumentation": "5.18.0",
"@sentry/browser": "8.27.0",
"@sentry/nextjs": "8.27.0",
"@sentry/node": "8.27.0",
"@sentry/opentelemetry": "8.27.0",
"@sentry/profiling-node": "8.27.0",
"@opentelemetry/core": "1.26.0",
"@opentelemetry/exporter-trace-otlp-http": "0.53.0",
"@opentelemetry/resources": "1.26.0",
"@opentelemetry/sdk-node": "0.53.0",
"@opentelemetry/sdk-trace-base": "1.26.0",
"@opentelemetry/sdk-trace-node": "1.26.0",
"@opentelemetry/semantic-conventions": "1.27.0",
"@prisma/instrumentation": "5.19.1",
"@sentry/browser": "8.28.0",
"@sentry/nextjs": "8.28.0",
"@sentry/node": "8.28.0",
"@sentry/opentelemetry": "8.28.0",
"@sentry/profiling-node": "8.28.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.20.5",
"@trpc/client": "10.45.2",
Expand Down Expand Up @@ -89,7 +89,7 @@
"next": "14.2.7",
"next-auth": "4.24.7",
"next-i18next": "15.3.1",
"next-seo": "6.5.0",
"next-seo": "6.6.0",
"nextjs-google-analytics": "2.3.7",
"nextjs-routes": "2.2.1",
"object-sizeof": "2.6.5",
Expand All @@ -106,16 +106,16 @@
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.46.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.18.0",
"@relative-ci/agent": "4.2.10",
"@prisma/nextjs-monorepo-workaround-plugin": "5.19.1",
"@relative-ci/agent": "4.2.11",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.20.5",
"@total-typescript/ts-reset": "0.6.0",
"@total-typescript/ts-reset": "0.6.1",
"@types/eslint": "8.56.12",
"@types/gtag.js": "0.0.20",
"@types/luxon": "3.4.2",
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/node": "20.16.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand All @@ -132,7 +132,7 @@
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.25.0",
"type-fest": "4.26.0",
"typescript": "5.5.4",
"webpack-bundle-analyzer": "4.10.2"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"devDependencies": {
"@next/bundle-analyzer": "14.2.7",
"@types/eslint": "8.56.12",
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/node": "20.16.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@aws-lambda-powertools/logger": "1.18.1"
},
"devDependencies": {
"@types/aws-lambda": "8.10.143",
"@types/aws-lambda": "8.10.145",
"@types/eslint": "8.56.12",
"@types/node": "20.16.1",
"@types/node": "20.16.4",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
8 changes: 4 additions & 4 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.18.0",
"@prisma/client": "5.19.1",
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
"@types/aws-lambda": "8.10.143",
"@types/aws-lambda": "8.10.145",
"@types/eslint": "8.56.12",
"@types/node": "20.16.1",
"@types/node": "20.16.4",
"@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.18.0",
"prisma": "5.19.1",
"typescript": "5.5.4"
}
}
10 changes: 5 additions & 5 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.1.0",
"@turbo/gen": "2.1.1",
"@types/lint-staged": "13.3.0",
"@types/node": "20.16.1",
"@types/node": "20.16.4",
"@types/yargs": "17.0.33",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand All @@ -50,15 +50,15 @@
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.1.5",
"knip": "5.27.4",
"lint-staged": "15.2.9",
"knip": "5.29.2",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-packagejson": "2.5.2",
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.11.0",
"tsx": "4.19.0",
"turbo": "2.1.0",
"turbo": "2.1.1",
"typescript": "5.5.4",
"typesync": "0.13.0",
"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.12",
"@types/gtag.js": "0.0.20",
"@types/node": "20.16.1",
"@types/node": "20.16.4",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"next": "14.2.7",
"nextjs-google-analytics": "2.3.7",
"type-fest": "4.25.0",
"type-fest": "4.26.0",
"typescript": "5.5.4"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@googlemaps/google-maps-services-js": "3.4.0",
"@opentelemetry/api": "1.9.0",
"@sentry/nextjs": "8.27.0",
"@sentry/nextjs": "8.28.0",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.1",
"@trpc/client": "10.45.2",
Expand Down Expand Up @@ -46,18 +46,18 @@
"libphonenumber-js": "1.11.7",
"luxon": "3.5.0",
"nanoid": "5.0.7",
"remeda": "2.11.0",
"remeda": "2.12.0",
"slugify": "1.6.6",
"social-links": "1.14.0",
"tiny-invariant": "1.3.3",
"zod": "3.23.8"
},
"devDependencies": {
"@turbo/gen": "2.1.0",
"@turbo/gen": "2.1.1",
"@types/eslint": "8.56.12",
"@types/google.maps": "3.55.12",
"@types/google.maps": "3.57.0",
"@types/luxon": "3.4.2",
"@types/node": "20.16.1",
"@types/node": "20.16.4",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand All @@ -69,7 +69,7 @@
"next": "14.2.7",
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"type-fest": "4.25.0",
"type-fest": "4.26.0",
"typescript": "5.5.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
},
"devDependencies": {
"@types/eslint": "8.56.12",
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/node": "20.16.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-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.12",
"@types/node": "20.16.1",
"@types/node": "20.16.4",
"@weareinreach/eslint-config": "workspace:*",
"alex": "11.0.1",
"eslint": "8.57.0",
Expand Down
34 changes: 17 additions & 17 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@opentelemetry/exporter-trace-otlp-http": "0.52.1",
"@opentelemetry/instrumentation": "0.52.1",
"@opentelemetry/resources": "1.25.1",
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.26.0",
"@prisma/client": "5.18.0",
"@prisma/instrumentation": "5.18.0",
"@opentelemetry/exporter-trace-otlp-http": "0.53.0",
"@opentelemetry/instrumentation": "0.53.0",
"@opentelemetry/resources": "1.26.0",
"@opentelemetry/sdk-trace-base": "1.26.0",
"@opentelemetry/sdk-trace-node": "1.26.0",
"@opentelemetry/semantic-conventions": "1.27.0",
"@prisma/client": "5.19.1",
"@prisma/instrumentation": "5.19.1",
"@vercel/kv": "2.0.0",
"@vercel/postgres-kysely": "0.9.0",
"@weareinreach/crowdin": "workspace:*",
Expand All @@ -68,32 +68,32 @@
"@snaplet/copycat": "5.0.0",
"@snaplet/seed": "0.98.0",
"@terraformer/wkt": "2.2.1",
"@turbo/gen": "2.1.0",
"@turbo/gen": "2.1.1",
"@turf/helpers": "7.1.0",
"@types/eslint": "8.56.12",
"@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.16.1",
"@types/node": "20.16.4",
"@types/papaparse": "5.3.14",
"@types/pg": "8.11.6",
"@types/pg": "8.11.8",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"dotenv": "16.4.5",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"fast-xml-parser": "4.4.1",
"fast-xml-parser": "4.5.0",
"flat": "6.0.1",
"google-auth-library": "9.14.0",
"google-spreadsheet": "4.1.2",
"google-auth-library": "9.14.1",
"google-spreadsheet": "4.1.4",
"googleapis": "143.0.0",
"inquirer": "9.3.6",
"inquirer-autocomplete-prompt": "3.0.1",
"just-compact": "3.2.0",
"just-group-by": "2.2.0",
"kysely-codegen": "0.15.0",
"kysely-codegen": "0.16.4",
"libphonenumber-js": "1.11.7",
"listr2": "8.2.4",
"log-update": "6.1.0",
Expand All @@ -104,7 +104,7 @@
"prettier": "3.3.3",
"pretty-bytes": "6.1.1",
"pretty-ms": "9.1.0",
"prisma": "5.18.0",
"prisma": "5.19.1",
"prisma-dbml-generator": "0.12.0",
"prisma-generator-ts-enums": "1.1.0",
"prisma-query-inspector": "1.4.4",
Expand All @@ -116,7 +116,7 @@
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.19.0",
"type-fest": "4.25.0",
"type-fest": "4.26.0",
"typescript": "5.5.4",
"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.12",
"@types/node": "20.16.1",
"@types/node": "20.16.4",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
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 @@ -18,7 +18,7 @@
"@tanstack/eslint-plugin-query": "4.38.0",
"@types/eslint": "8.56.12",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.16.1",
"@types/node": "20.16.4",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
Expand All @@ -31,9 +31,9 @@
"eslint-plugin-i18next": "6.0.9",
"eslint-plugin-import": "npm:eslint-plugin-i@2.29.1",
"eslint-plugin-node": "npm:eslint-plugin-n@16.6.2",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-turbo": "2.1.0",
"eslint-plugin-turbo": "2.1.1",
"next": "14.2.7",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.5.4"
Expand Down
Loading

0 comments on commit 1ec4a73

Please sign in to comment.