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
+1 -6
View File
@@ -39,17 +39,13 @@
"dependencies": {
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/plugin-auth-node": "workspace:^",
"@backstage/plugin-events-node": "workspace:^",
"@backstage/plugin-signals-node": "workspace:^",
"@backstage/types": "workspace:^",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"http-proxy-middleware": "^2.0.0",
"uuid": "^11.0.0",
"winston": "^3.2.1",
"ws": "^8.18.0",
"yn": "^4.0.0"
"ws": "^8.18.0"
},
"devDependencies": {
"@backstage/backend-defaults": "workspace:^",
@@ -61,7 +57,6 @@
"@types/express": "^4.17.6",
"@types/supertest": "^2.0.8",
"@types/ws": "^8.5.10",
"msw": "^1.0.0",
"supertest": "^7.0.0"
}
}