@backstage/plugin-api-docs 0.0.0-nightly-20220210021913 → 0.0.0-nightly-20220214021635

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 +16 -4
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,13 +1,25 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20220210021913
3
+ ## 0.0.0-nightly-20220214021635
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-catalog-react@0.0.0-nightly-20220210021913
10
- - @backstage/plugin-catalog@0.0.0-nightly-20220210021913
9
+ - @backstage/core-components@0.0.0-nightly-20220214021635
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20220214021635
11
+ - @backstage/plugin-catalog@0.0.0-nightly-20220214021635
12
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220214021635
13
+ - @backstage/catalog-model@0.0.0-nightly-20220214021635
14
+
15
+ ## 0.7.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/core-components@0.8.8
21
+ - @backstage/plugin-catalog-react@0.6.14
22
+ - @backstage/plugin-catalog@0.7.12
11
23
 
12
24
  ## 0.7.2-next.0
13
25
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
3
  "description": "A Backstage plugin that helps represent API entities in the frontend",
4
- "version": "0.0.0-nightly-20220210021913",
4
+ "version": "0.0.0-nightly-20220214021635",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -31,11 +31,11 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@asyncapi/react-component": "1.0.0-next.32",
34
- "@backstage/catalog-model": "^0.9.10",
35
- "@backstage/core-components": "^0.0.0-nightly-20220210021913",
36
- "@backstage/core-plugin-api": "^0.6.0",
37
- "@backstage/plugin-catalog": "^0.0.0-nightly-20220210021913",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220210021913",
34
+ "@backstage/catalog-model": "^0.0.0-nightly-20220214021635",
35
+ "@backstage/core-components": "^0.0.0-nightly-20220214021635",
36
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220214021635",
37
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20220214021635",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220214021635",
39
39
  "@backstage/theme": "^0.2.14",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",
@@ -53,17 +53,17 @@
53
53
  "react": "^16.13.1 || ^17.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/cli": "^0.0.0-nightly-20220210021913",
57
- "@backstage/core-app-api": "^0.5.2",
58
- "@backstage/dev-utils": "^0.0.0-nightly-20220210021913",
59
- "@backstage/test-utils": "^0.2.4",
56
+ "@backstage/cli": "^0.0.0-nightly-20220214021635",
57
+ "@backstage/core-app-api": "^0.0.0-nightly-20220214021635",
58
+ "@backstage/dev-utils": "^0.0.0-nightly-20220214021635",
59
+ "@backstage/test-utils": "^0.0.0-nightly-20220214021635",
60
60
  "@testing-library/jest-dom": "^5.10.1",
61
61
  "@testing-library/react": "^11.2.5",
62
62
  "@testing-library/user-event": "^13.1.8",
63
63
  "@types/jest": "^26.0.7",
64
64
  "@types/node": "^14.14.32",
65
65
  "@types/swagger-ui-react": "^4.1.1",
66
- "cross-fetch": "^3.0.6",
66
+ "cross-fetch": "^3.1.5",
67
67
  "msw": "^0.35.0"
68
68
  },
69
69
  "files": [