Ant Design has released version 4.0.2, a minor update succeeding the previous stable version 4.0.1. Both versions aim to provide an enterprise-class UI design language and React components implementation. Examining the package.json files reveals subtle but important differences for developers.
In the dependencies section, the key change lies in the rc-table dependency. Version 4.0.2 upgrades this to "~7.2.0" from "~7.1.0" in version 4.0.1. This indicates potential bug fixes or feature enhancements within the table component. No other direct user facing dependencies were updated.
The devDependencies section shows an upgrade of react-intl from ^3.1.1 to ^4.1.1. In addition, some Typescript related devDependencies have been upgraded to newer version like @typescript-eslint/parser and @typescript-eslint/eslint-plugin going from ^2.19.0 to newer; These kind of changes reflect an ongoing effort to refine the development workflow, documentation, and internal tooling. For developers, the upgrade presents an opportunity to benefit from updated table features and other quality of life improvements. Although the core peer dependencies remain the same and ensure compatibility with React 16.9.0 and above, developers are encouraged to review the rc-table changelog for specific details on the updates made and potential implications for their existing codebases.
The are not vulnerabilities for the version 4.0.2 of the package antd