@storybook/react v9.0.15 introduces subtle but important refinements over its predecessor, v9.0.14. Both leverage the same core dependencies like @storybook/global and @storybook/react-dom-shim, ensuring continuous compatibility and feature parity in essential functionalities. Under the hood, the development dependencies remain largely identical, utilizing tools like acorn, semver, and babel-plugin-react-docgen for code parsing, version management, and documentation generation. This stability in tooling demonstrates a commitment to a consistent development experience.
The key differences lie in the bumped versions of the peer dependencies, specifically storybook, where v9.0.15 now requires the same version of storybook and v9.0.14 required the package to be v9.0.14. The peer dependencies specify the versions of react, react-dom and typescript that are compatible with the package. The core functionalities and APIs exposed to developers remain consistent. Users upgrading benefit from potentially improved stability and bug fixes in the core Storybook framework, guaranteeing a smooth and familiar component development workflow. The updated release date also indicates recent refinements and bug fixes in the new version. This upgrade ensures developers are working with the most current and reliable components within the Storybook ecosystem.
The are not vulnerabilities for the version 9.0.15 of the package @storybook/react