From 02b2c6e95b5bb6b3ff410d4d056e3c5d82de3ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 16:26:39 +0000 Subject: [PATCH] build(deps-dev): bump @tanstack/react-query from 5.89.0 to 5.90.1 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.89.0 to 5.90.1. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.90.1/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.90.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c90704e..0694887 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -89,7 +89,7 @@ importers: version: 19.8.1 '@tanstack/react-query': specifier: ^5.62.10 - version: 5.89.0(react@19.0.0) + version: 5.90.1(react@19.0.0) '@tanstack/vue-query': specifier: ^5.62.16 version: 5.89.0(vue@3.5.13(typescript@5.9.2)) @@ -692,8 +692,11 @@ packages: '@tanstack/query-core@5.89.0': resolution: {integrity: sha512-joFV1MuPhSLsKfTzwjmPDrp8ENfZ9N23ymFu07nLfn3JCkSHy0CFgsyhHTJOmWaumC/WiNIKM0EJyduCF/Ih/Q==} - '@tanstack/react-query@5.89.0': - resolution: {integrity: sha512-SXbtWSTSRXyBOe80mszPxpEbaN4XPRUp/i0EfQK1uyj3KCk/c8FuPJNIRwzOVe/OU3rzxrYtiNabsAmk1l714A==} + '@tanstack/query-core@5.90.1': + resolution: {integrity: sha512-hmi8i+mWP3QnD8yq3+6LWri9IEZAlFbpbM/UVB+TJtp5RIxUfzuARqyW39b+HCfBKKnFKSHWMXNB5YN8lo/E/Q==} + + '@tanstack/react-query@5.90.1': + resolution: {integrity: sha512-tN7Fx2HuV2SBhl+STgL8enbfSInRoNU1B1+5LIU62klcMElE4lFzol4aReuRSUeD6ntzPayK0KrM6w9+ZlHEkw==} peerDependencies: react: ^18 || ^19 @@ -3136,9 +3139,11 @@ snapshots: '@tanstack/query-core@5.89.0': {} - '@tanstack/react-query@5.89.0(react@19.0.0)': + '@tanstack/query-core@5.90.1': {} + + '@tanstack/react-query@5.90.1(react@19.0.0)': dependencies: - '@tanstack/query-core': 5.89.0 + '@tanstack/query-core': 5.90.1 react: 19.0.0 '@tanstack/vue-query@5.89.0(vue@3.5.13(typescript@5.9.2))':