@storybook/addons package provides a mechanism for extending Storybook's functionality with custom tools, panels, and decorators. Version 7.4.5 follows closely on the heels of version 7.4.4, with a release date just two days later, suggesting a quick follow-up release, potentially addressing bugs, minor feature enhancements, or dependency updates. Both versions maintain the same core dependencies on @storybook/types, @storybook/manager-api, and @storybook/preview-api, indicating a shared fundamental architecture and a consistent API for addon development. Similarly, both depend on the same peer dependencies, requiring React and React DOM versions 16.8.0 and above, ensuring compatibility with a wide range of React projects. Developers will appreciate that both versions also share the same licensing (MIT), repository location, funding model, file count, and unpacked size.
The crucial difference lies within the specific versions of the internal Storybook packages they depend on. Version 7.4.5 relies on @storybook/types, @storybook/manager-api, and @storybook/preview-api all at version 7.4.5, while the older version 7.4.4 uses version 7.4.4 of these packages. This seemingly minor version bump signals that upgrading from 7.4.4 to 7.4.5 likely involves internal improvements and bug fixes propagated through these core dependencies. Developers should review the release notes for @storybook/types, @storybook/manager-api, and @storybook/preview-api (specifically the 7.4.5 releases) to understand the nuances of the changes included in this incremental update, especially if they've encountered specific issues that might have been resolved.
The are not vulnerabilities for the version 7.4.5 of the package @storybook/addons