Skip to content

Commit

Permalink
build(deps): bump react-router-dom in /cmd/mdl/webapp (#838)
Browse files Browse the repository at this point in the history
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.0.1 to 7.1.1.
- [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: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 64ff4f1 commit 146f0c7
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 14 deletions.
67 changes: 58 additions & 9 deletions cmd/mdl/webapp/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 cmd/mdl/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "18.3.1",
"react-is": "19.0.0",
"react-router": "7.0.1",
"react-router-dom": "7.0.1",
"react-router-dom": "7.1.1",
"styled-components": "^6.1.13",
"svg-editor-tools": "github:dvictor/svg-editor-tools#1.0.1",
"yarn": "^1.22.22"
Expand Down
17 changes: 13 additions & 4 deletions cmd/mdl/webapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3968,11 +3968,11 @@ [email protected]:
version "0.16.0"
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.16.0.tgz#e7d45625f05c9709466d09348a25d22f79b2ad23"

react-router-dom@7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.0.1.tgz#b1438100800313e1b4c48da0c5fdb498f81c7f96"
react-router-dom@7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.1.1.tgz#9e76fb63a762ba5da13032f5fd9e4a24946396b6"
dependencies:
react-router "7.0.1"
react-router "7.1.1"

[email protected]:
version "7.0.1"
Expand All @@ -3983,6 +3983,15 @@ [email protected]:
set-cookie-parser "^2.6.0"
turbo-stream "2.4.0"

[email protected]:
version "7.1.1"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.1.1.tgz#88f5657fa5b8f0b918c7222ec710de0274d00b2e"
dependencies:
"@types/cookie" "^0.6.0"
cookie "^1.0.1"
set-cookie-parser "^2.6.0"
turbo-stream "2.4.0"

[email protected]:
version "18.3.1"
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
Expand Down

0 comments on commit 146f0c7

Please sign in to comment.