Skip to content

Commit 768abdc

Browse files
committed
update
1 parent 0aae54c commit 768abdc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/schema/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
"@types/node": ">=18.0.0"
193193
},
194194
"devDependencies": {
195+
"prisma": "6.17.x",
195196
"@prisma/client": "6.17.x",
196197
"@types/async-exit-hook": "^2.0.0",
197198
"@types/pluralize": "^0.0.29",

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.18.x",
22-
"@prisma/internals": "6.18.x",
21+
"@prisma/generator-helper": "6.17.x",
22+
"@prisma/internals": "6.17.x",
2323
"@zenstackhq/language": "workspace:*",
2424
"@zenstackhq/runtime": "workspace:*",
2525
"langium": "1.3.1",

0 commit comments

Comments
 (0)