From d7cdf979c8800f8a8037499fe4f3f3f2431aa3cf Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 24 May 2024 11:14:47 +0200 Subject: [PATCH 1/2] Move @backstage/repo-tools to devDependencies Signed-off-by: Marcus --- plugins/search-backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/search-backend/package.json b/plugins/search-backend/package.json index 523abc24c9..40371682fc 100644 --- a/plugins/search-backend/package.json +++ b/plugins/search-backend/package.json @@ -58,7 +58,6 @@ "@backstage/plugin-permission-node": "workspace:^", "@backstage/plugin-search-backend-node": "workspace:^", "@backstage/plugin-search-common": "workspace:^", - "@backstage/repo-tools": "workspace:^", "@backstage/types": "workspace:^", "@types/express": "^4.17.6", "dataloader": "^2.0.0", @@ -72,6 +71,7 @@ "devDependencies": { "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", + "@backstage/repo-tools": "workspace:^", "@types/supertest": "^2.0.8", "supertest": "^6.1.3" }, From 34dc47d1943b603470e36126acede8785f7bd780 Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 24 May 2024 11:16:05 +0200 Subject: [PATCH 2/2] Add changeset Signed-off-by: Marcus --- .changeset/shaggy-jokes-promise.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/shaggy-jokes-promise.md diff --git a/.changeset/shaggy-jokes-promise.md b/.changeset/shaggy-jokes-promise.md new file mode 100644 index 0000000000..e7788b69f4 --- /dev/null +++ b/.changeset/shaggy-jokes-promise.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-search-backend': patch +--- + +Move @backstage/repo-tools to devDependencies