removed all knip-reported backend-common usages

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-01-29 17:17:20 +01:00
parent ebca25720b
commit 8699b79c76
13 changed files with 18 additions and 55 deletions
-7
View File
@@ -1,9 +1,2 @@
# Knip report
## Unused dependencies (2)
| Name | Location | Severity |
| :------------------------ | :----------- | :------- |
| @backstage/backend-common | package.json | error |
| winston | package.json | error |
-2
View File
@@ -37,7 +37,6 @@
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/backend-common": "^0.25.0",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/catalog-client": "workspace:^",
"@backstage/catalog-model": "workspace:^",
@@ -50,7 +49,6 @@
"jose": "^5.0.0",
"lodash": "^4.17.21",
"passport": "^0.7.0",
"winston": "^3.2.1",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.21.4",
"zod-validation-error": "^3.4.0"