Skip to content

Commit

Permalink
Update react peer dependency to >= v16.6.
Browse files Browse the repository at this point in the history
The fixes in response to facebook/react#13829 break support for react < v16.6.
  • Loading branch information
jaydenseric committed Oct 25, 2018
1 parent dafcccb commit 2d18957
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## Next

### Major

- Updated the `react` peer dependency to `^16.6.0`.
- Fixed `preload` broken due to the [React v16.6.0](https://github.com/facebook/react/releases/tag/v16.6.0) [context API change](https://github.com/facebook/react/pull/13829), fixing [#11](https://github.com/jaydenseric/graphql-react/issues/11).

### Patch

- Updated dependencies.
- Adapt `preload` for the React v16.6 context API changes, fixing [#11](https://github.com/jaydenseric/graphql-react/issues/11).
- Updated dev dependencies.

## 3.0.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"browserslist": ">1%",
"peerDependencies": {
"react": "^16.3.1"
"react": "^16.6.0"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
Expand Down

0 comments on commit 2d18957

Please sign in to comment.