bumping react-router and react-router-dom

This commit is contained in:
Christina Marie Rahaim
2020-06-18 16:33:01 -04:00
committed by Fredrik Adelöw
parent b92e1533d1
commit 38734afa4c
17 changed files with 40 additions and 39 deletions
+3 -2
View File
@@ -21,12 +21,13 @@
"@backstage/theme": "^0.1.1-alpha.12",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"history": "^5.0.0",
"prop-types": "^15.7.2",
"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-router": "6.0.0-beta.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^14.2.0",
"zen-observable": "^0.8.15"
},