Skip to content

Commit

Permalink
Update react to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Sep 27, 2017
1 parent 560116a commit 9f8b1f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
Expand All @@ -57,10 +57,10 @@
"global": "^4.3.1",
"mocha": "^3.5.3",
"proxyquire": "^1.8.0",
"react": "^15.2.1",
"react": "^16.0.0",
"react-docgen": "^2.18.0",
"react-dom": "^15.2.1",
"react-test-renderer": "^15.6.1",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"regenerator-runtime": "^0.11.0",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
Expand Down

0 comments on commit 9f8b1f4

Please sign in to comment.