Skip to content

Commit 73c9f9f

Browse files
build(deps): bump react-router-dom from 6.24.1 to 6.26.1 (#2723)
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.24.1 to 6.26.1. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.1/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3b82e7 commit 73c9f9f

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

showcase/playground-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react": "18.3.1",
1313
"react-ace": "11.0.1",
1414
"react-dom": "18.3.1",
15-
"react-router-dom": "6.24.1"
15+
"react-router-dom": "6.26.1"
1616
},
1717
"devDependencies": {
1818
"@types/dompurify": "^3.0.5",

showcase/react-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"react": "18.3.1",
1010
"react-dom": "18.3.1",
11-
"react-router-dom": "6.24.1",
11+
"react-router-dom": "6.26.1",
1212
"@vitejs/plugin-react": "^4.2.1",
1313
"vite": "^5.3.4"
1414
},

0 commit comments

Comments
 (0)