chore: fix issue with types (#34104)

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
Ben Lambert
2026-04-29 17:50:39 +02:00
committed by GitHub
parent fa06df607e
commit a0f58971a7
2 changed files with 4 additions and 52 deletions
@@ -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"
}