From 2fbd4b421259443eac235c5e23f842d4ec83cfe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 15:46:27 +0000 Subject: [PATCH] chore(deps): update dependency @tanstack/react-query to v5.90.3 --- packages/openapi-react-query/package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/openapi-react-query/package.json b/packages/openapi-react-query/package.json index 29c334ccd..457361209 100644 --- a/packages/openapi-react-query/package.json +++ b/packages/openapi-react-query/package.json @@ -57,7 +57,7 @@ "openapi-typescript-helpers": "workspace:^" }, "devDependencies": { - "@tanstack/react-query": "5.90.2", + "@tanstack/react-query": "5.90.3", "@testing-library/react": "16.3.0", "@types/react": "18.3.21", "@vitejs/plugin-react": "5.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a11740cbe..8bae98da2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -242,8 +242,8 @@ importers: version: link:../openapi-typescript-helpers devDependencies: '@tanstack/react-query': - specifier: 5.90.2 - version: 5.90.2(react@18.3.1) + specifier: 5.90.3 + version: 5.90.3(react@18.3.1) '@testing-library/react': specifier: 16.3.0 version: 16.3.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.7(@types/react@18.3.21))(@types/react@18.3.21)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -1698,11 +1698,11 @@ packages: '@swc/types@0.1.25': resolution: {integrity: sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==} - '@tanstack/query-core@5.90.2': - resolution: {integrity: sha512-k/TcR3YalnzibscALLwxeiLUub6jN5EDLwKDiO7q5f4ICEoptJ+n9+7vcEFy5/x/i6Q+Lb/tXrsKCggf5uQJXQ==} + '@tanstack/query-core@5.90.3': + resolution: {integrity: sha512-HtPOnCwmx4dd35PfXU8jjkhwYrsHfuqgC8RCJIwWglmhIUIlzPP0ZcEkDAc+UtAWCiLm7T8rxeEfHZlz3hYMCA==} - '@tanstack/react-query@5.90.2': - resolution: {integrity: sha512-CLABiR+h5PYfOWr/z+vWFt5VsOA2ekQeRQBFSKlcoW6Ndx/f8rfyVmq4LbgOM4GG2qtxAxjLYLOpCNTYm4uKzw==} + '@tanstack/react-query@5.90.3': + resolution: {integrity: sha512-i/LRL6DtuhG6bjGzavIMIVuKKPWx2AnEBIsBfuMm3YoHne0a20nWmsatOCBcVSaT0/8/5YFjNkebHAPLVUSi0Q==} peerDependencies: react: ^18 || ^19 @@ -6109,11 +6109,11 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@tanstack/query-core@5.90.2': {} + '@tanstack/query-core@5.90.3': {} - '@tanstack/react-query@5.90.2(react@18.3.1)': + '@tanstack/react-query@5.90.3(react@18.3.1)': dependencies: - '@tanstack/query-core': 5.90.2 + '@tanstack/query-core': 5.90.3 react: 18.3.1 '@testing-library/dom@10.1.0':