Added react types as a dep

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2023-11-21 15:04:18 -06:00
parent 2f6bb35c5f
commit 909d80ebdf
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -39,6 +39,7 @@
"dependencies": {
"@backstage/core-app-api": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
"@backstage/frontend-plugin-api": "workspace:^"
"@backstage/frontend-plugin-api": "workspace:^",
"@types/react": "^16.13.1 || ^17.0.0"
}
}
+1
View File
@@ -3767,6 +3767,7 @@ __metadata:
"@backstage/plugin-stackstorm": "workspace:^"
"@oriflame/backstage-plugin-score-card": ^0.7.0
"@testing-library/jest-dom": ^6.0.0
"@types/react": ^16.13.1 || ^17.0.0
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-router-dom: 6.0.0-beta.0 || ^6.3.0