@backstage/plugin-techdocs 0.0.0-nightly-20220210021913 → 0.0.0-nightly-20220211021943

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 +21 -6
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,15 +1,30 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20220210021913
3
+ ## 0.0.0-nightly-20220211021943
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
7
8
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20220210021913
9
- - @backstage/plugin-search@0.0.0-nightly-20220210021913
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220210021913
11
- - @backstage/integration-react@0.0.0-nightly-20220210021913
12
- - @backstage/plugin-catalog@0.0.0-nightly-20220210021913
9
+ - @backstage/core-components@0.0.0-nightly-20220211021943
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20220211021943
11
+ - @backstage/errors@0.0.0-nightly-20220211021943
12
+ - @backstage/integration@0.0.0-nightly-20220211021943
13
+ - @backstage/integration-react@0.0.0-nightly-20220211021943
14
+ - @backstage/plugin-catalog@0.0.0-nightly-20220211021943
15
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220211021943
16
+ - @backstage/plugin-search@0.0.0-nightly-20220211021943
17
+
18
+ ## 0.13.3
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/core-components@0.8.8
24
+ - @backstage/plugin-search@0.6.2
25
+ - @backstage/plugin-catalog-react@0.6.14
26
+ - @backstage/plugin-catalog@0.7.12
27
+ - @backstage/integration-react@0.1.21
13
28
 
14
29
  ## 0.13.3-next.0
15
30
 
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-20220210021913",
4
+ "version": "0.0.0-nightly-20220211021943",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,14 +34,14 @@
34
34
  "dependencies": {
35
35
  "@backstage/catalog-model": "^0.9.10",
36
36
  "@backstage/config": "^0.1.13",
37
- "@backstage/core-components": "^0.0.0-nightly-20220210021913",
38
- "@backstage/core-plugin-api": "^0.6.0",
39
- "@backstage/errors": "^0.2.0",
40
- "@backstage/integration": "^0.7.2",
41
- "@backstage/integration-react": "^0.0.0-nightly-20220210021913",
42
- "@backstage/plugin-catalog": "^0.0.0-nightly-20220210021913",
43
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220210021913",
44
- "@backstage/plugin-search": "^0.0.0-nightly-20220210021913",
37
+ "@backstage/core-components": "^0.0.0-nightly-20220211021943",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220211021943",
39
+ "@backstage/errors": "^0.0.0-nightly-20220211021943",
40
+ "@backstage/integration": "^0.0.0-nightly-20220211021943",
41
+ "@backstage/integration-react": "^0.0.0-nightly-20220211021943",
42
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20220211021943",
43
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220211021943",
44
+ "@backstage/plugin-search": "^0.0.0-nightly-20220211021943",
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-20220210021913",
66
- "@backstage/core-app-api": "^0.5.2",
67
- "@backstage/dev-utils": "^0.0.0-nightly-20220210021913",
68
- "@backstage/test-utils": "^0.2.4",
65
+ "@backstage/cli": "^0.0.0-nightly-20220211021943",
66
+ "@backstage/core-app-api": "^0.0.0-nightly-20220211021943",
67
+ "@backstage/dev-utils": "^0.2.21",
68
+ "@backstage/test-utils": "^0.0.0-nightly-20220211021943",
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",
@@ -74,7 +74,7 @@
74
74
  "@types/jest": "^26.0.7",
75
75
  "@types/node": "^14.14.32",
76
76
  "canvas": "^2.6.1",
77
- "cross-fetch": "^3.0.6",
77
+ "cross-fetch": "^3.1.5",
78
78
  "msw": "^0.35.0"
79
79
  },
80
80
  "files": [