@storybook/react v8.3.2 arrives as a minor update over v8.3.1, primarily focusing on synchronizing internal dependencies within the Storybook ecosystem. The core change lies in aligning the versions of several interconnected packages. Specifically, @storybook/theming, @storybook/components, @storybook/manager-api, @storybook/preview-api, and @storybook/react-dom-shim are all updated to version 8.3.2 to match the main @storybook/react package. This synchronization ensures consistent behavior and avoids potential conflicts or compatibility issues between these related modules. Additionally, the peer dependency @storybook/test is updated.
For developers using Storybook with React, this signifies improved stability and a more cohesive experience when leveraging the various Storybook features. While there are no major feature additions or breaking changes in this release, the update streamlines the internal workings of Storybook, paving the way for smoother upgrades and a more predictable development workflow. The update ensures that components like theming, UI elements, manager API, preview API and the test utilities operate in harmony, reducing the risk of unexpected bugs when integrating with the latest Storybook features. The react and react-dom peer dependencies remain the same, supporting React versions from 16.8.0 up to the 19.0.0 beta, ensuring compatibility with modern React projects.
The are not vulnerabilities for the version 8.3.2 of the package @storybook/react