app,cli/template: pin react-router version to the same as react-router-dom

This commit is contained in:
Patrik Oldsberg
2020-06-21 16:17:31 +02:00
parent d97842a69f
commit dcb300293c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.21",
"react-router": "6.0.0-alpha.5",
"react-router-dom": "6.0.0-alpha.5",
"react-use": "^14.2.0",
"zen-observable": "^0.8.15"
@@ -13,6 +13,7 @@
"plugin-welcome": "0.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "6.0.0-alpha.5",
"react-router-dom": "6.0.0-alpha.5",
"react-use": "^14.2.0"
},