Skip to content

Commit

Permalink
Merge pull request #3598 from ivank/graphql-peer-dependency-bump
Browse files Browse the repository at this point in the history
Bump graphql version to 14.0.0
  • Loading branch information
hwillson authored Jul 10, 2018
2 parents 7076e36 + 580cc9f commit 64c024a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
[@hwillson](https://github.com/hwillson) in [#3635](https://github.com/apollographql/apollo-client/pull/3635)
[@JakeDawkins](https://github.com/JakeDawkins) in [#3642](https://github.com/apollographql/apollo-client/pull/3642)
[@hwillson](https://github.com/hwillson) in [#3644](https://github.com/apollographql/apollo-client/pull/3644)
- Updated `graphql` `peerDependencies` to handle 14.x versions.
[@ivank](https://github.com/ivank) in [#3598](https://github.com/apollographql/apollo-client/pull/3598)

### Apollo Boost (vNext)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"name": "apollo-boost",
"path": "./packages/apollo-boost/lib/bundle.min.js",
"maxSize": "33 kB"
"maxSize": "35 kB"
},
{
"name": "apollo-utilities",
Expand Down
5 changes: 5 additions & 0 deletions packages/apollo-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

### vNext

- Updated `graphql` `peerDependencies` to handle 14.x versions.
[PR #3598](https://github.com/apollographql/apollo-client/pull/3598)

### 2.3.5

- Internal code formatting updates.
Expand Down
4 changes: 2 additions & 2 deletions 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"
"graphql": "^0.11.0 || ^14.0.0"
},
"devDependencies": {
"@types/benchmark": "1.0.31",
Expand All @@ -71,7 +71,7 @@
"danger": "1.1.0",
"flow-bin": "0.76.0",
"github": "12.1.0",
"graphql": "0.13.2",
"graphql": "14.0.0-rc.2",
"graphql-tag": "2.9.2",
"isomorphic-fetch": "2.2.1",
"jest": "23.0.0",
Expand Down

0 comments on commit 64c024a

Please sign in to comment.