The @storybook/react package provides the essential renderer for integrating React components into Storybook, a popular UI development environment. Examining versions 8.4.3 and 8.4.2 reveals subtle but important updates that developers should note. While core dependencies like @storybook/global, @storybook/theming, @storybook/components, @storybook/manager-api, and @storybook/preview-api are updated to maintain internal consistency, they primarily reflect changes within the Storybook ecosystem itself.
Notably, the peer dependencies highlight compatibility with a wide range of React versions (16.8.0 to 19.0.0-beta) and TypeScript versions greater or equal to 4.2.x, ensuring the library can be integrated in diverse projects. Both versions share a comprehensive suite of devDependencies and tooling, including AST manipulation packages, type definitions, and documentation generation, useful during development.
The key difference lies in the bumped version and release date, the newer version was released on 2024-11-13, the older one was released on 2024-11-05, meaning developers upgrading to 8.4.3 can expect bug fixes and minor improvements accumulated since the previous release. As a result, both versions offer solid support for React development within Storybook, developers should prioritize the newest version for the fixes and last updates.
The are not vulnerabilities for the version 8.4.3 of the package @storybook/react