Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit bebb82e

Browse files
Implement longer-term fix for #1066 (see description)
- declare explict @types/react-router version - update to newer aspnet-webpack-react that doesn't include the hacky workaround since it's not needed if you have the correct @types/react-router version In a subsequent commit, will also shrinkwrap to pin all dependency versions. This isn't strictly required right now, but is the right thing for long-term stability.
1 parent 328eb04 commit bebb82e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

templates/ReactReduxSpa/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
"@types/react": "15.0.24",
77
"@types/react-dom": "15.5.0",
88
"@types/react-redux": "4.4.40",
9+
"@types/react-router": "4.0.11",
910
"@types/react-router-dom": "4.0.4",
1011
"@types/react-router-redux": "5.0.1",
1112
"@types/webpack": "2.2.15",
1213
"@types/webpack-env": "1.13.0",
1314
"aspnet-prerendering": "^2.0.5",
1415
"aspnet-webpack": "^1.0.29",
15-
"aspnet-webpack-react": "^2.0.0",
16+
"aspnet-webpack-react": "^3.0.0-beta",
1617
"awesome-typescript-loader": "3.1.3",
1718
"bootstrap": "3.3.7",
1819
"css-loader": "0.28.1",

templates/ReactSpa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@types/react-router": "4.0.9",
99
"@types/webpack-env": "1.13.0",
1010
"aspnet-webpack": "^1.0.29",
11-
"aspnet-webpack-react": "^2.0.0",
11+
"aspnet-webpack-react": "^3.0.0-beta",
1212
"awesome-typescript-loader": "3.1.3",
1313
"bootstrap": "3.3.7",
1414
"css-loader": "0.28.1",

0 commit comments

Comments
 (0)