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

Commit

Permalink
add react-dom as peer depency (#372)
Browse files Browse the repository at this point in the history
* add react-dom as peer depency

since React 15.4 react-dom is no longer "secretly" included.

ref: https://github.com/facebook/react/releases/tag/v15.4.0

* Update Changelog.md
  • Loading branch information
koenpunt authored and James Baxley committed Jan 5, 2017
1 parent 92caa83 commit fb1911f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Expect active development and potentially significant breaking changes in the `0

- Bug: fix issue with no longer passing errors to components w/ `[email protected]` - [Issue #378](https://github.com/apollostack/react-apollo/issues/378)

- Add `react-dom` to `peerDependencies` because since React 15.4 it is no longer "secretly" included.
_(ref: https://github.com/facebook/react/releases/tag/v15.4.0)_

### v0.7.1

#### Breaking
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"peerDependencies": {
"apollo-client": "^0.4.21 || ^0.5.1 || ^0.6.0",
"react": "0.14.x || 15.* || ^15.0.0",
"react-dom": "0.14.x || 15.* || ^15.0.0",
"redux": "^2.0.0 || ^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit fb1911f

Please sign in to comment.