Skip to content

Commit

Permalink
build(deps): bump react-router from 7.0.1 to 7.1.1 in /cmd/mdl/webapp
Browse files Browse the repository at this point in the history
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) 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/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router)

---
updated-dependencies:
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 64ff4f1 commit 031e804
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 8 deletions.
63 changes: 56 additions & 7 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 @@ -13,7 +13,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "19.0.0",
"react-router": "7.0.1",
"react-router": "7.1.1",
"react-router-dom": "7.0.1",
"styled-components": "^6.1.13",
"svg-editor-tools": "github:dvictor/svg-editor-tools#1.0.1",
Expand Down
9 changes: 9 additions & 0 deletions cmd/mdl/webapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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 031e804

Please sign in to comment.