Skip to content

Commit

Permalink
Bump react-router-dom from 6.16.0 to 6.17.0 in /cmd/mdl/webapp (#543)
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.16.0 to 6.17.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 Oct 17, 2023
1 parent e9f3cc2 commit 69f3d46
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 17 deletions.
59 changes: 48 additions & 11 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.2.0",
"react-is": "18.2.0",
"react-router": "6.16.0",
"react-router-dom": "6.16.0",
"react-router-dom": "6.17.0",
"styled-components": "^6.0.8",
"svg-editor-tools": "github:dvictor/svg-editor-tools#1.0.1",
"yarn": "^1.22.19"
Expand Down
20 changes: 15 additions & 5 deletions cmd/mdl/webapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1205,6 +1205,10 @@
schema-utils "^3.0.0"
source-map "^0.7.3"

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

"@remix-run/[email protected]":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.9.0.tgz#9033238b41c4cbe1e961eccb3f79e2c588328cf6"
Expand Down Expand Up @@ -4063,19 +4067,25 @@ [email protected]:
version "0.14.0"
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.0.tgz#4e02825378a5f227079554d4284889354e5f553e"

react-router-dom@6.16.0:
version "6.16.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.16.0.tgz#86f24658da35eb66727e75ecbb1a029e33ee39d9"
react-router-dom@6.17.0:
version "6.17.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.17.0.tgz#ea73f89186546c1cf72b10fcb7356d874321b2ad"
dependencies:
"@remix-run/router" "1.9.0"
react-router "6.16.0"
"@remix-run/router" "1.10.0"
react-router "6.17.0"

[email protected]:
version "6.16.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.16.0.tgz#abbf3d5bdc9c108c9b822a18be10ee004096fb81"
dependencies:
"@remix-run/router" "1.9.0"

[email protected]:
version "6.17.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.17.0.tgz#7b680c4cefbc425b57537eb9c73bedecbdc67c1e"
dependencies:
"@remix-run/router" "1.10.0"

[email protected]:
version "18.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
Expand Down

0 comments on commit 69f3d46

Please sign in to comment.