chore: fix issue with types (#34104)
Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
"@backstage/plugin-catalog-node": "workspace:^",
|
||||
"@backstage/plugin-catalog-unprocessed-entities-common": "workspace:^",
|
||||
"@backstage/plugin-permission-common": "workspace:^",
|
||||
"@types/express": "^4.17.6",
|
||||
"express-promise-router": "^4.1.1",
|
||||
"knex": "^3.0.0"
|
||||
},
|
||||
@@ -48,8 +47,8 @@
|
||||
"@backstage/backend-test-utils": "workspace:^",
|
||||
"@backstage/cli": "workspace:^",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/supertest": "^6.0.0",
|
||||
"better-sqlite3": "^11.0.0",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"better-sqlite3": "^12.0.0",
|
||||
"express": "^4.22.0",
|
||||
"supertest": "^7.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user