From 9b19664e7d9647f86113a1943d4091b0fcd6d779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 07:40:52 +0000 Subject: [PATCH] Update react dependencies --- .changelog/521.internal.md | 1 + package.json | 6 +++--- yarn.lock | 34 +++++++++++++++++----------------- 3 files changed, 21 insertions(+), 20 deletions(-) create mode 100644 .changelog/521.internal.md diff --git a/.changelog/521.internal.md b/.changelog/521.internal.md new file mode 100644 index 000000000..671b1c97c --- /dev/null +++ b/.changelog/521.internal.md @@ -0,0 +1 @@ +Update react dependencies diff --git a/package.json b/package.json index db1584a9a..c8ac3e55e 100644 --- a/package.json +++ b/package.json @@ -59,8 +59,8 @@ "@mui/material": "5.11.11", "@oasisprotocol/client": "0.1.1-alpha.2", "@oasisprotocol/client-rt": "0.2.1-alpha.2", - "@tanstack/react-query": "4.29.12", - "@tanstack/react-query-devtools": "4.29.12", + "@tanstack/react-query": "4.29.13", + "@tanstack/react-query-devtools": "4.29.13", "axios": "1.4.0", "bignumber.js": "9.1.1", "date-fns": "2.30.0", @@ -70,7 +70,7 @@ "react-i18next": "12.3.1", "react-quick-pinch-zoom": "4.9.0", "react-redux": "8.1.0", - "react-router-dom": "6.12.1", + "react-router-dom": "6.13.0", "recharts": "2.7.0", "swiper": "9.4.1", "use-resize-observer": "9.1.0" diff --git a/yarn.lock b/yarn.lock index 52aaba075..ea66be906 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4071,19 +4071,19 @@ resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.29.11.tgz#fa338f7d6897c6be5de6d8dabd603d9b78ee48c7" integrity sha512-8C+hF6SFAb/TlFZyS9FItgNwrw4PMa7YeX+KQYe2ZAiEz6uzg6yIr+QBzPkUwZ/L0bXvGd1sufTm3wotoz+GwQ== -"@tanstack/react-query-devtools@4.29.12": - version "4.29.12" - resolved "https://registry.yarnpkg.com/@tanstack/react-query-devtools/-/react-query-devtools-4.29.12.tgz#a5180bbd850dde6c81f87296acba1ac94302f936" - integrity sha512-ug4YGQhMhh6QI8/sWJhjXxuvdeehxf1cyxpTifGMH5qreQ5ECHT6vzqG/aKvADQDzqLBGrF0q4wTDnRRYvvtrA== +"@tanstack/react-query-devtools@4.29.13": + version "4.29.13" + resolved "https://registry.yarnpkg.com/@tanstack/react-query-devtools/-/react-query-devtools-4.29.13.tgz#df5ccfa8ac45537636a45d430898342345dce938" + integrity sha512-nmAaEMzh/dhVl7dukfdWmvj0d2EuLxXC9/34Tl/Yu61oetg3VshC60W6bN5+pgtC3njhQgMguKCAwWYUDc9n+A== dependencies: "@tanstack/match-sorter-utils" "^8.7.0" superjson "^1.10.0" use-sync-external-store "^1.2.0" -"@tanstack/react-query@4.29.12": - version "4.29.12" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.29.12.tgz#de111cf1d6c389b86acacfaf972302914cfa1208" - integrity sha512-zhcN6+zF6cxprxhTHQajHGlvxgK8npnp9uLe9yaWhGc6sYcPWXzyO4raL4HomUzQOPzu3jLvkriJQ7BOrDM8vA== +"@tanstack/react-query@4.29.13": + version "4.29.13" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.29.13.tgz#937ce9e8efcff0106817f7e1341c8a19d29f29df" + integrity sha512-qF8SHosMU6SzxWa7Ivxp3Q07zXvH+8PBDAlH8CR9ywfT3Y7uOK3jclfwMLzqgoGgDnYCarY2Ra+qDV0+xm19JQ== dependencies: "@tanstack/query-core" "4.29.11" use-sync-external-store "^1.2.0" @@ -10650,18 +10650,18 @@ react-resize-detector@^8.0.4: dependencies: lodash "^4.17.21" -react-router-dom@6.12.1: - version "6.12.1" - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.12.1.tgz#601fe7eb493071a33dc7573a20b920324a834606" - integrity sha512-POIZN9UDKWwEDga054LvYr2KnK8V+0HR4Ny4Bwv8V7/FZCPxJgsCjYxXGxqxzHs7VBxMKZfgvtKhafuJkJSPGA== +react-router-dom@6.13.0: + version "6.13.0" + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.13.0.tgz#6651f456bb2af42ef14f6880123b1f575539e81f" + integrity sha512-6Nqoqd7fgwxxVGdbiMHTpDHCYPq62d7Wk1Of7B82vH7ZPwwsRaIa22zRZKPPg413R5REVNiyuQPKDG1bubcOFA== dependencies: "@remix-run/router" "1.6.3" - react-router "6.12.1" + react-router "6.13.0" -react-router@6.12.1: - version "6.12.1" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.12.1.tgz#9e4126aa1139ec6b5d347e19576d5e940cd46362" - integrity sha512-evd/GrKJOeOypD0JB9e1r7pQh2gWCsTbUfq059Wm1AFT/K2MNZuDo19lFtAgIhlBrp0MmpgpqtvZC7LPAs7vSw== +react-router@6.13.0: + version "6.13.0" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.13.0.tgz#7e4427a271dae0cafbdb88c56ccbd9b1434ee93f" + integrity sha512-Si6KnfEnJw7gUQkNa70dlpI1bul46FuSxX5t5WwlUBxE25DAz2BjVkwaK8Y2s242bQrZPXCpmwLPtIO5pv4tXg== dependencies: "@remix-run/router" "1.6.3"