Skip to content

Commit

Permalink
fix: graphql peerDependency (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbrownt authored Aug 25, 2022
1 parent c07b8b1 commit 0086763
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 @@ -125,7 +125,7 @@
"prettier": "@prisma-labs/prettier-config",
"peerDependencies": {
"@prisma/client": "^4",
"graphql": "^15 | ^16",
"graphql": "^15.0.0 || ^16.0.0",
"nexus": "^1.0.0",
"ts-node": "^10.0.0"
},
Expand Down

1 comment on commit 0086763

@vercel
Copy link

@vercel vercel bot commented on 0086763 Aug 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.