Merge pull request #31055 from secustor/feat/add-devtools-extension

feat(devtools): support custom tabs using extensions
This commit is contained in:
Fredrik Adelöw
2026-01-20 15:45:10 +01:00
committed by GitHub
28 changed files with 641 additions and 34 deletions
+3 -1
View File
@@ -7,7 +7,8 @@
"pluginPackages": [
"@backstage/plugin-devtools",
"@backstage/plugin-devtools-backend",
"@backstage/plugin-devtools-common"
"@backstage/plugin-devtools-common",
"@backstage/plugin-devtools-react"
]
},
"publishConfig": {
@@ -58,6 +59,7 @@
"@backstage/errors": "workspace:^",
"@backstage/frontend-plugin-api": "workspace:^",
"@backstage/plugin-devtools-common": "workspace:^",
"@backstage/plugin-devtools-react": "workspace:^",
"@backstage/plugin-permission-react": "workspace:^",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",