Skip to content
2 changes: 1 addition & 1 deletion plugins/api-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@asyncapi/react-component": "1.0.0-next.48",
"@asyncapi/react-component": "1.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correctness: Dangerous version upgrade that introduces a dependency on an unstable parser. Current version uses stable @asyncapi/parser ^1.18.0 while target version uses unstable @asyncapi/parser ^3.0.0-next-major-spec.1

📝 Committable Code Suggestion

‼️ Ensure you review the code suggestion before committing it to the branch. Make sure it replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
"@asyncapi/react-component": "1.0.0",
"@asyncapi/react-component": "1.0.0-next.48",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance: Version upgrade causes significant bundle size increase (10.4 MB unpacked vs 3.9 MB), potentially impacting application load times and memory usage

📝 Committable Code Suggestion

‼️ Ensure you review the code suggestion before committing it to the branch. Make sure it replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
"@asyncapi/react-component": "1.0.0",
"@asyncapi/react-component": "1.0.0-next.48",

"@backstage/catalog-model": "workspace:^",
"@backstage/core-components": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
Expand Down
Loading