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 Jul 25, 2023
1 parent 282dc9e commit f6a2099
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 52 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,7 +143,7 @@
"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",
"webpack-cli": "^5.0.0"
}
}
68 changes: 18 additions & 50 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 f6a2099

Please sign in to comment.