@storybook/react versions 9.0.5 and 9.0.6 represent incremental updates to the popular Storybook renderer for React applications. Both versions share the same core description as a Storybook React renderer and maintain consistent dependencies on packages like @storybook/global and peer dependencies for react, react-dom, storybook, and typescript, ensuring compatibility with a wide range of React projects.
A key difference lies in the @storybook/react-dom-shim dependency, which increments from version 9.0.5 to 9.0.6, suggesting improvements or bug fixes within the shim layer responsible for bridging React DOM functionality within Storybook. The dist object also reveals minor variations: fileCount decreases from 52 to 51, and unpackedSize shrinks from 1657081 to 1656872 bytes, implying potential code optimization or removal of redundant files. Additionally, release dates indicate version 9.0.6 was published after 9.0.5 (2025-06-07 vs 2025-06-05).
For developers, upgrading from 9.0.5 to 9.0.6 should be relatively seamless, focusing on minor enhancements and bug fixes. It's advisable to review the changelog for @storybook/react-dom-shim to understand specific changes that may affect their stories. Both versions support React versions 16.8.0 through 19.0.0-beta and require TypeScript version 4.9.x or higher, making this library adaptable to modern React development workflows. If you want to keep your project up-to-date is always advisable to use the latest version.
The are not vulnerabilities for the version 9.0.6 of the package @storybook/react