From d78df562eb09e0151f831dc3fed024b32ac69f9e Mon Sep 17 00:00:00 2001 From: Julio Zynger Date: Thu, 28 Apr 2022 16:31:07 +0200 Subject: [PATCH] Fix local dependency matches Signed-off-by: Julio Zynger --- plugins/codescene/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/codescene/package.json b/plugins/codescene/package.json index cad0fc8b36..7ee23b06dd 100644 --- a/plugins/codescene/package.json +++ b/plugins/codescene/package.json @@ -38,10 +38,10 @@ "react": "^16.13.1 || ^17.0.0" }, "devDependencies": { - "@backstage/cli": "^0.17.0-next.2", + "@backstage/cli": "^0.17.1-next.0", "@backstage/core-app-api": "^1.0.1-next.0", - "@backstage/dev-utils": "^1.0.1-next.0", - "@backstage/test-utils": "^1.0.1-next.1", + "@backstage/dev-utils": "^1.0.2-next.0", + "@backstage/test-utils": "^1.0.2-next.0", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^13.1.8",