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
@@ -25,7 +25,6 @@
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/backend-test-utils": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/plugin-auth-node": "workspace:^",
@@ -37,6 +36,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^"
},
"files": [