From 77d2e73f9405e44637e8f7b03334327009e2c3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 18:20:53 +0000 Subject: [PATCH] build(deps-dev): bump react-query from 3.7.1 to 3.8.2 Bumps [react-query](https://github.com/tannerlinsley/react-query) from 3.7.1 to 3.8.2. - [Release notes](https://github.com/tannerlinsley/react-query/releases) - [Commits](https://github.com/tannerlinsley/react-query/compare/v3.7.1...v3.8.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3c47ac2ec1..ddc24f331b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "form-data": "3.0.0", "lerna": "3.22.1", "react": "17.0.1", - "react-query": "3.7.1", + "react-query": "3.8.2", "typescript": "4.1.3", "yup": "0.32.8" }, diff --git a/yarn.lock b/yarn.lock index c990b3b93e..1d0c82c4c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5211,10 +5211,10 @@ raw-body@^2.2.0: iconv-lite "0.4.24" unpipe "1.0.0" -react-query@3.7.1: - version "3.7.1" - resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.7.1.tgz#cbd15d84507431e8c3b248a1069401cb0feda396" - integrity sha512-n9Ld5UUzCWqqDDPvdRN45tvTYSBjuWHex2ninxIu+tD20pwfHR8QzPnntYPkc/h/wW4Q48m68FgXVi/co/1CKg== +react-query@3.8.2: + version "3.8.2" + resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.8.2.tgz#e2dac76b5d9b3465d854f4ca040a35ba4bcae1ae" + integrity sha512-Ha8+WZLIHOUkKhqE4+2RZZB03WvEWmNhN4WIIw3zWVCtR7blo2n2TXtu+d3YhaY1o6dt+sHT+J+zNV8IzR583w== dependencies: "@babel/runtime" "^7.5.5" match-sorter "^6.0.2"