From c5db0602b63d5a3ffb53bec9e0ead5e1f2d302b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 11:30:10 +0000 Subject: [PATCH] Update react dependencies to v4.29.14 --- .changelog/548.internal.md | 1 + package.json | 4 ++-- yarn.lock | 26 +++++++++++++------------- 3 files changed, 16 insertions(+), 15 deletions(-) create mode 100644 .changelog/548.internal.md diff --git a/.changelog/548.internal.md b/.changelog/548.internal.md new file mode 100644 index 0000000000..6a0e4e9c69 --- /dev/null +++ b/.changelog/548.internal.md @@ -0,0 +1 @@ +Update react dependencies to v4.29.14 diff --git a/package.json b/package.json index 2d0bb021c9..91cf39cf6d 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.13", - "@tanstack/react-query-devtools": "4.29.13", + "@tanstack/react-query": "4.29.14", + "@tanstack/react-query-devtools": "4.29.14", "axios": "1.4.0", "bignumber.js": "9.1.1", "date-fns": "2.30.0", diff --git a/yarn.lock b/yarn.lock index 567a4bb787..9506f0a0c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3918,26 +3918,26 @@ dependencies: remove-accents "0.4.2" -"@tanstack/query-core@4.29.11": - version "4.29.11" - 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/query-core@4.29.14": + version "4.29.14" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.29.14.tgz#569de51719a0f4445fabff775012d5c09a173b96" + integrity sha512-ElEAahtLWA7Y7c2Haw10KdEf2tx+XZl/Z8dmyWxZehxWK3TPL5qtXtb7kUEhvt/8u2cSP62fLxgh2qqzMMGnDQ== -"@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== +"@tanstack/react-query-devtools@4.29.14": + version "4.29.14" + resolved "https://registry.yarnpkg.com/@tanstack/react-query-devtools/-/react-query-devtools-4.29.14.tgz#8e4f35fa51949e6c66ca5eb7c182e331945c7777" + integrity sha512-2H4otgQiXJSU7z8HIPw6whm7xfaEA3ouoM2PrWTHs+DMFX0BbodhOfQeJxsjw5uq2oV1yln/DABLJjZoQmQbpQ== dependencies: "@tanstack/match-sorter-utils" "^8.7.0" superjson "^1.10.0" use-sync-external-store "^1.2.0" -"@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== +"@tanstack/react-query@4.29.14": + version "4.29.14" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.29.14.tgz#5e836d470c1c85d1aa3e53a6fc64f788dddb2ee5" + integrity sha512-wh4bd/QIy85YgTDBtj/7/9ZkpRX41QdZuUL8xKoSzuMCukXvAE1/oJ4p0F15lqQq9W3g2pgcbr2Aa+CNvqABhg== dependencies: - "@tanstack/query-core" "4.29.11" + "@tanstack/query-core" "4.29.14" use-sync-external-store "^1.2.0" "@testing-library/dom@^8.3.0":