scaffolder: got rid of most backend-common usages

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-03-01 12:47:04 +01:00
parent 92de48f1ce
commit 09cf03890c
39 changed files with 414 additions and 110 deletions
+1 -1
View File
@@ -54,7 +54,6 @@
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/backend-common": "^0.25.0",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/catalog-model": "workspace:^",
"@backstage/errors": "workspace:^",
@@ -69,6 +68,7 @@
"p-limit": "^3.1.0",
"tar": "^6.1.12",
"winston": "^3.2.1",
"winston-transport": "^4.7.0",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.20.4"
},