Skip to content

Commit

Permalink
fix(deps): update dependency react-router-dom to ~6.16.0 (#432)
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 Sep 24, 2023
1 parent 7b44e50 commit 6776e23
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
Expand Up @@ -17,7 +17,7 @@
"axios": "~0.27.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-router-dom": "~6.14.0"
"react-router-dom": "~6.16.0"
},
"devDependencies": {
"@kkt/less-modules": "^7.5.2",
Expand Down
2 changes: 1 addition & 1 deletion example/rematch-tsx/package.json
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.14.0",
"react-router-dom": "~6.16.0",
"uiw": "^4.21.18"
},
"devDependencies": {
Expand Down

0 comments on commit 6776e23

Please sign in to comment.