From 763dd1ccecee76180b20f3d8ba2a80b1e45fe96f Mon Sep 17 00:00:00 2001 From: Casper Thygesen Date: Thu, 26 Jan 2023 15:28:20 +0100 Subject: [PATCH 1/3] Remove plugin-stack-overflow from packages.json in @plugin-home Signed-off-by: Casper Thygesen --- plugins/home/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/home/package.json b/plugins/home/package.json index ae3c03f975..39d9b68aaf 100644 --- a/plugins/home/package.json +++ b/plugins/home/package.json @@ -38,7 +38,6 @@ "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/plugin-stack-overflow": "workspace:^", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", From c553a625d29b06b1dc50f307a4e0c0e6dbe75ac2 Mon Sep 17 00:00:00 2001 From: Casper Thygesen Date: Thu, 26 Jan 2023 14:39:49 +0000 Subject: [PATCH 2/3] Added changeset Signed-off-by: Casper Thygesen --- .changeset/nine-guests-compete.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/nine-guests-compete.md diff --git a/.changeset/nine-guests-compete.md b/.changeset/nine-guests-compete.md new file mode 100644 index 0000000000..697236d0b7 --- /dev/null +++ b/.changeset/nine-guests-compete.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-home': patch +--- + +remove unused plugin-stack-overflow dependency From b8b48b00f8c661bf45e5fad0ff34d6457306ea07 Mon Sep 17 00:00:00 2001 From: Casper Thygesen Date: Thu, 26 Jan 2023 14:40:24 +0000 Subject: [PATCH 3/3] update yarn.lock Signed-off-by: Casper Thygesen --- yarn.lock | 1 - 1 file changed, 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index ad38ddc7c7..d8429c3876 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6418,7 +6418,6 @@ __metadata: "@backstage/core-plugin-api": "workspace:^" "@backstage/dev-utils": "workspace:^" "@backstage/plugin-catalog-react": "workspace:^" - "@backstage/plugin-stack-overflow": "workspace:^" "@backstage/test-utils": "workspace:^" "@backstage/theme": "workspace:^" "@material-ui/core": ^4.12.2