Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Removed redux from peer dependencies for v2 (#1224)
Browse files Browse the repository at this point in the history
* Removed redux from peer dependencies.

* Added the PR link to the changelog.
  • Loading branch information
jaydenseric authored and James Baxley committed Oct 15, 2017
1 parent 62d7b31 commit 37d432c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### vNext

- Removed `redux` from peer dependencies. [Issue #1223](https://github.com/apollographql/react-apollo/issues/1223) [PR #1224](https://github.com/apollographql/react-apollo/pull/1224)

### 2.0.0-beta.0
- upgrade to Apollo Client 2.0
- remove direct dependencies on Apollo Client, graphql-tag
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
"license": "MIT",
"peerDependencies": {
"apollo-client": "^2.0.0-beta.3",
"react": "0.14.x || 15.* || ^15.0.0 || ^16.0.0",
"redux": "^2.0.0 || ^3.0.0"
"react": "0.14.x || 15.* || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@types/enzyme": "2.8.9",
Expand Down

0 comments on commit 37d432c

Please sign in to comment.