Skip to content

Commit 0cc2500

Browse files
chore(deps): update dependency react-router-dom to v7
1 parent 12694f8 commit 0cc2500

File tree

6 files changed

+52
-35
lines changed

6 files changed

+52
-35
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"react-dom": "^19.1.0",
7373
"react-helmet-async": "^2.0.5",
7474
"react-lazy-with-preload": "^2.2.1",
75-
"react-router-dom": "^6.29.0",
75+
"react-router-dom": "^7.5.1",
7676
"react-syntax-highlighter": "^15.6.1",
7777
"rehype-external-links": "^3.0.0",
7878
"remark": "^15.0.1",

packages/plugin-api-docgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/react-dom": "^18.3.6",
4040
"react": "^19.1.0",
4141
"react-dom": "^19.1.0",
42-
"react-router-dom": "^6.29.0",
42+
"react-router-dom": "^7.5.1",
4343
"typescript": "^5.8.2",
4444
"unified": "^11.0.5",
4545
"unist-util-visit": "^5.0.0"

packages/plugin-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"mdast-util-mdx-jsx": "^3.2.0",
5656
"react": "^19.1.0",
5757
"react-dom": "^19.1.0",
58-
"react-router-dom": "^6.29.0",
58+
"react-router-dom": "^7.5.1",
5959
"typescript": "^5.8.2",
6060
"unified": "^11.0.5",
6161
"unist-util-visit": "^5.0.0"

packages/plugin-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"mdast-util-mdxjs-esm": "^2.0.1",
4545
"react": "^19.1.0",
4646
"react-dom": "^19.1.0",
47-
"react-router-dom": "^6.29.0",
47+
"react-router-dom": "^7.5.1",
4848
"typescript": "^5.8.2",
4949
"unified": "^11.0.5",
5050
"unist-util-visit": "^5.0.0"

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"react": "^19.1.0",
4646
"react-dom": "^19.1.0",
4747
"react-helmet-async": "^2.0.5",
48-
"react-router-dom": "^6.29.0"
48+
"react-router-dom": "^7.5.1"
4949
},
5050
"devDependencies": {
5151
"@rsbuild/plugin-react": "~1.1.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)