Skip to content

Commit b21ca24

Browse files
build(deps): bump react-router-dom from 6.28.0 to 7.6.2
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.28.0 to 7.6.2. - [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/7.6.2/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.6.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c775fd6 commit b21ca24

File tree

3 files changed

+41
-26
lines changed

3 files changed

+41
-26
lines changed

package-lock.json

Lines changed: 39 additions & 24 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": "13.0.0",
1414
"react-dom": "18.3.1",
15-
"react-router-dom": "6.28.0"
15+
"react-router-dom": "7.6.2"
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
@@ -9,7 +9,7 @@
99
"@vitejs/plugin-react": "^4.3.3",
1010
"react": "18.3.1",
1111
"react-dom": "18.3.1",
12-
"react-router-dom": "6.28.0",
12+
"react-router-dom": "7.6.2",
1313
"@vitejs/plugin-react": "^4.3.3",
1414
"vite": "^5.4.19"
1515
},

0 commit comments

Comments
 (0)