@backstage/plugin-api-docs 0.6.21 → 0.6.22

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 +20 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
+ ## 0.6.22
4
+
5
+ ### Patch Changes
6
+
7
+ - faf844e269: Update @asyncapi/react-component to 1.0.0-next.26, which will fix the
8
+ `ResizeObserver loop limit exceeded` errors which we encountered in several E2E
9
+ tests.
10
+
11
+ For more details check the following links:
12
+
13
+ - https://github.com/backstage/backstage/pull/8088#issuecomment-991183968
14
+ - https://github.com/asyncapi/asyncapi-react/issues/498
15
+
16
+ - Updated dependencies
17
+ - @backstage/core-components@0.8.4
18
+ - @backstage/core-plugin-api@0.5.0
19
+ - @backstage/plugin-catalog-react@0.6.11
20
+ - @backstage/catalog-model@0.9.9
21
+ - @backstage/plugin-catalog@0.7.8
22
+
3
23
  ## 0.6.21
4
24
 
5
25
  ### 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.6.21",
4
+ "version": "0.6.22",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,12 +30,12 @@
30
30
  "clean": "backstage-cli clean"
31
31
  },
32
32
  "dependencies": {
33
- "@asyncapi/react-component": "^1.0.0-next.25",
34
- "@backstage/catalog-model": "^0.9.7",
35
- "@backstage/core-components": "^0.8.3",
36
- "@backstage/core-plugin-api": "^0.4.1",
37
- "@backstage/plugin-catalog": "^0.7.7",
38
- "@backstage/plugin-catalog-react": "^0.6.10",
33
+ "@asyncapi/react-component": "1.0.0-next.26",
34
+ "@backstage/catalog-model": "^0.9.9",
35
+ "@backstage/core-components": "^0.8.4",
36
+ "@backstage/core-plugin-api": "^0.5.0",
37
+ "@backstage/plugin-catalog": "^0.7.8",
38
+ "@backstage/plugin-catalog-react": "^0.6.11",
39
39
  "@backstage/theme": "^0.2.14",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",
@@ -54,10 +54,10 @@
54
54
  "react": "^16.13.1 || ^17.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/cli": "^0.10.5",
58
- "@backstage/core-app-api": "^0.3.1",
59
- "@backstage/dev-utils": "^0.2.16",
60
- "@backstage/test-utils": "^0.2.1",
57
+ "@backstage/cli": "^0.11.0",
58
+ "@backstage/core-app-api": "^0.4.0",
59
+ "@backstage/dev-utils": "^0.2.17",
60
+ "@backstage/test-utils": "^0.2.2",
61
61
  "@testing-library/jest-dom": "^5.10.1",
62
62
  "@testing-library/react": "^11.2.5",
63
63
  "@testing-library/user-event": "^13.1.8",
@@ -70,5 +70,5 @@
70
70
  "files": [
71
71
  "dist"
72
72
  ],
73
- "gitHead": "ffdb98aa2973366d48ff1774a7f892bc0c926e7e"
73
+ "gitHead": "da66c61bdd63cdb3f0f0cd2e26dc9e6454d93c7b"
74
74
  }