Skip to content

Commit

Permalink
build(deps): bump path-to-regexp and react-router-dom in /client
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 dependency [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-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/react-router-dom@6.26.2/packages/react-router-dom)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent ffe0752 commit ea92aec
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 98 deletions.
126 changes: 29 additions & 97 deletions client/package-lock.json

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

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ramda": "^0.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.2.0",
"react-router-dom": "^6.26.2",
"reset-css": "^5.0.1",
"rooks": "^7.1.1",
"tinykeys": "^2.0.0",
Expand Down

0 comments on commit ea92aec

Please sign in to comment.