Skip to content

Commit

Permalink
Merge pull request #1118 from oasisprotocol/renovate/react-dependencies
Browse files Browse the repository at this point in the history
Update dependency react-router-dom to v6.21.1
  • Loading branch information
buberdds authored Dec 22, 2023
2 parents 686a4d4 + 83a2fe4 commit d7c59d0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions .changelog/1118.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependency react-router-dom to v6.21.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"react-dom": "18.2.0",
"react-i18next": "13.5.0",
"react-quick-pinch-zoom": "5.1.0",
"react-router-dom": "6.21.0",
"react-router-dom": "6.21.1",
"recharts": "2.10.3",
"swiper": "11.0.5",
"use-resize-observer": "9.1.0"
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4085,10 +4085,10 @@
dependencies:
"@babel/runtime" "^7.13.10"

"@remix-run/[email protected].0":
version "1.14.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.14.0.tgz#9bc39a5a3a71b81bdb310eba6def5bc3966695b7"
integrity sha512-WOHih+ClN7N8oHk9N4JUiMxQJmRVaOxcg8w7F/oHUXzJt920ekASLI/7cYX8XkntDWRhLZtsk6LbGrkgOAvi5A==
"@remix-run/[email protected].1":
version "1.14.1"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.14.1.tgz#6d2dd03d52e604279c38911afc1079d58c50a755"
integrity sha512-Qg4DMQsfPNAs88rb2xkdk03N3bjK4jgX5fR24eHCTR9q6PrhZQZ4UJBPzCHJkIpTRN1UKxx2DzjZmnC+7Lj0Ow==

"@rushstack/eslint-patch@^1.1.0":
version "1.3.3"
Expand Down Expand Up @@ -11873,20 +11873,20 @@ [email protected]:
use-callback-ref "^1.3.0"
use-sidecar "^1.1.2"

[email protected].0:
version "6.21.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.21.0.tgz#aa4c6bc046a8e8723095bc09b3c0ab2254532712"
integrity sha512-1dUdVj3cwc1npzJaf23gulB562ESNvxf7E4x8upNJycqyUm5BRRZ6dd3LrlzhtLaMrwOCO8R0zoiYxdaJx4LlQ==
[email protected].1:
version "6.21.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.21.1.tgz#58b459d2fe1841388c95bb068f85128c45e27349"
integrity sha512-QCNrtjtDPwHDO+AO21MJd7yIcr41UetYt5jzaB9Y1UYaPTCnVuJq6S748g1dE11OQlCFIQg+RtAA1SEZIyiBeA==
dependencies:
"@remix-run/router" "1.14.0"
react-router "6.21.0"
"@remix-run/router" "1.14.1"
react-router "6.21.1"

[email protected].0:
version "6.21.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.21.0.tgz#6fe3e59877aca3dccceec1801d26991ddf42d12b"
integrity sha512-hGZ0HXbwz3zw52pLZV3j3+ec+m/PQ9cTpBvqjFQmy2XVUWGn5MD+31oXHb6dVTxYzmAeaiUBYjkoNz66n3RGCg==
[email protected].1:
version "6.21.1"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.21.1.tgz#8db7ee8d7cfc36513c9a66b44e0897208c33be34"
integrity sha512-W0l13YlMTm1YrpVIOpjCADJqEUpz1vm+CMo47RuFX4Ftegwm6KOYsL5G3eiE52jnJpKvzm6uB/vTKTPKM8dmkA==
dependencies:
"@remix-run/router" "1.14.0"
"@remix-run/router" "1.14.1"

react-smooth@^2.0.5:
version "2.0.5"
Expand Down

0 comments on commit d7c59d0

Please sign in to comment.