[DevTools] Migrate the `ExternalDependenciesContent` component to Backstage UI (BUI)
#32.746 aperta il 8 feb 2026
Metriche repository
- Star
- (26.101 star)
- Metriche merge PR
- (Merge medio 15g) (121 PR mergiate in 30 g)
Descrizione
📝 Acknowledgement
- I acknowledge that issues using this template may be closed without further explanation.
Content
The ExternalDependenciesContent component can be migrated to BUI.
The component code is here: https://github.com/backstage/backstage/blob/master/plugins/devtools/src/components/Content/ExternalDependenciesContent/ExternalDependenciesContent.tsx
The list of available Backstage UI components is here: https://ui.backstage.io/
The process would be to just switch out the Material UI (MUI) components with their Backstage UI (BUI) versions and visually check to make sure they match. Additionally the Table component from @backstage/core-components can be changes to use the Table from Backstage UI (BUI)