Updated react-router to react-router-dom 4.0.0
This commit is contained in:
parent
84aec29cf2
commit
7a11cf97fd
|
|
@ -23,7 +23,7 @@
|
||||||
"json-loader": "^0.5.4",
|
"json-loader": "^0.5.4",
|
||||||
"react": "~15.4.0",
|
"react": "~15.4.0",
|
||||||
"react-dom": "~15.4.0",
|
"react-dom": "~15.4.0",
|
||||||
"react-router": "^2.8.1",
|
"react-router-dom": "^4.0.0",
|
||||||
"style-loader": "^0.13.1",
|
"style-loader": "^0.13.1",
|
||||||
"typescript": "^2.2.1",
|
"typescript": "^2.2.1",
|
||||||
"url-loader": "^0.5.7",
|
"url-loader": "^0.5.7",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue