Update to current versions of React/Redux/etc.

This commit is contained in:
SteveSandersonMS
2016-04-13 15:34:23 +01:00
parent fa2b56fafd
commit 39a8a4a128
2 changed files with 9 additions and 9 deletions

View File

@@ -24,12 +24,12 @@
"aspnet-webpack": "^1.0.2", "aspnet-webpack": "^1.0.2",
"babel-core": "^6.5.2", "babel-core": "^6.5.2",
"domain-task": "^1.0.0", "domain-task": "^1.0.0",
"react": "^0.14.7", "react": "^15.0.1",
"react-dom": "^0.14.7", "react-dom": "^15.0.1",
"react-redux": "^4.4.0", "react-redux": "^4.4.4",
"react-router": "^2.0.0", "react-router": "^2.1.1",
"react-router-redux": "^4.0.0", "react-router-redux": "^4.0.2",
"redux": "^3.3.1", "redux": "^3.4.0",
"redux-thunk": "^2.0.1", "redux-thunk": "^2.0.1",
"redux-typed": "^1.0.0", "redux-typed": "^1.0.0",
"webpack-externals-plugin": "^1.0.0" "webpack-externals-plugin": "^1.0.0"

View File

@@ -22,8 +22,8 @@
}, },
"dependencies": { "dependencies": {
"babel-core": "^6.5.2", "babel-core": "^6.5.2",
"react": "^0.14.7", "react": "^15.0.1",
"react-dom": "^0.14.7", "react-dom": "^15.0.1",
"react-router": "^2.0.0" "react-router": "^2.1.1"
} }
} }