@backstage/plugin-api-docs 0.8.6-next.0 → 0.8.7-next.0

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 +36 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
+ ## 0.8.7-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@1.1.0-next.0
9
+ - @backstage/core-components@0.9.6-next.0
10
+ - @backstage/plugin-catalog@1.3.1-next.0
11
+ - @backstage/plugin-catalog-react@1.1.2-next.0
12
+
13
+ ## 0.8.6
14
+
15
+ ### Patch Changes
16
+
17
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
18
+ - 811ff4bcf4: Updated `swagger-ui-react` to 4.11.1 in order to address a [XSS
19
+ vulnerability](https://github.com/advisories/GHSA-hqq7-2q2v-82xq) in `@braintree/sanitize-url`
20
+ - Updated dependencies
21
+ - @backstage/plugin-catalog@1.3.0
22
+ - @backstage/plugin-catalog-react@1.1.1
23
+ - @backstage/core-components@0.9.5
24
+ - @backstage/core-plugin-api@1.0.3
25
+ - @backstage/catalog-model@1.0.3
26
+
27
+ ## 0.8.6-next.1
28
+
29
+ ### Patch Changes
30
+
31
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
32
+ - Updated dependencies
33
+ - @backstage/core-components@0.9.5-next.1
34
+ - @backstage/core-plugin-api@1.0.3-next.0
35
+ - @backstage/catalog-model@1.0.3-next.0
36
+ - @backstage/plugin-catalog@1.2.1-next.1
37
+ - @backstage/plugin-catalog-react@1.1.1-next.1
38
+
3
39
  ## 0.8.6-next.0
4
40
 
5
41
  ### 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.6-next.0",
4
+ "version": "0.8.7-next.0",
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.5-next.0",
39
- "@backstage/core-plugin-api": "^1.0.2",
40
- "@backstage/plugin-catalog": "^1.2.1-next.0",
41
- "@backstage/plugin-catalog-react": "^1.1.1-next.0",
37
+ "@backstage/catalog-model": "^1.1.0-next.0",
38
+ "@backstage/core-components": "^0.9.6-next.0",
39
+ "@backstage/core-plugin-api": "^1.0.3",
40
+ "@backstage/plugin-catalog": "^1.3.1-next.0",
41
+ "@backstage/plugin-catalog-react": "^1.1.2-next.0",
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.2-next.0",
61
- "@backstage/core-app-api": "^1.0.2",
62
- "@backstage/dev-utils": "^1.0.3-next.0",
63
- "@backstage/test-utils": "^1.1.0",
60
+ "@backstage/cli": "^0.17.3-next.0",
61
+ "@backstage/core-app-api": "^1.0.4-next.0",
62
+ "@backstage/dev-utils": "^1.0.4-next.0",
63
+ "@backstage/test-utils": "^1.1.2-next.0",
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": "c1511c99a532aeb003a97510a5638bd939ee65ca"
76
+ "gitHead": "6d8bf5b9cf494815c0916e18daa226fb8186ba5f"
77
77
  }