Skip to content

Commit

Permalink
build(deps): bump react-router-dom in /cmd/mdl/webapp (#756)
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.25.1 to 6.26.0.
- [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 Aug 7, 2024
1 parent 0635e6f commit b971724
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.0",
"react-router-dom": "6.25.1",
"react-router-dom": "6.26.0",
"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 @@ -1258,10 +1258,6 @@
schema-utils "^4.2.0"
source-map "^0.7.3"

"@remix-run/[email protected]":
version "1.18.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.18.0.tgz#20b033d1f542a100c1d57cfd18ecf442d1784732"

"@remix-run/[email protected]":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.0.tgz#745dbffbce67f05386d57ca22c51dfd85c979593"
Expand Down Expand Up @@ -4386,18 +4382,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.25.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.25.1.tgz#b89f8d63fc8383ea4e89c44bf31c5843e1f7afa0"
dependencies:
"@remix-run/router" "1.18.0"
react-router "6.25.1"

[email protected]:
version "6.25.1"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.25.1.tgz#70b4f1af79954cfcfd23f6ddf5c883e8c904203e"
[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.18.0"
"@remix-run/router" "1.19.0"
react-router "6.26.0"

[email protected]:
version "6.26.0"
Expand Down

0 comments on commit b971724

Please sign in to comment.