From 7354b96614ed2518400c1723c01d381fb048bdd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 13:54:50 +0000 Subject: [PATCH] Bump @tanstack/react-query in /with-tailwindcss-app Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.90.16 to 5.90.17. - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.17/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.90.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- with-tailwindcss-app/package.json | 2 +- with-tailwindcss-app/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/with-tailwindcss-app/package.json b/with-tailwindcss-app/package.json index 47c8b2d..c059025 100644 --- a/with-tailwindcss-app/package.json +++ b/with-tailwindcss-app/package.json @@ -17,7 +17,7 @@ "@heroicons/react": "^2.2.0", "@hugocxl/react-to-image": "^0.0.9", "@rainbow-me/rainbowkit": "2", - "@tanstack/react-query": "^5.90.16", + "@tanstack/react-query": "^5.90.17", "crypto-browserify": "^3.12.1", "ethers": "^6.16.0", "html-to-image": "^1.11.13", diff --git a/with-tailwindcss-app/yarn.lock b/with-tailwindcss-app/yarn.lock index fb840a2..9a7062e 100644 --- a/with-tailwindcss-app/yarn.lock +++ b/with-tailwindcss-app/yarn.lock @@ -1979,17 +1979,17 @@ postcss "^8.4.41" tailwindcss "4.1.18" -"@tanstack/query-core@5.90.16": - version "5.90.16" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.90.16.tgz#19a972c2ffbc47727ab6649028af1bee70e28cdf" - integrity sha512-MvtWckSVufs/ja463/K4PyJeqT+HMlJWtw6PrCpywznd2NSgO3m4KwO9RqbFqGg6iDE8vVMFWMeQI4Io3eEYww== +"@tanstack/query-core@5.90.17": + version "5.90.17" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.90.17.tgz#e97c44cde35c341f2c8dd56f5f6621b4c50004a2" + integrity sha512-hDww+RyyYhjhUfoYQ4es6pbgxY7LNiPWxt4l1nJqhByjndxJ7HIjDxTBtfvMr5HwjYavMrd+ids5g4Rfev3lVQ== -"@tanstack/react-query@^5.90.16": - version "5.90.16" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.90.16.tgz#76955d7027b5bff3d7f51163db7ea1c0bd430cb5" - integrity sha512-bpMGOmV4OPmif7TNMteU/Ehf/hoC0Kf98PDc0F4BZkFrEapRMEqI/V6YS0lyzwSV6PQpY1y4xxArUIfBW5LVxQ== +"@tanstack/react-query@^5.90.17": + version "5.90.17" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.90.17.tgz#509cc41ee1700b852866b477ee086fc3a4ed1e27" + integrity sha512-PGc2u9KLwohDUSchjW9MZqeDQJfJDON7y4W7REdNBgiFKxQy+Pf7eGjiFWEj5xPqKzAeHYdAb62IWI1a9UJyGQ== dependencies: - "@tanstack/query-core" "5.90.16" + "@tanstack/query-core" "5.90.17" "@tanstack/react-virtual@^3.13.9": version "3.13.9"