Skip to content

Commit

Permalink
chore(deps): update dependency react-router-dom to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 263a7ef commit 4058176
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 32 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-api-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.2",
"react-router-dom": "^7.1.5",
"typescript": "^5.5.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.2",
"react-router-dom": "^7.1.5",
"typescript": "^5.5.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"mdast-util-mdxjs-esm": "^1.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.2",
"react-router-dom": "^7.1.5",
"typescript": "^5.5.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^1.3.0",
"react-router-dom": "^6.28.2"
"react-router-dom": "^7.1.5"
},
"devDependencies": {
"@modern-js/tsconfig": "2.64.0",
Expand Down
79 changes: 51 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4058176

Please sign in to comment.