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

@@ -21,8 +21,8 @@
"isomorphic-fetch": "^2.2.1",
"jquery": "^2.2.1",
"json-loader": "^0.5.4",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react": "~15.4.0",
"react-dom": "~15.4.0",
"react-router": "^2.8.1",
"style-loader": "^0.13.1",
"typescript": "^2.2.1",