diff --git a/templates/ReactReduxSpa/package.json b/templates/ReactReduxSpa/package.json index 8cbd964..bc219ea 100644 --- a/templates/ReactReduxSpa/package.json +++ b/templates/ReactReduxSpa/package.json @@ -24,12 +24,12 @@ "aspnet-webpack": "^1.0.2", "babel-core": "^6.5.2", "domain-task": "^1.0.0", - "react": "^0.14.7", - "react-dom": "^0.14.7", - "react-redux": "^4.4.0", - "react-router": "^2.0.0", - "react-router-redux": "^4.0.0", - "redux": "^3.3.1", + "react": "^15.0.1", + "react-dom": "^15.0.1", + "react-redux": "^4.4.4", + "react-router": "^2.1.1", + "react-router-redux": "^4.0.2", + "redux": "^3.4.0", "redux-thunk": "^2.0.1", "redux-typed": "^1.0.0", "webpack-externals-plugin": "^1.0.0" diff --git a/templates/ReactSpa/package.json b/templates/ReactSpa/package.json index df24e50..2b6d0b0 100644 --- a/templates/ReactSpa/package.json +++ b/templates/ReactSpa/package.json @@ -22,8 +22,8 @@ }, "dependencies": { "babel-core": "^6.5.2", - "react": "^0.14.7", - "react-dom": "^0.14.7", - "react-router": "^2.0.0" + "react": "^15.0.1", + "react-dom": "^15.0.1", + "react-router": "^2.1.1" } }