Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Commit

Permalink
upgrade(react): ^0.14.0 -> ^15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zukowski committed Apr 8, 2016
1 parent 0af2d0d commit 972cd68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Requirements
Features
--------

* [React](https://github.com/facebook/react) (`^0.14.0`)
* [React](https://github.com/facebook/react) (`^15.0.0`)
* [Redux](https://github.com/rackt/redux) (`^3.0.0`)
* react-redux (`^4.0.0`)
* redux-devtools
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
"koa-static": "^2.0.0",
"node-sass": "^3.3.3",
"postcss-loader": "^0.8.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-redux": "^4.0.0",
"react-router": "^2.0.0",
"react-router-redux": "^4.0.0",
Expand Down Expand Up @@ -152,7 +152,7 @@
"nodemon": "^1.8.1",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.3",
"react-addons-test-utils": "^0.14.0",
"react-addons-test-utils": "^15.0.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.2",
"redbox-react": "^1.2.2",
Expand Down

0 comments on commit 972cd68

Please sign in to comment.