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

@@ -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"
}
}