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
-9
View File
@@ -1,12 +1,3 @@
# Knip report
## Unused dependencies (5)
| Name | Location | Severity |
| :----------------------------------------------- | :----------- | :------- |
| @backstage/plugin-search-backend-module-techdocs | plugins/techdocs-backend/package.json | error |
| @backstage/plugin-permission-common | plugins/techdocs-backend/package.json | error |
| @backstage/plugin-techdocs-common | plugins/techdocs-backend/package.json | error |
| @backstage/plugin-catalog-common | plugins/techdocs-backend/package.json | error |
| lodash | plugins/techdocs-backend/package.json | error |
-5
View File
@@ -65,18 +65,13 @@
"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/integration": "workspace:^",
"@backstage/plugin-catalog-common": "workspace:^",
"@backstage/plugin-catalog-node": "workspace:^",
"@backstage/plugin-permission-common": "workspace:^",
"@backstage/plugin-search-backend-module-techdocs": "workspace:^",
"@backstage/plugin-techdocs-common": "workspace:^",
"@backstage/plugin-techdocs-node": "workspace:^",
"@backstage/types": "workspace:^",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"fs-extra": "^11.2.0",
"knex": "^3.0.0",
"lodash": "^4.17.21",
"p-limit": "^3.1.0",
"winston": "^3.2.1"
},