@storybook/theming is a core Storybook library providing essential theming capabilities for UI development. Version 7.3.0 was released on August 15, 2023, following version 7.2.3 released on August 11, 2023. The primary difference lies in the updated dependency @storybook/client-logger, which jumps from version 7.2.3 to 7.3.0, likely incorporating bug fixes, performance improvements, or new logging features. While the core dependencies like memoizerific, @storybook/global, and @emotion/use-insertion-effect-with-fallbacks remain consistent, this update to the client logger could impact developers who rely on Storybook's logging functionalities for debugging and monitoring their components. Both versions retain identical development dependencies, encompassing tools like fs-extra, polished, ts-dedent, and the @emotion suite for styling, indicating no significant changes in the development workflow between the versions. The peer dependencies for react and react-dom also remain unchanged, ensuring compatibility with React versions 16.8.0 and above, including versions 17 and 18. Developers upgrading to version 7.3.0 should primarily consider the impact of the @storybook/client-logger update on their existing logging implementations.
The are not vulnerabilities for the version 7.3.0 of the package @storybook/theming