diff --git a/.changeset/dependabot-ebb092c.md b/.changeset/dependabot-ebb092c.md new file mode 100644 index 0000000000..78850d2065 --- /dev/null +++ b/.changeset/dependabot-ebb092c.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-api-docs': patch +--- + +build(deps): bump `@asyncapi/react-component` diff --git a/plugins/api-docs/package.json b/plugins/api-docs/package.json index 205188093f..9116bb31bc 100644 --- a/plugins/api-docs/package.json +++ b/plugins/api-docs/package.json @@ -33,7 +33,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@asyncapi/react-component": "1.0.0-next.33", + "@asyncapi/react-component": "1.0.0-next.34", "@backstage/catalog-model": "^1.0.1-next.0", "@backstage/core-components": "^0.9.3-next.0", "@backstage/core-plugin-api": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index c1e58054d9..843b43fe22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -90,10 +90,10 @@ node-fetch "^2.6.0" tiny-merge-patch "^0.1.2" -"@asyncapi/react-component@1.0.0-next.33": - version "1.0.0-next.33" - resolved "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.33.tgz#13bc0327ceb818753dbe1fef99a570dd77b8fe6b" - integrity sha512-3uUvOOimgqtqowGb+h73PvGKEgCMykEVxMQWHye/NH/+yDivelj6gX9mprGZQL3pWG2CVsUyPUd0vUuCrXOzcg== +"@asyncapi/react-component@1.0.0-next.34": + version "1.0.0-next.34" + resolved "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.34.tgz#8922fa7f315730694ce1e5ab95a9a9307a39931a" + integrity sha512-4ZkF3vsKjaAaZ2qIPLfkmw73vCrop+qF2krPtAFSmk4wy8B+uMRK9bsObrf+QUSj4gSIQHezznMIZKAU91JTQw== dependencies: "@asyncapi/avro-schema-parser" "^0.3.0" "@asyncapi/openapi-schema-parser" "^2.0.0"