add missing CLI dependencies

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-09-04 13:57:06 +02:00
parent 1eb9092b1d
commit 2d3cfc7643
12 changed files with 22 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@
"start": "backstage-cli package start"
},
"devDependencies": {
"@backstage/cli": "^0.19.0-next.1",
"@types/luxon": "^3.0.0",
"@types/react": "^16.13.1 || ^17.0.0"
},
@@ -30,6 +30,7 @@
},
"devDependencies": {
"@backstage/backend-common": "^0.15.1-next.0",
"@backstage/cli": "^0.19.0-next.1",
"@types/jest": "^26.0.7"
},
"files": [
+1
View File
@@ -48,6 +48,7 @@
"react-router": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.19.0-next.1",
"@backstage/core-app-api": "^1.1.0-next.1",
"@backstage/test-utils": "^1.2.0-next.1",
"@testing-library/jest-dom": "^5.10.1",
+1
View File
@@ -53,6 +53,7 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.19.0-next.1",
"@backstage/test-utils": "^1.2.0-next.1",
"@backstage/theme": "^0.2.16",
"@testing-library/jest-dom": "^5.10.1",