Skip to content

Commit

Permalink
fix: wrong peer dependency version
Browse files Browse the repository at this point in the history
Version was limited to the latest version of Prisma client moved it to any 5.X version
  • Loading branch information
nrdobie committed Feb 23, 2024
1 parent 8b3228e commit 01afed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"vitest": "^1.3.1"
},
"peerDependencies": {
"@prisma/client": "^5.10.2"
"@prisma/client": "^5.0.0"
},
"dependencies": {
"@paralleldrive/cuid2": "^2.2.2",
Expand Down

0 comments on commit 01afed3

Please sign in to comment.