We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aae54c commit 768abdcCopy full SHA for 768abdc
packages/schema/package.json
@@ -192,6 +192,7 @@
192
"@types/node": ">=18.0.0"
193
},
194
"devDependencies": {
195
+ "prisma": "6.17.x",
196
"@prisma/client": "6.17.x",
197
"@types/async-exit-hook": "^2.0.0",
198
"@types/pluralize": "^0.0.29",
packages/sdk/package.json
@@ -18,8 +18,8 @@
18
"author": "",
19
"license": "MIT",
20
"dependencies": {
21
- "@prisma/generator-helper": "6.18.x",
22
- "@prisma/internals": "6.18.x",
+ "@prisma/generator-helper": "6.17.x",
+ "@prisma/internals": "6.17.x",
23
"@zenstackhq/language": "workspace:*",
24
"@zenstackhq/runtime": "workspace:*",
25
"langium": "1.3.1",
0 commit comments