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
@@ -4394,16 +4394,13 @@ __metadata:
resolution: "@backstage/plugin-auth@workspace:plugins/auth"
dependencies:
"@backstage/cli": "workspace:^"
"@backstage/core-components": "workspace:^"
"@backstage/dev-utils": "workspace:^"
"@backstage/errors": "workspace:^"
"@backstage/frontend-defaults": "workspace:^"
"@backstage/frontend-plugin-api": "workspace:^"
"@backstage/test-utils": "workspace:^"
"@backstage/theme": "workspace:^"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
"@material-ui/lab": "npm:4.0.0-alpha.61"
"@backstage/ui": "workspace:^"
"@remixicon/react": "npm:^4.6.0"
"@testing-library/jest-dom": "npm:^6.0.0"
"@testing-library/react": "npm:^16.0.0"
"@testing-library/user-event": "npm:^14.0.0"