Adjust dependencies to @types/react and react-router to follow the pattern used by all other Backstage packages

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-09-13 13:53:14 +02:00
parent c4087c2bd5
commit 1da51fec2b
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-home': patch
---
Adjust dependencies to `@types/react` and `react-router` to follow the pattern
used by all other Backstage packages.
+2 -2
View File
@@ -26,10 +26,10 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
"@types/react": "^16.9",
"@types/react": "*",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^6.0.0-beta.0",
"react-router": "6.0.0-beta.0",
"react-use": "^17.2.4"
},
"devDependencies": {