Skip to content

Commit

Permalink
Increase version range for graphql peerDependency. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgtybhertgeghgtwtg authored and evans committed Jul 3, 2018
1 parent c1ef970 commit c25f4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apollo-cache-control-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"graphql-extensions": "^0.0.x"
},
"peerDependencies": {
"graphql": "^0.10.0 || ^0.11.0"
"graphql": "^0.10.0 || ^0.11.0 || ^0.12.0"
},
"devDependencies": {
"@types/graphql": "^0.11.5",
"@types/jest": "^21.1.4",
"@types/node": "^8.0.44",
"@types/zen-observable": "^0.5.3",
"graphql": "^0.11.7",
"graphql": "^0.12.3",
"graphql-tools": "^2.5.1",
"jest": "^21.2.1",
"jest-matcher-utils": "^21.2.1",
Expand Down

0 comments on commit c25f4e2

Please sign in to comment.