Skip to content

Commit

Permalink
graphql-language-service-utils remove incompatible peer dependencies (#…
Browse files Browse the repository at this point in the history
…256)

Drop support for graphql v0.10 and v0.11 as these versions do not contain
`ExecutableDefinitions` (required by
packages/utils/src/validateWithCustomRules.js)

N.b. this will require a major version bump at the next release.

Fixes #239
  • Loading branch information
lostplan committed Sep 18, 2018
1 parent 6327c23 commit 895e685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepublish": "node ../../resources/prepublish.js"
},
"peerDependencies": {
"graphql": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"
"graphql": "^0.12.0 || ^0.13.0"
},
"dependencies": {
"graphql-config": "2.0.1",
Expand Down

0 comments on commit 895e685

Please sign in to comment.