From 97d39439b32a649001bf0a302281b5ea84f18687 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 May 2022 11:09:59 +0000 Subject: [PATCH] fix(deps): update dependency react-query to v3.39.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ea3f5d7..a5f5f34 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-dom": "18.1.0", "react-hook-form": "7.30.0", "react-icons": "4.3.1", - "react-query": "3.38.1", + "react-query": "3.39.0", "sharp": "0.30.4", "yup": "0.32.11" }, diff --git a/yarn.lock b/yarn.lock index dba5e17..449ae5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2317,10 +2317,10 @@ react-is@^16.13.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react-query@3.38.1: - version "3.38.1" - resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.38.1.tgz#4892304dae7eca7fa0ab5c8ae3e9748f0fca2df9" - integrity sha512-CM9hsz6oib17hsBguGaMJr+a0swMzou2gvNHHjAusnXvkfTx6CTzx0Iwuplox1jI2j3WiY91BGrcIN6bp1n1Iw== +react-query@3.39.0: + version "3.39.0" + resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.39.0.tgz#0caca7b0da98e65008bbcd4df0d25618c2100050" + integrity sha512-Od0IkSuS79WJOhzWBx/ys0x13+7wFqgnn64vBqqAAnZ9whocVhl/y1padD5uuZ6EIkXbFbInax0qvY7zGM0thA== dependencies: "@babel/runtime" "^7.5.5" broadcast-channel "^3.4.1"