From b4ed5c12265ba6a1a72be00e9e63c9e2429a8fc1 Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Tue, 5 Apr 2022 16:21:56 +0200 Subject: [PATCH] remove duplicated dependency Signed-off-by: Emma Indal --- plugins/techdocs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/techdocs/package.json b/plugins/techdocs/package.json index 1ac94c4a03..b1f2ea8840 100644 --- a/plugins/techdocs/package.json +++ b/plugins/techdocs/package.json @@ -38,7 +38,7 @@ "@backstage/catalog-model": "^1.0.1-next.1", "@backstage/config": "^1.0.0", "@backstage/core-components": "^0.9.3-next.1", - "@backstage/core-app-api": "^1.0.0", + "@backstage/core-app-api": "^1.0.1-next.0", "@backstage/core-plugin-api": "^1.0.0", "@backstage/errors": "^1.0.0", "@backstage/integration": "^1.1.0-next.1",