@techdocs/cli 0.0.0-nightly-2021102822136 → 0.0.0-nightly-2021102922210

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-2021102822136
3
+ ## 0.0.0-nightly-2021102922210
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e7230ef814: Bump react-dev-utils to v12
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-2021102822136
9
+ - @backstage/backend-common@0.0.0-nightly-2021102922210
10
10
 
11
11
  ## 0.8.6
12
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@techdocs/cli",
3
3
  "description": "Utility CLI for managing TechDocs sites in Backstage.",
4
- "version": "0.0.0-nightly-2021102822136",
4
+ "version": "0.0.0-nightly-2021102922210",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -32,7 +32,7 @@
32
32
  "techdocs-cli": "bin/techdocs-cli"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/cli": "^0.0.0-nightly-2021102822136",
35
+ "@backstage/cli": "^0.0.0-nightly-2021102922210",
36
36
  "@types/commander": "^2.12.2",
37
37
  "@types/fs-extra": "^9.0.6",
38
38
  "@types/http-proxy": "^1.17.4",
@@ -56,7 +56,7 @@
56
56
  "ext": "ts"
57
57
  },
58
58
  "dependencies": {
59
- "@backstage/backend-common": "^0.0.0-nightly-2021102822136",
59
+ "@backstage/backend-common": "^0.0.0-nightly-2021102922210",
60
60
  "@backstage/catalog-model": "^0.9.7",
61
61
  "@backstage/config": "^0.1.10",
62
62
  "@backstage/techdocs-common": "^0.10.7",