Skip to content

Commit

Permalink
feat: add peer dep support for prisma 2.18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Mar 10, 2021
1 parent 469c9e9 commit 2e898ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -68,7 +68,7 @@
},
"prettier": "@prisma-labs/prettier-config",
"peerDependencies": {
"@prisma/client": "2.17.x",
"@prisma/client": "2.17.x || 2.18.x",
"nexus": "^1.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 2e898ab

Please sign in to comment.