fix: Remove unused dependency

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2023-09-14 13:04:53 -05:00
parent 72390ab267
commit 69dee739be
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -90,7 +90,6 @@
"@backstage/cli": "workspace:^",
"@types/aws4": "^1.5.1",
"@types/http-proxy-middleware": "^0.19.3",
"cross-fetch": "^3.1.5",
"mock-fs": "^5.2.0",
"msw": "^1.0.0",
"supertest": "^6.1.3",
@@ -46,7 +46,6 @@ import {
HEADER_KUBERNETES_CLUSTER,
KubernetesProxy,
} from './KubernetesProxy';
import fetch from 'cross-fetch';
import type { Request } from 'express';