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:
parent
e8dd8089d4
commit
28483e2cf3
|
|
@ -7,7 +7,7 @@
|
|||
"@types/react-dom": "^0.14.14",
|
||||
"@types/react-redux": "^4.4.29",
|
||||
"@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/webpack": "^2.2.0",
|
||||
"@types/webpack-env": "^1.13.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue