mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
In ReactReduxSpa, pin @types/react-router-redux to known-good version 4.0.30, because 4.0.40 is broken. Fixes #651
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"@types/react-dom": "^0.14.14",
|
"@types/react-dom": "^0.14.14",
|
||||||
"@types/react-redux": "^4.4.29",
|
"@types/react-redux": "^4.4.29",
|
||||||
"@types/react-router": "^2.0.30",
|
"@types/react-router": "^2.0.30",
|
||||||
"@types/react-router-redux": "^4.0.30",
|
"@types/react-router-redux": "4.0.30",
|
||||||
"@types/redux": "3.5.27",
|
"@types/redux": "3.5.27",
|
||||||
"@types/webpack": "^2.2.0",
|
"@types/webpack": "^2.2.0",
|
||||||
"@types/webpack-env": "^1.13.0",
|
"@types/webpack-env": "^1.13.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user