Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-03-09 16:09:04 +00:00
parent 6573a26382
commit 1693f2dc74
248 changed files with 2302 additions and 737 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.15.0",
"version": "0.15.2-next.0",
"private": false,
"publishConfig": {
"access": "public"
@@ -33,7 +33,7 @@
"dependencies": {
"@backstage/cli-common": "^0.1.8",
"@backstage/config": "^0.1.15",
"@backstage/config-loader": "^0.9.6",
"@backstage/config-loader": "^0.9.7-next.0",
"@backstage/errors": "^0.2.2",
"@backstage/release-manifests": "^0.0.2",
"@backstage/types": "^0.1.3",
@@ -121,12 +121,12 @@
"zod": "^3.11.6"
},
"devDependencies": {
"@backstage/backend-common": "^0.12.0",
"@backstage/backend-common": "^0.13.0-next.0",
"@backstage/config": "^0.1.15",
"@backstage/core-components": "^0.9.0",
"@backstage/core-components": "^0.9.1-next.0",
"@backstage/core-plugin-api": "^0.8.0",
"@backstage/core-app-api": "^0.6.0",
"@backstage/dev-utils": "^0.2.24",
"@backstage/dev-utils": "^0.2.25-next.0",
"@backstage/test-utils": "^0.3.0",
"@backstage/theme": "^0.2.15",
"@types/diff": "^5.0.0",