Version Packages (next)
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
f4a58d3a36
commit
423e01d903
+13
-13
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"version": "0.19.0-next.2",
|
||||
"version": "0.19.0-next.3",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -30,11 +30,11 @@
|
||||
"backstage-cli": "bin/backstage-cli"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/cli-common": "^0.1.9",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/config-loader": "^1.1.4-next.1",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"@backstage/release-manifests": "^0.0.6-next.1",
|
||||
"@backstage/cli-common": "^0.1.10-next.0",
|
||||
"@backstage/config": "^1.0.2-next.0",
|
||||
"@backstage/config-loader": "^1.1.4-next.2",
|
||||
"@backstage/errors": "^1.1.1-next.0",
|
||||
"@backstage/release-manifests": "^0.0.6-next.2",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@manypkg/get-packages": "^1.1.3",
|
||||
"@octokit/request": "^6.0.0",
|
||||
@@ -129,13 +129,13 @@
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-app-api": "^1.1.0-next.2",
|
||||
"@backstage/core-components": "^0.11.1-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.2",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.2",
|
||||
"@backstage/backend-common": "^0.15.1-next.3",
|
||||
"@backstage/config": "^1.0.2-next.0",
|
||||
"@backstage/core-app-api": "^1.1.0-next.3",
|
||||
"@backstage/core-components": "^0.11.1-next.3",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.3",
|
||||
"@backstage/dev-utils": "^1.0.6-next.2",
|
||||
"@backstage/test-utils": "^1.2.0-next.3",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@types/diff": "^5.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
|
||||
Reference in New Issue
Block a user