Skip to content

Commit

Permalink
fix(auth): 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 Aug 29, 2023
1 parent a7f9f59 commit 7a55d8d
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 157 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@opentelemetry/sdk-trace-node": "1.15.2",
"@opentelemetry/semantic-conventions": "1.15.2",
"@prisma/instrumentation": "5.2.0",
"@sentry/nextjs": "7.64.0",
"@sentry/opentelemetry-node": "7.64.0",
"@sentry/nextjs": "7.65.0",
"@sentry/opentelemetry-node": "7.65.0",
"@sentry/profiling-node": "1.1.3",
"@tanstack/react-query": "4.33.0",
"@tanstack/react-table": "8.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@crowdin/ota-client": "1.0.0",
"@googlemaps/google-maps-services-js": "3.3.36",
"@opentelemetry/api": "1.4.1",
"@sentry/node": "7.64.0",
"@sentry/node": "7.65.0",
"@tanstack/react-query": "4.33.0",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.38.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 @@ -15,7 +15,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.398.0",
"@aws-sdk/client-cognito-identity-provider": "3.402.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@storybook/addon-viewport": "7.4.0",
"@storybook/components": "7.4.0",
"@storybook/core-events": "7.4.0",
"@storybook/jest": "0.2.1",
"@storybook/jest": "0.2.2",
"@storybook/manager-api": "7.4.0",
"@storybook/nextjs": "7.4.0",
"@storybook/preview-api": "7.4.0",
Expand Down
Loading

0 comments on commit 7a55d8d

Please sign in to comment.