Skip to content

Commit

Permalink
chore: pin Prisma's minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Jun 27, 2024
1 parent cdba3ac commit 9c6453b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"@zenstackhq/runtime": "workspace:*",
"dotenv": "^16.0.3",
"esbuild": "^0.15.12",
"prisma": "^5.15.0",
"prisma": "5.15.x",
"renamer": "^4.0.0",
"tmp": "^0.2.1",
"tsc-alias": "^1.7.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@prisma/client": "^5.15.0",
"@zenstackhq/runtime": "file:../../../packages/runtime/dist",
"prisma": "^5.15.0",
"prisma": "5.15.x",
"react": "^18.2.0",
"swr": "^1.3.0",
"typescript": "^4.9.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"zod": "^3.22.4"
},
"devDependencies": {
"prisma": "^5.15.0"
"prisma": "5.15.x"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"zod": "^3.22.4"
},
"devDependencies": {
"prisma": "^5.15.0"
"prisma": "5.15.x"
}
}

0 comments on commit 9c6453b

Please sign in to comment.