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 ef17ca1
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 283 deletions.
14 changes: 7 additions & 7 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
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit ef17ca1

Please sign in to comment.