Skip to content

Commit

Permalink
Bump React router to ^6.25.1 (#13928)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Jul 24, 2024
1 parent 0811ecb commit 425aa9a
Showing 3 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -87,8 +87,8 @@
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-is": "^18.3.1",
"react-router": "^6.24.1",
"react-router-dom": "^6.24.1",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1",
"react-runner": "^1.0.5",
"react-simple-code-editor": "^0.14.1",
"recast": "^0.23.9",
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.1",
"react-router-dom": "^6.25.1",
"stylis": "^4.3.2",
"stylis-plugin-rtl": "^2.1.1"
}

0 comments on commit 425aa9a

Please sign in to comment.