From 05688962057280993197a19ef423a721aed558f0 Mon Sep 17 00:00:00 2001 From: Deepak Bhardwaj Date: Fri, 27 Aug 2021 16:44:45 +0530 Subject: [PATCH] Updated dependency versions Signed-off-by: Deepak Bhardwaj --- plugins/allure/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/allure/package.json b/plugins/allure/package.json index d55562a537..8066877650 100644 --- a/plugins/allure/package.json +++ b/plugins/allure/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@backstage/catalog-model": "^0.9.0", - "@backstage/core-components": "^0.3.2", + "@backstage/core-components": "^0.3.3", "@backstage/core-plugin-api": "^0.1.6", "@backstage/plugin-catalog-react": "^0.4.3", "@backstage/theme": "^0.2.10", @@ -36,7 +36,7 @@ }, "devDependencies": { "@backstage/cli": "^0.7.9", - "@backstage/core-app-api": "^0.1.9", + "@backstage/core-app-api": "^0.1.10", "@backstage/dev-utils": "^0.2.7", "@backstage/test-utils": "^0.1.17", "@testing-library/jest-dom": "^5.10.1",