From fee43bd0732516181b5e699e02150cf086d2ad62 Mon Sep 17 00:00:00 2001 From: Kashish Mittal Date: Thu, 29 Aug 2024 10:16:22 -0400 Subject: [PATCH] removed backstage/backend-plugin-api from dependencies Signed-off-by: Kashish Mittal --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 309ae364fe..fe87d18027 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,6 @@ "jest-haste-map@^29.7.0": "patch:jest-haste-map@npm%3A29.7.0#./.yarn/patches/jest-haste-map-npm-29.7.0-e3be419eff.patch" }, "dependencies": { - "@backstage/backend-plugin-api": "workspace:^", "@backstage/errors": "workspace:^", "@manypkg/get-packages": "^1.1.3", "@types/global-agent": "^2.1.3",