Skip to content

Commit

Permalink
fix(app): update all non-major dependencies (#1103)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent 9e41171 commit b2921ff
Show file tree
Hide file tree
Showing 12 changed files with 235 additions and 235 deletions.
16 changes: 8 additions & 8 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
"@opentelemetry/sdk-trace-node": "1.21.0",
"@opentelemetry/semantic-conventions": "1.21.0",
"@prisma/instrumentation": "5.9.1",
"@sentry/browser": "7.101.0",
"@sentry/nextjs": "7.101.0",
"@sentry/node": "7.101.0",
"@sentry/opentelemetry": "7.101.0",
"@sentry/opentelemetry-node": "7.101.0",
"@sentry/profiling-node": "7.101.0",
"@sentry/browser": "7.101.1",
"@sentry/nextjs": "7.101.1",
"@sentry/node": "7.101.1",
"@sentry/opentelemetry": "7.101.1",
"@sentry/opentelemetry-node": "7.101.1",
"@sentry/profiling-node": "7.101.1",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.12.0",
"@trpc/client": "10.45.1",
"@trpc/next": "10.45.1",
"@trpc/react-query": "10.45.1",
"@trpc/server": "10.45.1",
"@vercel/analytics": "1.1.3",
"@vercel/analytics": "1.1.4",
"@vercel/edge-config": "1.0.0",
"@vercel/kv": "1.0.1",
"@vercel/speed-insights": "1.0.10",
Expand Down Expand Up @@ -112,7 +112,7 @@
"@types/eslint": "8.56.2",
"@types/gtag.js": "0.0.19",
"@types/luxon": "3.4.2",
"@types/node": "20.11.17",
"@types/node": "20.11.18",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@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.17",
"@types/node": "20.11.18",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@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.17",
"@types/node": "20.11.18",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/cognito-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.133",
"@types/eslint": "8.56.2",
"@types/node": "20.11.17",
"@types/node": "20.11.18",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@changesets/cli": "2.27.1",
"@turbo/gen": "1.12.4",
"@types/lint-staged": "13.3.0",
"@types/node": "20.11.17",
"@types/node": "20.11.18",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"boxen": "7.1.1",
Expand All @@ -57,7 +57,7 @@
"typescript": "5.3.3",
"typesync": "0.12.1"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": "^20.0.0",
"pnpm": "^8.10.5"
Expand Down
6 changes: 3 additions & 3 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.3.42",
"@opentelemetry/api": "1.7.0",
"@sentry/nextjs": "7.101.0",
"@sentry/nextjs": "7.101.1",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.45.1",
Expand All @@ -42,7 +42,7 @@
"just-map-values": "3.2.0",
"just-omit": "2.2.0",
"just-pick": "4.2.0",
"libphonenumber-js": "1.10.55",
"libphonenumber-js": "1.10.56",
"luxon": "3.4.4",
"nanoid": "5.0.5",
"slugify": "1.6.6",
Expand All @@ -54,7 +54,7 @@
"@types/eslint": "8.56.2",
"@types/google.maps": "3.55.3",
"@types/luxon": "3.4.2",
"@types/node": "20.11.17",
"@types/node": "20.11.18",
"@types/terraformer__wkt": "2.0.2",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.2",
"@types/node": "20.11.17",
"@types/node": "20.11.18",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@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.17",
"@types/node": "20.11.18",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "15.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.17",
"@types/node": "20.11.18",
"@types/papaparse": "5.3.14",
"@types/pg": "8.11.0",
"@types/terraformer__wkt": "2.0.2",
Expand All @@ -83,7 +83,7 @@
"inquirer-autocomplete-prompt": "3.0.1",
"just-compact": "3.2.0",
"kysely-codegen": "0.12.0",
"libphonenumber-js": "1.10.55",
"libphonenumber-js": "1.10.56",
"listr2": "8.0.2",
"luxon": "3.4.4",
"p-queue": "8.0.1",
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.17",
"@types/node": "20.11.18",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"just-filter-object": "3.2.0",
"just-group-by": "2.2.0",
"just-map-values": "3.2.0",
"libphonenumber-js": "1.10.55",
"libphonenumber-js": "1.10.56",
"locale-includes": "1.0.6",
"localized-address-format": "1.3.1",
"nextjs-routes": "2.1.0",
Expand Down Expand Up @@ -120,7 +120,7 @@
"@types/eslint": "8.56.2",
"@types/google.maps": "3.55.3",
"@types/luxon": "3.4.2",
"@types/node": "20.11.17",
"@types/node": "20.11.18",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
Expand Down
Loading

0 comments on commit b2921ff

Please sign in to comment.