From 1582d4c7be4cdd55efe23de146d162904b6b06e6 Mon Sep 17 00:00:00 2001 From: Marcus Eide Date: Thu, 6 May 2021 14:31:19 +0200 Subject: [PATCH] Correct backstage/core version Signed-off-by: Marcus Eide --- plugins/shortcuts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/shortcuts/package.json b/plugins/shortcuts/package.json index 0bc80fa180..c65d51143f 100644 --- a/plugins/shortcuts/package.json +++ b/plugins/shortcuts/package.json @@ -20,7 +20,7 @@ "clean": "backstage-cli clean" }, "dependencies": { - "@backstage/core": "^0.7.7", + "@backstage/core": "^0.7.6", "@backstage/theme": "^0.2.6", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1",