Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@zenstackhq/common-helpers": "workspace:*",
"@zenstackhq/language": "workspace:*",
"@zenstackhq/sdk": "workspace:*",
"prisma": "catalog:",
"colors": "1.4.0",
"commander": "^8.3.0",
"execa": "^9.6.0",
Expand All @@ -42,9 +43,6 @@
"semver": "^7.7.2",
"ts-pattern": "catalog:"
},
"peerDependencies": {
"prisma": "catalog:"
},
"devDependencies": {
"@types/better-sqlite3": "catalog:",
"@types/semver": "^7.7.0",
Expand All @@ -55,6 +53,7 @@
"@zenstackhq/typescript-config": "workspace:*",
"@zenstackhq/vitest-config": "workspace:*",
"better-sqlite3": "catalog:",
"tmp": "catalog:"
"tmp": "catalog:",
"prisma": "catalog:"
}
}
1 change: 1 addition & 0 deletions packages/language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
}
},
"dependencies": {
"@zenstackhq/common-helpers": "workspace:*",
"langium": "catalog:",
"pluralize": "^8.0.0",
"ts-pattern": "catalog:",
Expand Down
118 changes: 48 additions & 70 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packages:
catalog:
kysely: ~0.28.8
zod: ^4.0.0
prisma: ^6.10.0
prisma: ^6.19.0
langium: 3.5.0
langium-cli: 3.5.0
ts-pattern: ^5.7.1
Expand Down
Loading