Skip to content

Commit 28483e2

Browse files
In ReactReduxSpa, pin @types/react-router-redux to known-good version 4.0.30, because 4.0.40 is broken. Fixes #651
1 parent e8dd808 commit 28483e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ReactReduxSpa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@types/react-dom": "^0.14.14",
88
"@types/react-redux": "^4.4.29",
99
"@types/react-router": "^2.0.30",
10-
"@types/react-router-redux": "^4.0.30",
10+
"@types/react-router-redux": "4.0.30",
1111
"@types/redux": "3.5.27",
1212
"@types/webpack": "^2.2.0",
1313
"@types/webpack-env": "^1.13.0",

0 commit comments

Comments
 (0)