Skip to content

Commit

Permalink
allow react 16 in core peerDeps (#1660)
Browse files Browse the repository at this point in the history
upgrade support seems free since there were no warnings with latest 15.x release.
  • Loading branch information
giladgray authored Oct 4, 2017
1 parent 41b78df commit 5cc8dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"tslib": "^1.5.0"
},
"peerDependencies": {
"react": "^15.0.1 || ^0.14",
"react": "^16.0.0 || ^15.0.1 || ^0.14",
"react-addons-css-transition-group": "^15.0.1 || ^0.14",
"react-dom": "^15.0.1 || ^0.14"
"react-dom": "^16.0.0 || ^15.0.1 || ^0.14"
},
"devDependencies": {
"bourbon": "4.3.2",
Expand Down

1 comment on commit 5cc8dc6

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

allow react 16 in core peerDeps (#1660)

Preview: documentation
Coverage: core | datetime

Please sign in to comment.