Skip to content

Commit a794cd9

Browse files
build(deps-dev): update react-router-dom requirement in /packages/module
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/react-router-dom@6.29.0/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a0dd2c commit a794cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"react": "^18.3.1",
5454
"react-dom": "^18.3.1",
5555
"react-router": "^6.28.1",
56-
"react-router-dom": "^6.28.1",
56+
"react-router-dom": "^6.29.0",
5757
"rimraf": "^6.0.1",
5858
"typescript": "^5.4.5"
5959
}

0 commit comments

Comments
 (0)