Skip to content

Commit

Permalink
chore(deps): Update prisma monorepo to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 377a068 commit ebf536a
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion packages/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@apollo/server": "^4.10.0",
"@aws-sdk/client-dynamodb": "^3.413.0",
"@aws-sdk/client-dynamodb-streams": "^3.413.0",
"@prisma/client": "^5.10.2",
"@prisma/client": "^6.0.0",
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1459.0",
"cqrs-es-example-js-command-domain": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/query/interface-adaptor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"jest": "^29.7.0",
"prisma": "^5.10.2",
"prisma": "^6.0.0",
"rimraf": "^6.0.0",
"testcontainers": "^10.2.1",
"ts-jest": "^29.1.1",
Expand All @@ -34,7 +34,7 @@
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.413.0",
"@prisma/client": "^5.10.2",
"@prisma/client": "^6.0.0",
"@types/graphql-fields": "^1.3.9",
"aws-sdk": "^2.1459.0",
"event-store-adapter-js": "2.2.72",
Expand Down
4 changes: 2 additions & 2 deletions packages/rmu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"jest": "^29.7.0",
"prisma": "^5.10.2",
"prisma": "^6.0.0",
"rimraf": "^6.0.0",
"testcontainers": "^10.2.1",
"ts-jest": "^29.1.1",
Expand All @@ -34,7 +34,7 @@
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.413.0",
"@prisma/client": "^5.10.2",
"@prisma/client": "^6.0.0",
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1459.0",
"cqrs-es-example-js-command-domain": "workspace:*",
Expand Down
94 changes: 47 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ebf536a

Please sign in to comment.