feat(auth): migrate auth plugin from Material-UI to Backstage UI (#33282)

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
Ben Lambert
2026-03-13 09:51:53 +01:00
committed by GitHub
parent 50c2aee83d
commit 06294aafba
5 changed files with 164 additions and 170 deletions
+2 -5
View File
@@ -47,13 +47,10 @@
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/core-components": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/frontend-plugin-api": "workspace:^",
"@backstage/theme": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@backstage/ui": "workspace:^",
"@remixicon/react": "^4.6.0",
"react-use": "^17.2.4"
},
"devDependencies": {