Skip to content

Commit

Permalink
dev-utils,test-utils: move @backstage/cli to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rugvip committed Dec 10, 2020
1 parent 03e444e commit e1f4e24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/popular-flies-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@backstage/dev-utils': patch
'@backstage/test-utils': patch
---

Fix @backstage/cli not being a devDependency
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/cli": "^0.4.0",
"@backstage/core": "^0.3.1",
"@backstage/test-utils": "^0.1.4",
"@backstage/theme": "^0.2.1",
Expand All @@ -46,6 +45,7 @@
"react-router-dom": "6.0.0-beta.0"
},
"devDependencies": {
"@backstage/cli": "^0.4.0",
"@types/jest": "^26.0.7",
"@types/node": "^12.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/cli": "^0.4.0",
"@backstage/core-api": "^0.2.4",
"@backstage/test-utils-core": "^0.1.1",
"@backstage/theme": "^0.2.0",
Expand All @@ -46,6 +45,7 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@backstage/cli": "^0.4.0",
"@types/jest": "^26.0.7",
"@types/node": "^12.0.0"
},
Expand Down

0 comments on commit e1f4e24

Please sign in to comment.