Skip to content

Commit

Permalink
fix(package): use correct version for graphql peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brandondoran committed Sep 30, 2018
1 parent e685c99 commit b4adca2
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 @@ -40,7 +40,7 @@
"graphql-tools": "^4.0.0"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^0.14.0"
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.0",
Expand Down

0 comments on commit b4adca2

Please sign in to comment.