Skip to content

Commit

Permalink
Allow graphql@14.x as a peer dependency of apollo-cache-inmemory.
Browse files Browse the repository at this point in the history
Closes #3978.
  • Loading branch information
benjamn committed Oct 6, 2018
1 parent a56475c commit b082c8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
[PR #3964](https://github.com/apollographql/apollo-client/pull/3964)
[React Native PR #21492 (pending)](https://github.com/facebook/react-native/pull/21492)

- The `apollo-cache-inmemory` package now allows `graphql@^14.0.0` as a
peer dependency.
[Issue #3978](https://github.com/apollographql/apollo-client/issues/3978)

### Apollo GraphQL Anywhere (vNext)

- Make `graphql-anywhere` `filter` function generic (typescript). <br/>
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-cache-inmemory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"optimism": "^0.6.6"
},
"peerDependencies": {
"graphql": "0.11.7 || ^0.12.0 || ^0.13.0"
"graphql": "0.11.7 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"jest": {
"transform": {
Expand Down

0 comments on commit b082c8b

Please sign in to comment.