Skip to content

Commit

Permalink
build(deps-dev): update react-router-dom requirement in /packages/module
Browse files Browse the repository at this point in the history
Updates the requirements on [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) to permit the latest version.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 4a0dd2c commit a794cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.28.1",
"react-router-dom": "^6.28.1",
"react-router-dom": "^6.29.0",
"rimraf": "^6.0.1",
"typescript": "^5.4.5"
}
Expand Down

0 comments on commit a794cd9

Please sign in to comment.