remove unused import

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2024-09-24 20:29:18 -04:00
parent 4fe1284661
commit 7263f925b4
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -36,7 +36,6 @@
"@apidevtools/swagger-parser": "^10.1.0",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/test-utils": "workspace:^",
"@backstage/types": "workspace:^",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
@@ -53,8 +52,8 @@
"openapi3-ts": "^3.1.2"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"@backstage/test-utils": "workspace:^",
"supertest": "^7.0.0"
}
}