Skip to content

Commit

Permalink
Simplify graphql peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed Jul 10, 2018
1 parent 0497c5f commit 46f0fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"zen-observable": "^0.8.0"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
"graphql": "^0.11.0 || ^14.0.0"
},
"devDependencies": {
"@types/benchmark": "1.0.31",
Expand Down

0 comments on commit 46f0fe6

Please sign in to comment.