Skip to content

Commit

Permalink
Bump peer deps of react to ^16.0.0 (#11156)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdustan authored and gaearon committed Oct 9, 2017
1 parent 4131af3 commit 08cbc25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-art/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": "^16.0.0-beta.5"
"react": "^16.0.0"

This comment has been minimized.

Copy link
@shospodarets

shospodarets Oct 9, 2017

Hey @iamdustan , @gaearon
Thanks for this update, will you bump the own react-test-renderer package.json version?
As the latest react-test-renderer@16.0.0 npm version still wants ^16.0.0-beta.5

},
"files": [
"LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": "^16.0.0-beta.5"
"react": "^16.0.0"
},
"files": [
"LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-test-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"object-assign": "^4.1.1"
},
"peerDependencies": {
"react": "^16.0.0-beta.5"
"react": "^16.0.0"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit 08cbc25

Please sign in to comment.