Migrate Cache and Database types into backend-plugin-api

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-01-04 10:44:04 +01:00
parent dcf3b33189
commit 5437fe488f
11 changed files with 146 additions and 144 deletions
+3 -1
View File
@@ -36,9 +36,11 @@
"@backstage/backend-common": "workspace:^",
"@backstage/backend-tasks": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/types": "workspace:^",
"@backstage/plugin-permission-common": "workspace:^",
"@types/express": "^4.17.6",
"express": "^4.17.1"
"express": "^4.17.1",
"knex": "^2.0.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^"