Merge pull request #31224 from hopehadfield/remove-unused-scaffolder

Remove unused dependencies in notifications and scaffolder
This commit is contained in:
Fredrik Adelöw
2025-10-07 16:48:10 +02:00
committed by GitHub
12 changed files with 11 additions and 68 deletions
-13
View File
@@ -1,16 +1,3 @@
# Knip report
## Unused dependencies (2)
| Name | Location | Severity |
| :--------------- | :----------- | :------- |
| @backstage/types | plugins/notifications/package.json | error |
| @material-ui/lab | plugins/notifications/package.json | error |
## Unused devDependencies (2)
| Name | Location | Severity |
| :-------------------------- | :----------- | :------- |
| @testing-library/user-event | plugins/notifications/package.json | error |
| @backstage/core-app-api | plugins/notifications/package.json | error |
-4
View File
@@ -59,10 +59,8 @@
"@backstage/plugin-notifications-common": "workspace:^",
"@backstage/plugin-signals-react": "workspace:^",
"@backstage/theme": "workspace:^",
"@backstage/types": "workspace:^",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.61",
"lodash": "^4.17.21",
"material-ui-confirm": "^3.0.12",
"notistack": "^3.0.1",
@@ -71,13 +69,11 @@
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@backstage/core-app-api": "workspace:^",
"@backstage/dev-utils": "workspace:^",
"@backstage/plugin-signals": "workspace:^",
"@backstage/test-utils": "workspace:^",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/react": "^18.0.0",
"msw": "^1.0.0",
"react": "^18.0.2",