Move @backstage/repo-tools to devDependencies

Signed-off-by: Marcus <eide@spotify.com>
This commit is contained in:
Marcus
2024-05-24 11:14:47 +02:00
parent 024b530575
commit d7cdf979c8
+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"
},