migrate react-router to be a peer dependency

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-08-22 15:39:42 +02:00
parent 3a975e1989
commit 0f6f890e2a
47 changed files with 111 additions and 109 deletions
+2 -2
View File
@@ -35,13 +35,13 @@
"@backstage/core-plugin-api": "^1.0.6-next.0",
"@backstage/plugin-permission-common": "^0.6.4-next.0",
"cross-fetch": "^3.1.5",
"react-router": "6.0.0-beta.0",
"react-use": "^17.2.4",
"swr": "^1.1.2"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
"react": "^16.13.1 || ^17.0.0"
"react": "^16.13.1 || ^17.0.0",
"react-router": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.18.2-next.0",