diff --git a/README.md b/README.md index d7c8972be..23fcab87c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index c95630775..aa5461f7e 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",