@backstage/plugin-techdocs 0.0.0-nightly-20220215022550 → 0.0.0-nightly-20220216022224

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 +10 -10
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,21 +1,21 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20220215022550
3
+ ## 0.0.0-nightly-20220216022224
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
8
8
  - 9df7b43e1a: Improve overall appearance of highlighted code in docs.
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20220215022550
11
- - @backstage/core-plugin-api@0.0.0-nightly-20220215022550
12
- - @backstage/errors@0.0.0-nightly-20220215022550
13
- - @backstage/integration@0.0.0-nightly-20220215022550
14
- - @backstage/integration-react@0.0.0-nightly-20220215022550
15
- - @backstage/plugin-catalog@0.0.0-nightly-20220215022550
16
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220215022550
17
- - @backstage/plugin-search@0.0.0-nightly-20220215022550
18
- - @backstage/catalog-model@0.0.0-nightly-20220215022550
10
+ - @backstage/core-components@0.0.0-nightly-20220216022224
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20220216022224
12
+ - @backstage/errors@0.0.0-nightly-20220216022224
13
+ - @backstage/integration@0.0.0-nightly-20220216022224
14
+ - @backstage/integration-react@0.0.0-nightly-20220216022224
15
+ - @backstage/plugin-catalog@0.0.0-nightly-20220216022224
16
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220216022224
17
+ - @backstage/plugin-search@0.0.0-nightly-20220216022224
18
+ - @backstage/catalog-model@0.0.0-nightly-20220216022224
19
19
 
20
20
  ## 0.13.3
21
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
3
  "description": "The Backstage plugin that renders technical documentation for your components",
4
- "version": "0.0.0-nightly-20220215022550",
4
+ "version": "0.0.0-nightly-20220216022224",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,16 +32,16 @@
32
32
  "clean": "backstage-cli clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/catalog-model": "^0.0.0-nightly-20220215022550",
35
+ "@backstage/catalog-model": "^0.0.0-nightly-20220216022224",
36
36
  "@backstage/config": "^0.1.13",
37
- "@backstage/core-components": "^0.0.0-nightly-20220215022550",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220215022550",
39
- "@backstage/errors": "^0.0.0-nightly-20220215022550",
40
- "@backstage/integration": "^0.0.0-nightly-20220215022550",
41
- "@backstage/integration-react": "^0.0.0-nightly-20220215022550",
42
- "@backstage/plugin-catalog": "^0.0.0-nightly-20220215022550",
43
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220215022550",
44
- "@backstage/plugin-search": "^0.0.0-nightly-20220215022550",
37
+ "@backstage/core-components": "^0.0.0-nightly-20220216022224",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220216022224",
39
+ "@backstage/errors": "^0.0.0-nightly-20220216022224",
40
+ "@backstage/integration": "^0.0.0-nightly-20220216022224",
41
+ "@backstage/integration-react": "^0.0.0-nightly-20220216022224",
42
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20220216022224",
43
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220216022224",
44
+ "@backstage/plugin-search": "^0.0.0-nightly-20220216022224",
45
45
  "@backstage/theme": "^0.2.14",
46
46
  "@material-ui/core": "^4.12.2",
47
47
  "@material-ui/icons": "^4.9.1",
@@ -62,10 +62,10 @@
62
62
  "react-dom": "^16.13.1 || ^17.0.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/cli": "^0.0.0-nightly-20220215022550",
66
- "@backstage/core-app-api": "^0.0.0-nightly-20220215022550",
67
- "@backstage/dev-utils": "^0.0.0-nightly-20220215022550",
68
- "@backstage/test-utils": "^0.0.0-nightly-20220215022550",
65
+ "@backstage/cli": "^0.0.0-nightly-20220216022224",
66
+ "@backstage/core-app-api": "^0.0.0-nightly-20220216022224",
67
+ "@backstage/dev-utils": "^0.0.0-nightly-20220216022224",
68
+ "@backstage/test-utils": "^0.0.0-nightly-20220216022224",
69
69
  "@testing-library/jest-dom": "^5.10.1",
70
70
  "@testing-library/react": "^11.2.5",
71
71
  "@testing-library/react-hooks": "^7.0.2",