Version Packages

This commit is contained in:
github-actions[bot]
2022-01-27 11:07:27 +00:00
parent c46a99b045
commit 406848efee
195 changed files with 987 additions and 865 deletions
+9
View File
@@ -1,5 +1,14 @@
# @techdocs/cli
## 0.8.11
### Patch Changes
- 10086f5873: Bumped `react-dev-utils` from `^12.0.0-next.47` to `^12.0.0-next.60`.
- Updated dependencies
- @backstage/techdocs-common@0.11.5
- @backstage/backend-common@0.10.5
## 0.8.11-next.0
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "0.8.11-next.0",
"version": "0.8.11",
"private": false,
"publishConfig": {
"access": "public"
@@ -32,7 +32,7 @@
"techdocs-cli": "bin/techdocs-cli"
},
"devDependencies": {
"@backstage/cli": "^0.12.0",
"@backstage/cli": "^0.13.0",
"@types/commander": "^2.12.2",
"@types/fs-extra": "^9.0.6",
"@types/http-proxy": "^1.17.4",
@@ -40,7 +40,7 @@
"@types/node": "^14.14.32",
"@types/serve-handler": "^6.1.0",
"@types/webpack-env": "^1.15.3",
"embedded-techdocs-app": "0.2.60",
"embedded-techdocs-app": "0.2.61",
"find-process": "^1.4.5",
"nodemon": "^2.0.2",
"ts-node": "^10.0.0"
@@ -55,10 +55,10 @@
"ext": "ts"
},
"dependencies": {
"@backstage/backend-common": "^0.10.4",
"@backstage/backend-common": "^0.10.5",
"@backstage/catalog-model": "^0.9.10",
"@backstage/config": "^0.1.13",
"@backstage/techdocs-common": "^0.11.4",
"@backstage/techdocs-common": "^0.11.5",
"@types/dockerode": "^3.3.0",
"commander": "^6.1.0",
"dockerode": "^3.3.1",