From 39a8a4a1283a3bdda231c9fb164437c2f345d105 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Wed, 13 Apr 2016 15:34:23 +0100 Subject: [PATCH] Update to current versions of React/Redux/etc. --- templates/ReactReduxSpa/package.json | 12 ++++++------ templates/ReactSpa/package.json | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) 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" } }