Skip to content

Commit

Permalink
fix(deps): update dependency react-router-dom to ~6.6.0 (#401)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 5, 2023
1 parent 89c41c8 commit 403577e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"axios": "~0.27.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-router-dom": "~6.3.0"
"react-router-dom": "~6.6.0"
},
"devDependencies": {
"@kkt/less-modules": "^7.3.2",
Expand Down
2 changes: 1 addition & 1 deletion example/rematch-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-dom": "~18.2.0",
"react-dynamic-loadable": "~3.0.0",
"react-redux": "~7.2.8",
"react-router-dom": "~6.3.0",
"react-router-dom": "~6.6.0",
"uiw": "^4.21.18"
},
"devDependencies": {
Expand Down

0 comments on commit 403577e

Please sign in to comment.