Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-05-10 08:00:04 +00:00
parent 0bd6184a62
commit c02ce52da1
276 changed files with 4436 additions and 1148 deletions
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.13.3-next.1",
"version": "0.13.3-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -34,11 +34,11 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/cli-common": "^0.1.8",
"@backstage/config": "^1.0.0",
"@backstage/config-loader": "^1.1.1-next.0",
"@backstage/cli-common": "^0.1.9-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/config-loader": "^1.1.1-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/integration": "^1.2.0-next.1",
"@backstage/types": "^1.0.0",
"@google-cloud/storage": "^5.8.0",
"@manypkg/get-packages": "^1.1.3",
@@ -91,8 +91,8 @@
}
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.24-next.0",
"@backstage/cli": "^0.17.1-next.1",
"@backstage/backend-test-utils": "^0.1.24-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@types/archiver": "^5.1.0",
"@types/base64-stream": "^1.0.2",
"@types/compression": "^1.7.0",