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
@@ -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"
},