Skip to content

Commit 7ead52f

Browse files
committed
chore: bump to prisma7
1 parent bfa40c1 commit 7ead52f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"@prisma/client": "6.19.x"
126126
},
127127
"peerDependencies": {
128-
"@prisma/client": "5.0.0 - 6.19.x",
128+
"@prisma/client": "5.0.0 - 7.x",
129129
"zod": "catalog:"
130130
},
131131
"author": {

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"zod-validation-error": "catalog:"
188188
},
189189
"peerDependencies": {
190-
"prisma": "5.0.0 - 6.19.x",
190+
"prisma": "5.0.0 - 7.x",
191191
"zod": "catalog:",
192192
"@types/node": ">=18.0.0"
193193
},

packages/sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"author": "",
1919
"license": "MIT",
2020
"dependencies": {
21-
"@prisma/generator-helper": "6.19.x",
22-
"@prisma/internals": "6.19.x",
21+
"@prisma/generator-helper": ">=6.19.0 <8.0.0",
22+
"@prisma/internals": ">=6.19.0 <8.0.0",
2323
"@zenstackhq/language": "workspace:*",
2424
"@zenstackhq/runtime": "workspace:*",
2525
"langium": "1.3.1",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)