Skip to content

Commit

Permalink
fix(app): 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 May 8, 2024
1 parent a904ab5 commit a26887f
Show file tree
Hide file tree
Showing 13 changed files with 397 additions and 397 deletions.
16 changes: 8 additions & 8 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"@opentelemetry/sdk-trace-node": "1.24.1",
"@opentelemetry/semantic-conventions": "1.24.1",
"@prisma/instrumentation": "5.13.0",
"@sentry/browser": "7.113.0",
"@sentry/integrations": "7.113.0",
"@sentry/nextjs": "7.113.0",
"@sentry/node": "7.113.0",
"@sentry/opentelemetry": "7.113.0",
"@sentry/opentelemetry-node": "7.113.0",
"@sentry/profiling-node": "7.113.0",
"@sentry/browser": "7.114.0",
"@sentry/integrations": "7.114.0",
"@sentry/nextjs": "7.114.0",
"@sentry/node": "7.114.0",
"@sentry/opentelemetry": "7.114.0",
"@sentry/opentelemetry-node": "7.114.0",
"@sentry/profiling-node": "7.114.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.16.0",
"@trpc/client": "10.45.2",
Expand Down Expand Up @@ -116,7 +116,7 @@
"@types/eslint": "8.56.10",
"@types/gtag.js": "0.0.19",
"@types/luxon": "3.4.2",
"@types/node": "20.12.10",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
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.3",
"@types/eslint": "8.56.10",
"@types/node": "20.12.10",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@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.137",
"@types/eslint": "8.56.10",
"@types/node": "20.12.10",
"@types/node": "20.12.11",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
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.137",
"@types/eslint": "8.56.10",
"@types/node": "20.12.10",
"@types/node": "20.12.11",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@changesets/cli": "2.27.1",
"@turbo/gen": "1.13.3",
"@types/lint-staged": "13.3.0",
"@types/node": "20.12.10",
"@types/node": "20.12.11",
"@types/yargs": "17.0.32",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 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.8.0",
"@sentry/nextjs": "7.113.0",
"@sentry/nextjs": "7.114.0",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.45.2",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@types/eslint": "8.56.10",
"@types/google.maps": "3.55.8",
"@types/luxon": "3.4.2",
"@types/node": "20.12.10",
"@types/node": "20.12.11",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/node": "20.12.10",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@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 @@ -15,7 +15,7 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/node": "20.12.10",
"@types/node": "20.12.11",
"@weareinreach/eslint-config": "workspace:*",
"alex": "11.0.1",
"next-i18next": "15.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.4.2",
"@types/ms": "0.7.34",
"@types/node": "20.12.10",
"@types/node": "20.12.11",
"@types/papaparse": "5.3.14",
"@types/pg": "8.11.6",
"@types/terraformer__wkt": "2.0.3",
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.9.2",
"@weareinreach/util": "workspace:*",
"chromatic": "11.3.1",
"chromatic": "11.3.2",
"zod": "3.23.7"
},
"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.10",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.12.10",
"@types/node": "20.12.11",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8.57.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "7.6.19",
"@storybook/types": "7.6.19",
"@swc/core": "1.5.3",
"@swc/core": "1.5.5",
"@swc/helpers": "0.5.11",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
Expand All @@ -118,7 +118,7 @@
"@types/eslint": "8.56.10",
"@types/google.maps": "3.55.8",
"@types/luxon": "3.4.2",
"@types/node": "20.12.10",
"@types/node": "20.12.11",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
Expand All @@ -129,7 +129,7 @@
"@weareinreach/db": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"@welldone-software/why-did-you-render": "8.0.1",
"chromatic": "11.3.1",
"chromatic": "11.3.2",
"css-loader": "6.11.0",
"dayjs": "1.11.11",
"dotenv": "16.4.5",
Expand All @@ -143,7 +143,7 @@
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
"merge-anything": "5.1.7",
"msw": "2.2.14",
"msw": "2.3.0",
"msw-storybook-addon": "2.0.2",
"next": "14.2.3",
"next-auth": "4.24.7",
Expand Down

0 comments on commit a26887f

Please sign in to comment.