chore: expose react types

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-15 17:00:57 +02:00
parent c7603e839d
commit c894d8d272
+3 -3
View File
@@ -38,11 +38,11 @@
"@backstage/core-plugin-api": "workspace:^",
"@backstage/frontend-plugin-api": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1"
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/react": "^16.13.1 || ^17.0.0"
"@backstage/cli": "workspace:^"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",