Skip to content

Commit

Permalink
build(deps): bump react-router-dom in /cmd/mdl/webapp
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 6.26.0 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: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 3cf57fe commit 72245a5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 72 deletions.
73 changes: 17 additions & 56 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": "18.3.1",
"react-router": "6.26.2",
"react-router-dom": "6.26.0",
"react-router-dom": "6.26.2",
"styled-components": "^6.1.12",
"svg-editor-tools": "github:dvictor/svg-editor-tools#1.0.1",
"yarn": "^1.22.22"
Expand Down
20 changes: 5 additions & 15 deletions cmd/mdl/webapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1174,10 +1174,6 @@
schema-utils "^4.2.0"
source-map "^0.7.3"

"@remix-run/[email protected]":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.0.tgz#745dbffbce67f05386d57ca22c51dfd85c979593"

"@remix-run/[email protected]":
version "1.19.2"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.2.tgz#0c896535473291cb41f152c180bedd5680a3b273"
Expand Down Expand Up @@ -4302,18 +4298,12 @@ [email protected]:
version "0.14.2"
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"

[email protected]:
version "6.26.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.0.tgz#8debe13295c58605c04f93018d659a763245e58c"
dependencies:
"@remix-run/router" "1.19.0"
react-router "6.26.0"

[email protected]:
version "6.26.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.0.tgz#d5af4c46835b202348ef2b7ddacd32a2db539fde"
[email protected]:
version "6.26.2"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.2.tgz#a6e3b0cbd6bfd508e42b9342099d015a0ac59680"
dependencies:
"@remix-run/router" "1.19.0"
"@remix-run/router" "1.19.2"
react-router "6.26.2"

[email protected]:
version "6.26.2"
Expand Down

0 comments on commit 72245a5

Please sign in to comment.