fix: move backend-test-utils to devDependencies

The backend-test-utils should only be used as devDependencies. Otherwise they might cause trouble
while installing related plugins in docker images.

Signed-off-by: Dominik Schwank <dominik.schwank@sda.se>
This commit is contained in:
Dominik Schwank
2023-02-09 17:45:46 +01:00
parent 4d3e250976
commit 5b7cd5580d
6 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -35,7 +35,6 @@
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-tasks": "workspace:^",
"@backstage/backend-test-utils": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@types/express": "*",
@@ -50,6 +49,7 @@
"yn": "^5.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"@types/compression": "^1.7.2",
"@types/supertest": "^2.0.8",