From f0d040bb57f147a726000f0dd17fdd7b57be6ea1 Mon Sep 17 00:00:00 2001 From: Jake Crews Date: Tue, 26 Jul 2022 07:55:23 -0500 Subject: [PATCH] fix merge issue Signed-off-by: Jake Crews --- plugins/techdocs-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/techdocs-react/package.json b/plugins/techdocs-react/package.json index 4dd45f7942..75821eac88 100644 --- a/plugins/techdocs-react/package.json +++ b/plugins/techdocs-react/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.1.0", - "@backstage/config": "^1.0.1" + "@backstage/config": "^1.0.1", "@backstage/core-components": "^0.10.1-next.0", "@backstage/core-plugin-api": "^1.0.5-next.0", "@backstage/version-bridge": "^1.0.1",