@storybook/react version 9.0.2 represents a minor update to the Storybook React renderer, building upon the foundation laid by version 9.0.1. Both versions are designed to facilitate the creation of isolated and reusable UI components within a React environment, adhering to Storybook's core principles. Key highlights include the use of @storybook/global and @storybook/react-dom-shim as crucial dependencies, ensuring proper rendering of components within the Storybook environment.
The shift from version 9.0.1 to 9.0.2 primarily involves updates in dependency versions, specifically @storybook/react-dom-shim which aligns with the core package version. While developer dependencies like acorn, semver, and babel-plugin-react-docgen remain largely consistent, these internal tools undergo continuous refinement to improve the overall development experience, potentially offering more robust code parsing and documentation generation. Peer dependencies define compatibility with crucial packages like React and React DOM, ensuring support across versions 16.8.0 up to the 19.0.0 beta. This broad compatibility enables developers to smoothly integrate Storybook into existing or new React projects. Version 9.0.2, released shortly after 9.0.1, suggests a quick patch addressing potential bugs or refinements found in the initial 9.0 release, thus promoting stability and reliability for developers integrating Storybook in their workflow. Be mindful of peer dependencies, particularly the typescript version greater than or equal to 4.9.x
The are not vulnerabilities for the version 9.0.2 of the package @storybook/react