@backstage/plugin-api-docs 0.0.0-nightly-202201122931 → 0.0.0-nightly-202201323044

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 -7
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,16 +1,25 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-202201122931
3
+ ## 0.0.0-nightly-202201323044
4
4
 
5
5
  ### Patch Changes
6
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
+
7
16
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-202201122931
9
- - @backstage/core-plugin-api@0.0.0-nightly-202201122931
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-202201122931
11
- - @backstage/catalog-model@0.0.0-nightly-202201122931
12
- - @backstage/theme@0.0.0-nightly-202201122931
13
- - @backstage/plugin-catalog@0.0.0-nightly-202201122931
17
+ - @backstage/core-components@0.0.0-nightly-202201323044
18
+ - @backstage/core-plugin-api@0.0.0-nightly-202201323044
19
+ - @backstage/plugin-catalog-react@0.0.0-nightly-202201323044
20
+ - @backstage/catalog-model@0.0.0-nightly-202201323044
21
+ - @backstage/theme@0.0.0-nightly-202201323044
22
+ - @backstage/plugin-catalog@0.0.0-nightly-202201323044
14
23
 
15
24
  ## 0.6.21
16
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-202201122931",
4
+ "version": "0.0.0-nightly-202201323044",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,13 +30,13 @@
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.0.0-nightly-202201122931",
35
- "@backstage/core-components": "^0.0.0-nightly-202201122931",
36
- "@backstage/core-plugin-api": "^0.0.0-nightly-202201122931",
37
- "@backstage/plugin-catalog": "^0.0.0-nightly-202201122931",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-202201122931",
39
- "@backstage/theme": "^0.0.0-nightly-202201122931",
33
+ "@asyncapi/react-component": "1.0.0-next.26",
34
+ "@backstage/catalog-model": "^0.0.0-nightly-202201323044",
35
+ "@backstage/core-components": "^0.0.0-nightly-202201323044",
36
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202201323044",
37
+ "@backstage/plugin-catalog": "^0.0.0-nightly-202201323044",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-202201323044",
39
+ "@backstage/theme": "^0.0.0-nightly-202201323044",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",
42
42
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -54,10 +54,10 @@
54
54
  "react": "^16.13.1 || ^17.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/cli": "^0.0.0-nightly-202201122931",
58
- "@backstage/core-app-api": "^0.0.0-nightly-202201122931",
59
- "@backstage/dev-utils": "^0.0.0-nightly-202201122931",
60
- "@backstage/test-utils": "^0.0.0-nightly-202201122931",
57
+ "@backstage/cli": "^0.0.0-nightly-202201323044",
58
+ "@backstage/core-app-api": "^0.0.0-nightly-202201323044",
59
+ "@backstage/dev-utils": "^0.0.0-nightly-202201323044",
60
+ "@backstage/test-utils": "^0.0.0-nightly-202201323044",
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",