@backstage/plugin-api-docs 0.8.5 → 0.8.6

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 +35 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
+ ## 0.8.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
8
+ - 811ff4bcf4: Updated `swagger-ui-react` to 4.11.1 in order to address a [XSS
9
+ vulnerability](https://github.com/advisories/GHSA-hqq7-2q2v-82xq) in `@braintree/sanitize-url`
10
+ - Updated dependencies
11
+ - @backstage/plugin-catalog@1.3.0
12
+ - @backstage/plugin-catalog-react@1.1.1
13
+ - @backstage/core-components@0.9.5
14
+ - @backstage/core-plugin-api@1.0.3
15
+ - @backstage/catalog-model@1.0.3
16
+
17
+ ## 0.8.6-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
22
+ - Updated dependencies
23
+ - @backstage/core-components@0.9.5-next.1
24
+ - @backstage/core-plugin-api@1.0.3-next.0
25
+ - @backstage/catalog-model@1.0.3-next.0
26
+ - @backstage/plugin-catalog@1.2.1-next.1
27
+ - @backstage/plugin-catalog-react@1.1.1-next.1
28
+
29
+ ## 0.8.6-next.0
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+ - @backstage/plugin-catalog-react@1.1.1-next.0
35
+ - @backstage/plugin-catalog@1.2.1-next.0
36
+ - @backstage/core-components@0.9.5-next.0
37
+
3
38
  ## 0.8.5
4
39
 
5
40
  ### Patch Changes
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.8.5",
4
+ "version": "0.8.6",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,11 +34,11 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@asyncapi/react-component": "1.0.0-next.38",
37
- "@backstage/catalog-model": "^1.0.2",
38
- "@backstage/core-components": "^0.9.4",
39
- "@backstage/core-plugin-api": "^1.0.2",
40
- "@backstage/plugin-catalog": "^1.2.0",
41
- "@backstage/plugin-catalog-react": "^1.1.0",
37
+ "@backstage/catalog-model": "^1.0.3",
38
+ "@backstage/core-components": "^0.9.5",
39
+ "@backstage/core-plugin-api": "^1.0.3",
40
+ "@backstage/plugin-catalog": "^1.3.0",
41
+ "@backstage/plugin-catalog-react": "^1.1.1",
42
42
  "@backstage/theme": "^0.2.15",
43
43
  "@material-ui/core": "^4.12.2",
44
44
  "@material-ui/icons": "^4.9.1",
@@ -50,17 +50,17 @@
50
50
  "react-router": "6.0.0-beta.0",
51
51
  "react-router-dom": "6.0.0-beta.0",
52
52
  "react-use": "^17.2.4",
53
- "swagger-ui-react": "^4.1.3"
53
+ "swagger-ui-react": "^4.11.1"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@types/react": "^16.13.1 || ^17.0.0",
57
57
  "react": "^16.13.1 || ^17.0.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/cli": "^0.17.1",
61
- "@backstage/core-app-api": "^1.0.2",
62
- "@backstage/dev-utils": "^1.0.2",
63
- "@backstage/test-utils": "^1.1.0",
60
+ "@backstage/cli": "^0.17.2",
61
+ "@backstage/core-app-api": "^1.0.3",
62
+ "@backstage/dev-utils": "^1.0.3",
63
+ "@backstage/test-utils": "^1.1.1",
64
64
  "@testing-library/jest-dom": "^5.10.1",
65
65
  "@testing-library/react": "^12.1.3",
66
66
  "@testing-library/user-event": "^14.0.0",
@@ -68,10 +68,10 @@
68
68
  "@types/node": "^16.11.26",
69
69
  "@types/swagger-ui-react": "^4.1.1",
70
70
  "cross-fetch": "^3.1.5",
71
- "msw": "^0.35.0"
71
+ "msw": "^0.42.0"
72
72
  },
73
73
  "files": [
74
74
  "dist"
75
75
  ],
76
- "gitHead": "96323f280ba32ee526c5b151cda42260aee927c9"
76
+ "gitHead": "e42cb3887e41f756c16380d757d93feda27f40ee"
77
77
  }