Skip to content

Commit

Permalink
fix(db): 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 Aug 27, 2024
1 parent 3f4add2 commit 96a1416
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 102 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.26.0",
"@prisma/instrumentation": "5.18.0",
"@prisma/instrumentation": "5.19.0",
"@sentry/browser": "8.27.0",
"@sentry/nextjs": "8.27.0",
"@sentry/node": "8.27.0",
Expand Down Expand Up @@ -106,7 +106,7 @@
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.46.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.18.0",
"@prisma/nextjs-monorepo-workaround-plugin": "5.19.0",
"@relative-ci/agent": "4.2.10",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.20.5",
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 @@ -23,7 +23,7 @@
"@aws-lambda-powertools/logger": "1.18.1"
},
"devDependencies": {
"@types/aws-lambda": "8.10.143",
"@types/aws-lambda": "8.10.144",
"@types/eslint": "8.56.12",
"@types/node": "20.16.1",
"@vercel/ncc": "0.38.1",
Expand Down
6 changes: 3 additions & 3 deletions lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.18.1",
"@prisma/client": "5.18.0",
"@prisma/client": "5.19.0",
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
"@types/aws-lambda": "8.10.143",
"@types/aws-lambda": "8.10.144",
"@types/eslint": "8.56.12",
"@types/node": "20.16.1",
"@vercel/ncc": "0.38.1",
Expand All @@ -35,7 +35,7 @@
"aws-lambda": "1.0.7",
"eslint": "8.57.0",
"prettier": "3.3.3",
"prisma": "5.18.0",
"prisma": "5.19.0",
"typescript": "5.5.4"
}
}
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.26.0",
"@prisma/client": "5.18.0",
"@prisma/instrumentation": "5.18.0",
"@prisma/client": "5.19.0",
"@prisma/instrumentation": "5.19.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.18.0",
"prisma": "5.19.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 96a1416

Please sign in to comment.