Merge pull request #31242 from hopehadfield/remove-more-unused

Remove unused dependencies from kubernetes, signals, and techdocs
This commit is contained in:
Fredrik Adelöw
2025-10-29 22:50:03 +01:00
committed by GitHub
13 changed files with 22 additions and 148 deletions
-15
View File
@@ -1,18 +1,3 @@
# Knip report
## Unused dependencies (3)
| Name | Location | Severity |
| :----------------- | :----------- | :------- |
| @material-ui/icons | plugins/signals/package.json | error |
| @material-ui/lab | plugins/signals/package.json | error |
| react-use | plugins/signals/package.json | error |
## Unused devDependencies (3)
| Name | Location | Severity |
| :-------------------------- | :----------- | :------- |
| @testing-library/user-event | plugins/signals/package.json | error |
| @backstage/core-app-api | plugins/signals/package.json | error |
| msw | plugins/signals/package.json | error |
-6
View File
@@ -59,22 +59,16 @@
"@backstage/theme": "workspace:^",
"@backstage/types": "workspace:^",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.61",
"react-use": "^17.2.4",
"uuid": "^11.0.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@backstage/core-app-api": "workspace:^",
"@backstage/dev-utils": "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",
"jest-websocket-mock": "^2.5.0",
"msw": "^1.0.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router-dom": "^6.3.0"