Version Packages

This commit is contained in:
github-actions[bot]
2021-09-16 11:41:51 +00:00
parent 14ebe91454
commit fff5c48429
152 changed files with 1040 additions and 614 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"description": "The Backstage backend plugin that helps you create new things",
"version": "0.15.4",
"version": "0.15.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,12 +30,12 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.9.2",
"@backstage/backend-common": "^0.9.3",
"@backstage/catalog-client": "^0.3.19",
"@backstage/catalog-model": "^0.9.2",
"@backstage/config": "^0.1.9",
"@backstage/errors": "^0.1.2",
"@backstage/integration": "^0.6.3",
"@backstage/integration": "^0.6.4",
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.1.2",
"@gitbeaker/core": "^30.2.0",
"@gitbeaker/node": "^30.2.0",
@@ -68,7 +68,7 @@
"yaml": "^1.10.0"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/cli": "^0.7.12",
"@backstage/test-utils": "^0.1.17",
"@types/command-exists": "^1.2.0",
"@types/fs-extra": "^9.0.1",