Version Packages

This commit is contained in:
github-actions[bot]
2021-02-04 13:02:30 +00:00
parent 78b2cbe4ca
commit 6794967d20
161 changed files with 1580 additions and 798 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/techdocs-common",
"description": "Common functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"version": "0.3.6",
"version": "0.3.7",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -39,10 +39,10 @@
"@aws-sdk/client-s3": "^3.1.0",
"@azure/identity": "^1.2.2",
"@azure/storage-blob": "^12.4.0",
"@backstage/backend-common": "^0.5.1",
"@backstage/catalog-model": "^0.7.0",
"@backstage/backend-common": "^0.5.2",
"@backstage/catalog-model": "^0.7.1",
"@backstage/config": "^0.1.2",
"@backstage/integration": "^0.3.1",
"@backstage/integration": "^0.3.2",
"@google-cloud/storage": "^5.6.0",
"@types/dockerode": "^3.2.1",
"@types/express": "^4.17.6",
@@ -61,7 +61,7 @@
},
"devDependencies": {
"@aws-sdk/types": "3.1.0",
"@backstage/cli": "^0.5.0",
"@backstage/cli": "^0.6.0",
"@types/fs-extra": "^9.0.5",
"@types/git-url-parse": "^9.0.0",
"@types/js-yaml": "^3.12.5",