Skip to content

Commit df4a6f8

Browse files
build(deps-dev): update react-router-dom requirement
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/[email protected]/packages/react-router-dom/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]>
1 parent 3f9f65e commit df4a6f8

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
@@ -52,7 +52,7 @@
5252
"react": "^18.3.1",
5353
"react-dom": "^18.3.1",
5454
"react-router": "^6.23.0",
55-
"react-router-dom": "^6.23.0",
55+
"react-router-dom": "^6.28.0",
5656
"rimraf": "^5.0.5",
5757
"typescript": "^5.4.5"
5858
}

0 commit comments

Comments
 (0)