Added react types as a dep
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user