Skip to content

Commit

Permalink
Bump path-to-regexp, react-router and react-router-dom
Browse files Browse the repository at this point in the history
Removes [path-to-regexp](https://github.com/pillarjs/path-to-regexp). It's no longer used after updating ancestor dependencies [path-to-regexp](https://github.com/pillarjs/path-to-regexp), [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). These dependencies need to be updated together.


Removes `path-to-regexp`

Updates `react-router` from 5.3.4 to 6.26.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router)

Updates `react-router-dom` from 5.3.4 to 6.26.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
- dependency-name: react-router
  dependency-type: direct:production
- dependency-name: react-router-dom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent e39294f commit 1db2773
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 70 deletions.
97 changes: 29 additions & 68 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"react-draggable": "^2.2.6",
"react-infinite-scroller": "^1.1.4",
"react-pdf": "7.7.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"react-selectable": "git+https://github.com/USTC-vlab/react-selectable.git",
"react-sticky": "^6.0.2",
"react-transition-group": "^4.4.2",
Expand Down

0 comments on commit 1db2773

Please sign in to comment.