From ce653001589cb0c92632b77d6aec833a2418cbcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 21:28:48 +0000 Subject: [PATCH] chore: bump @tanstack/react-query from 4.29.19 to 4.32.0 in /site Bumps [@tanstack/react-query](https://github.com/tanstack/query) from 4.29.19 to 4.32.0. - [Release notes](https://github.com/tanstack/query/releases) - [Commits](https://github.com/tanstack/query/compare/v4.29.19...v4.32.0) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- site/package.json | 2 +- site/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/site/package.json b/site/package.json index c4603eb5d81cd..931d3bd2c38d6 100644 --- a/site/package.json +++ b/site/package.json @@ -43,7 +43,7 @@ "@mui/lab": "5.0.0-alpha.129", "@mui/material": "5.14.0", "@mui/styles": "5.14.0", - "@tanstack/react-query": "4.29.19", + "@tanstack/react-query": "4.32.0", "@testing-library/react-hooks": "8.0.1", "@types/color-convert": "2.0.0", "@types/react-color": "3.0.6", diff --git a/site/yarn.lock b/site/yarn.lock index 69202331b69b9..a4d3185d77953 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -3234,17 +3234,17 @@ "@jest/create-cache-key-function" "^27.4.2" jsonc-parser "^3.2.0" -"@tanstack/query-core@4.29.19": - version "4.29.19" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.29.19.tgz#49ccbd0606633d1e55baf3b91ab7cc7aef411b1d" - integrity sha512-uPe1DukeIpIHpQi6UzIgBcXsjjsDaLnc7hF+zLBKnaUlh7jFE/A+P8t4cU4VzKPMFB/C970n/9SxtpO5hmIRgw== +"@tanstack/query-core@4.32.0": + version "4.32.0" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.32.0.tgz#e0f4a830283612430450c13badd353766423f523" + integrity sha512-ei4IYwL2kmlKSlCw9WgvV7PpXi0MiswVwfQRxawhJA690zWO3dU49igaQ/UMTl+Jy9jj9dK5IKAYvbX7kUvviQ== -"@tanstack/react-query@4.29.19": - version "4.29.19" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.29.19.tgz#6ba187f2d0ea36ae83ff1f67068f53c88ce7b228" - integrity sha512-XiTIOHHQ5Cw1WUlHaD4fmVUMhoWjuNJlAeJGq7eM4BraI5z7y8WkZO+NR8PSuRnQGblpuVdjClQbDFtwxTtTUw== +"@tanstack/react-query@4.32.0": + version "4.32.0" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.32.0.tgz#701b45b149cfd4b54a68705f9100973db3ba5d5d" + integrity sha512-B8WUMcByYAH9500ENejDCATOmEZhqjtS9wsfiQ3BNa+s+yAynY8SESI8WWHhSqUmjd0pmCSFRP6BOUGSda3QXA== dependencies: - "@tanstack/query-core" "4.29.19" + "@tanstack/query-core" "4.32.0" use-sync-external-store "^1.2.0" "@testing-library/dom@^9.0.0":