Ant Design, a popular React UI library, released version 5.21.3, a minor update following 5.21.2. Analyzing the package data, the core description remains consistent, emphasizing its enterprise-class design language and React component implementations. The dependency lists show subtle changes. In dependencies, rc-slider moves from version ~11.1.6 to ~11.1.7 in the newer version, suggesting a bug fix or minor improvement in the slider component.
The devDependencies section undergoes more churn, reflecting updates in the development tooling. Notably, @inquirer/prompts is updated from version ^6.0.1 to ^7.0.0. Several @types packages receive updates (@types/react, @types/react-dom, @types/react-resizable). The eslint-plugin-react-hooks is updated and some other eslint plugins too. New packages are added such as @madccc/duplicate-package-checker-webpack-plugin, @antfu/eslint-config and @qixian.cs/github-contributors-list. These upgrades likely involve improvements and new features in linting, type checking, and code quality assurance. Version 5.21.3 also incorporates the latest features to stay aligned with modern React development practices. Lastly, the unpacked size shows a slight increase from 47308284 to 47316664, indicating the addition of minor new features. Developers planning to upgrade should review these changes for enhanced code quality and stay up-to-date with the dependency enhancements in version 5.21.3, focusing on those related to slider and eslint integrations.
The are not vulnerabilities for the version 5.21.3 of the package antd