Skip to content

Commit

Permalink
chore: add prisma as peer dependency (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 authored Apr 9, 2024
1 parent 2abe481 commit 101e642
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions packages/plugins/trpc/tests/projects/t3-trpc-v10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@
"@trpc/next": "^10.43.6",
"@trpc/react-query": "^10.43.6",
"@trpc/server": "^10.43.6",
"@zenstackhq/language": "file:../../../../../../.build/zenstackhq-language-2.0.0-beta.7.tgz",
"@zenstackhq/runtime": "file:../../../../../../.build/zenstackhq-runtime-2.0.0-beta.7.tgz",
"@zenstackhq/sdk": "file:../../../../../../.build/zenstackhq-sdk-2.0.0-beta.7.tgz",
"next": "^14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "^2.2.1",
"zenstack": "file:../../../../../../.build/zenstack-2.0.0-beta.7.tgz",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"zod": "^3.22.4",
"zod-validation-error": "^1.5.0"
},
"peerDependencies": {
"@prisma/client": "^5.0.0"
},
"author": {
"name": "ZenStack Team"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
"zod": "^3.22.4",
"zod-validation-error": "^1.5.0"
},
"peerDependencies": {
"prisma": "^5.0.0"
},
"devDependencies": {
"@prisma/client": "^5.7.1",
"@types/async-exit-hook": "^2.0.0",
Expand Down
10 changes: 3 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 101e642

Please sign in to comment.