Temporarily pin React to 15.4.x, because 15.5.0 has conflict with Babel (Babel injects code that tries to evaluate PropTypes)

This commit is contained in:
Steve Sanderson
2017-05-05 16:23:16 +01:00
parent 4abc39faa0
commit 214a908c92
2 changed files with 4 additions and 4 deletions

View File

@@ -28,8 +28,8 @@
"jquery": "^2.2.1",
"json-loader": "^0.5.4",
"node-noop": "^1.0.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react": "~15.4.0",
"react-dom": "~15.4.0",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"react-router-redux": "^4.0.6",