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 6, 2024
1 parent dd13b3f commit dfc36a2
Show file tree
Hide file tree
Showing 6 changed files with 343 additions and 345 deletions.
18 changes: 9 additions & 9 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@prisma/instrumentation": "5.17.0",
"@sentry/browser": "8.22.0",
"@sentry/nextjs": "8.22.0",
"@sentry/node": "8.22.0",
"@sentry/opentelemetry": "8.22.0",
"@sentry/profiling-node": "8.22.0",
"@prisma/instrumentation": "5.18.0",
"@sentry/browser": "8.24.0",
"@sentry/nextjs": "8.24.0",
"@sentry/node": "8.24.0",
"@sentry/opentelemetry": "8.24.0",
"@sentry/profiling-node": "8.24.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.20.1",
"@trpc/client": "10.45.2",
Expand Down Expand Up @@ -105,9 +105,9 @@
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.45.3",
"@prisma/nextjs-monorepo-workaround-plugin": "5.17.0",
"@relative-ci/agent": "4.2.9",
"@playwright/test": "1.46.0",
"@prisma/nextjs-monorepo-workaround-plugin": "5.18.0",
"@relative-ci/agent": "4.2.10",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.20.1",
"@total-typescript/ts-reset": "0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.18.1",
"@prisma/client": "5.17.0",
"@prisma/client": "5.18.0",
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
Expand All @@ -35,7 +35,7 @@
"aws-lambda": "1.0.7",
"eslint": "8.57.0",
"prettier": "3.3.3",
"prisma": "5.17.0",
"prisma": "5.18.0",
"typescript": "5.5.4"
}
}
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.9.0",
"@sentry/nextjs": "8.22.0",
"@sentry/nextjs": "8.24.0",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.1",
"@trpc/client": "10.45.2",
Expand Down Expand Up @@ -46,7 +46,7 @@
"libphonenumber-js": "1.11.5",
"luxon": "3.5.0",
"nanoid": "5.0.7",
"remeda": "2.7.0",
"remeda": "2.10.0",
"slugify": "1.6.6",
"social-links": "1.14.0",
"tiny-invariant": "1.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.623.0",
"@aws-sdk/client-cognito-identity-provider": "3.624.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@prisma/client": "5.17.0",
"@prisma/instrumentation": "5.17.0",
"@prisma/client": "5.18.0",
"@prisma/instrumentation": "5.18.0",
"@vercel/kv": "2.0.0",
"@vercel/postgres-kysely": "0.9.0",
"@weareinreach/crowdin": "workspace:*",
Expand Down Expand Up @@ -104,7 +104,7 @@
"prettier": "3.3.3",
"pretty-bytes": "6.1.1",
"pretty-ms": "9.1.0",
"prisma": "5.17.0",
"prisma": "5.18.0",
"prisma-dbml-generator": "0.12.0",
"prisma-generator-ts-enums": "1.1.0",
"prisma-query-inspector": "1.4.4",
Expand Down
Loading

0 comments on commit dfc36a2

Please sign in to comment.