Remove unused dependencies from kubernetes, signals, and techdocs

Signed-off-by: Hope Hadfield <hhadfiel@redhat.com>
This commit is contained in:
Hope Hadfield
2025-09-18 14:39:39 -04:00
parent 9e76ddb8f9
commit d2a6929f05
12 changed files with 18 additions and 156 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"