From c3a3c672e8b6c047744f7e007b2e6ec2cd556809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:23:50 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.22.2 to 5.29.0 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.22.2 to 5.29.0. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.29.0/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 167dcb0..dfd8667 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@fvilers/disable-react-devtools": "^1.3.0", "@hookform/resolvers": "^3.3.4", "@tanstack/query-core": "^5.22.2", - "@tanstack/react-query": "^5.22.2", + "@tanstack/react-query": "^5.29.0", "@tanstack/react-query-devtools": "^5.24.0", "@tanstack/react-router": "^1.16.6", "axios": "^1.6.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7a07cae..5e79abd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,11 +18,11 @@ dependencies: specifier: ^5.22.2 version: 5.22.2 '@tanstack/react-query': - specifier: ^5.22.2 - version: 5.22.2(react@18.2.0) + specifier: ^5.29.0 + version: 5.29.0(react@18.2.0) '@tanstack/react-query-devtools': specifier: ^5.24.0 - version: 5.24.0(@tanstack/react-query@5.22.2)(react@18.2.0) + version: 5.24.0(@tanstack/react-query@5.29.0)(react@18.2.0) '@tanstack/react-router': specifier: ^1.16.6 version: 1.16.6(react-dom@18.2.0)(react@18.2.0) @@ -1272,27 +1272,31 @@ packages: resolution: {integrity: sha512-z3PwKFUFACMUqe1eyesCIKg3Jv1mysSrYfrEW5ww5DCDUD4zlpTKBvUDaEjsfZzL3ULrFLDM9yVUxI/fega1Qg==} dev: false + /@tanstack/query-core@5.29.0: + resolution: {integrity: sha512-WgPTRs58hm9CMzEr5jpISe8HXa3qKQ8CxewdYZeVnA54JrPY9B1CZiwsCoLpLkf0dGRZq+LcX5OiJb0bEsOFww==} + dev: false + /@tanstack/query-devtools@5.24.0: resolution: {integrity: sha512-pThim455t69zrZaQKa7IRkEIK8UBTS+gHVAdNfhO72Xh4rWpMc63ovRje5/n6iw63+d6QiJzVadsJVdPoodSeQ==} dev: false - /@tanstack/react-query-devtools@5.24.0(@tanstack/react-query@5.22.2)(react@18.2.0): + /@tanstack/react-query-devtools@5.24.0(@tanstack/react-query@5.29.0)(react@18.2.0): resolution: {integrity: sha512-ae3TSg9hKSicLP6TZMj4hglLsLBaS8O3ex/mgHZNQ8yKCDLnVoLO1a9EqYWPzw2k+uaK5uMCKBAVbLVBLx93oA==} peerDependencies: '@tanstack/react-query': ^5.22.2 react: ^18.0.0 dependencies: '@tanstack/query-devtools': 5.24.0 - '@tanstack/react-query': 5.22.2(react@18.2.0) + '@tanstack/react-query': 5.29.0(react@18.2.0) react: 18.2.0 dev: false - /@tanstack/react-query@5.22.2(react@18.2.0): - resolution: {integrity: sha512-TaxJDRzJ8/NWRT4lY2jguKCrNI6MRN+67dELzPjNUlvqzTxGANlMp68l7aC7hG8Bd1uHNxHl7ihv7MT50i/43A==} + /@tanstack/react-query@5.29.0(react@18.2.0): + resolution: {integrity: sha512-yxlhHB73jaBla6h5B6zPaGmQjokkzAhMHN4veotkPNiQ3Ac/mCxgABRZPsJJrgCTvhpcncBZcDBFxaR2B37vug==} peerDependencies: react: ^18.0.0 dependencies: - '@tanstack/query-core': 5.22.2 + '@tanstack/query-core': 5.29.0 react: 18.2.0 dev: false