Skip to content

Commit

Permalink
chore(deps): Update dependency react-router-dom to v6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent fe53260 commit 89c1c2d
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 53 deletions.
2 changes: 1 addition & 1 deletion fixtures/multiple-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.2.0"
"react-router-dom": "^6.0.0"
},
"devDependencies": {
"@sku-private/test-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-router-dom": "^5.2.0"
"react-router-dom": "^6.0.0"
}
}
Loading

0 comments on commit 89c1c2d

Please sign in to comment.