From faf844e26942642ac1c806f9a92af9c609bae8b4 Mon Sep 17 00:00:00 2001 From: Dominik Schwank Date: Mon, 10 Jan 2022 16:07:01 +0100 Subject: [PATCH] build(deps): bump @asyncapi/react-component to 1.0.0-next.26 The new pre-release is fixing errors with the ResizeObserver. Signed-off-by: Dominik Schwank --- .changeset/selfish-bikes-sleep.md | 12 ++++++++++++ plugins/api-docs/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 .changeset/selfish-bikes-sleep.md diff --git a/.changeset/selfish-bikes-sleep.md b/.changeset/selfish-bikes-sleep.md new file mode 100644 index 0000000000..f05518fde1 --- /dev/null +++ b/.changeset/selfish-bikes-sleep.md @@ -0,0 +1,12 @@ +--- +'@backstage/plugin-api-docs': patch +--- + +Update @asyncapi/react-component to 1.0.0-next.26, which will fix the +`ResizeObserver loop limit exceeded` errors which we encountered in several E2E +tests. + +For more details check the following links: + +- https://github.com/backstage/backstage/pull/8088#issuecomment-991183968 +- https://github.com/asyncapi/asyncapi-react/issues/498 diff --git a/plugins/api-docs/package.json b/plugins/api-docs/package.json index ed862d6f35..8d190dae92 100644 --- a/plugins/api-docs/package.json +++ b/plugins/api-docs/package.json @@ -30,7 +30,7 @@ "clean": "backstage-cli clean" }, "dependencies": { - "@asyncapi/react-component": "^1.0.0-next.25", + "@asyncapi/react-component": "1.0.0-next.26", "@backstage/catalog-model": "^0.9.7", "@backstage/core-components": "^0.8.3", "@backstage/core-plugin-api": "^0.4.1", diff --git a/yarn.lock b/yarn.lock index 9f6bf3d5d8..533e5406e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -96,10 +96,10 @@ node-fetch "^2.6.0" tiny-merge-patch "^0.1.2" -"@asyncapi/react-component@^1.0.0-next.25": - version "1.0.0-next.25" - resolved "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.25.tgz#76b27e0e239b03c32499ee5cd8977e5ceb74f754" - integrity sha512-S+HguQ6IltQWiy+jO7hlmANJYxJ2UOvH7iMAw+YTcDtYGOe/mrDr7vbrrB3HigZRYIyZSV34cNgNOhw/psVHlg== +"@asyncapi/react-component@1.0.0-next.26": + version "1.0.0-next.26" + resolved "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.26.tgz#d5658f89c8aa7a88e86f8d1918ef63cbf7f7634e" + integrity sha512-30UnzdbS7EVcdxIHru8O04mxqGPmTA0o2HtzykV9+Y0Ye+k9gqto8SK1my+qqQUs+7EwwyzA1dFaTmf2CHrJIg== dependencies: "@asyncapi/avro-schema-parser" "^0.3.0" "@asyncapi/openapi-schema-parser" "^2.0.0"