Skip to content

Commit

Permalink
chore: bump prisma dependency to 6.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Nov 29, 2024
1 parent a747d95 commit 3807189
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 121 deletions.
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"zod-validation-error": "^1.5.0"
},
"peerDependencies": {
"@prisma/client": "5.0.0 - 5.22.x"
"@prisma/client": "5.0.0 - 6.0.x"
},
"author": {
"name": "ZenStack Team"
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@
"zod-validation-error": "^1.5.0"
},
"peerDependencies": {
"prisma": "5.0.0 - 5.22.x"
"prisma": "5.0.0 - 6.0.x"
},
"devDependencies": {
"@prisma/client": "5.22.x",
"@prisma/client": "6.0.x",
"@types/async-exit-hook": "^2.0.0",
"@types/pluralize": "^0.0.29",
"@types/semver": "^7.3.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@prisma/generator-helper": "5.22.x",
"@prisma/internals": "5.22.x",
"@prisma/generator-helper": "6.0.x",
"@prisma/internals": "6.0.x",
"@zenstackhq/language": "workspace:*",
"@zenstackhq/runtime": "workspace:*",
"langium": "1.3.1",
Expand Down
Loading

0 comments on commit 3807189

Please sign in to comment.