Merge pull request #24891 from backstage/eide/search-backend-dev-deps

[plugin-search-backend]: Move `@backstage/repo-tools` to be dev dependency
This commit is contained in:
Djam
2024-05-24 16:47:23 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-backend': patch
---
Move @backstage/repo-tools to devDependencies
+1 -1
View File
@@ -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"
},