Version Packages

This commit is contained in:
github-actions[bot]
2021-10-28 14:06:43 +00:00
parent c9143d2abe
commit d66c5f1282
156 changed files with 988 additions and 719 deletions
+10 -10
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-backend",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"version": "0.10.5",
"version": "0.10.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,14 +31,14 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.9.7",
"@backstage/backend-common": "^0.9.8",
"@backstage/catalog-client": "^0.5.0",
"@backstage/catalog-model": "^0.9.5",
"@backstage/config": "^0.1.10",
"@backstage/errors": "^0.1.3",
"@backstage/integration": "^0.6.7",
"@backstage/search-common": "^0.2.0",
"@backstage/techdocs-common": "^0.10.4",
"@backstage/catalog-model": "^0.9.6",
"@backstage/config": "^0.1.11",
"@backstage/errors": "^0.1.4",
"@backstage/integration": "^0.6.9",
"@backstage/search-common": "^0.2.1",
"@backstage/techdocs-common": "^0.10.5",
"@types/express": "^4.17.6",
"cross-fetch": "^3.0.6",
"dockerode": "^3.2.1",
@@ -51,8 +51,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.8.0",
"@backstage/test-utils": "^0.1.18",
"@backstage/cli": "^0.8.1",
"@backstage/test-utils": "^0.1.20",
"@types/dockerode": "^3.2.1",
"msw": "^0.35.0",
"supertest": "^6.1.3"