React Router DOM, a popular library for declarative routing in React web applications, sees a minor version bump from 6.30.0 to 6.30.1. Both versions share the same core dependencies, react-router (updated from 6.30.0 to 6.30.1 accordingly) and @remix-run/router at version 1.23.0, indicating that the fundamental routing logic and data APIs remain consistent. Developer dependencies for both are aligned, specifying compatibility tested up to React 18.2.0 and React DOM 18.2.0. Furthermore, the peer dependencies remain unchanged, requiring React and React DOM versions 16.8 or higher.
Digging into the differences, the unpackedSize in the dist object shows a minor increase in version 6.30.1, from 902226 bytes to 902307 bytes, suggesting some small code additions or modifications. However, the developer won't notice any major breakage during the update, as the API is very stable. The release date is also interesting: version 6.30.0 was released on February 27th, 2025, while version 6.30.1 was released on May 20th, 2025. This suggests an iterative approach for continuous improvement, prioritizing stability and developer experience.
The are not vulnerabilities for the version 6.30.1 of the package react-router-dom