React Hook Form, a popular library for form management in React applications, saw an update from version 3.22.3 to 3.23.0 in late August 2019. Both versions maintain the same core peer dependencies on React and React DOM (version ^16.8.0), ensuring compatibility for users of React 16.8 and above.
The changes are reflected primarily in the development dependencies. Version 3.23.0 upgrades rollup-plugin-typescript2 from 0.20.1 to 0.24.0. This is important because upgrades to the build tooling ecosystem often bring performance improvements and bug fixes that trickle down to the experience of developers consuming the library. Another upgrade is to typescript itself, moving from version 3.5.3 to 3.6.2. Typescript upgrades usually bring in additional typing capabilities, which improves the developer experience when using React Hook Form with TypeScript.
While the core functionality remains consistent, developers who are already using version 3.22.3 may benefit from upgrading to 3.23.0, by potentially improving their typescript experience.
The are not vulnerabilities for the version 3.23.0 of the package react-hook-form