From 1c734f3a1231f64cfc09f9270591cc9f228177b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 19:13:09 +0000 Subject: [PATCH] chore(deps): update dependency @tanstack/react-query to v5 --- packages/graphql-react-query/package.json | 4 ++-- pnpm-lock.yaml | 24 ++++++++--------------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/packages/graphql-react-query/package.json b/packages/graphql-react-query/package.json index ff5b8131..a685e160 100644 --- a/packages/graphql-react-query/package.json +++ b/packages/graphql-react-query/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@soundxyz/gql-string": "workspace:*", - "@tanstack/react-query": "^4.35.7", + "@tanstack/react-query": "^5.29.0", "@types/lodash-es": "^4.17.9", "@types/node": "^20.8.6", "@types/react": "^18.2.28", @@ -30,7 +30,7 @@ }, "peerDependencies": { "@soundxyz/gql-string": "workspace:^", - "@tanstack/react-query": "^4.35.7", + "@tanstack/react-query": "^5.29.0", "@types/react": ">=17", "lodash-es": "^4.17.21", "ms": "3.0.0-canary.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0e1e7808..b3cbd10d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -191,8 +191,8 @@ importers: specifier: workspace:* version: link:../gql-string/dist '@tanstack/react-query': - specifier: ^4.35.7 - version: 4.35.7(react@18.2.0) + specifier: ^5.29.0 + version: 5.29.0(react@18.2.0) '@types/lodash-es': specifier: ^4.17.9 version: 4.17.9 @@ -2223,25 +2223,17 @@ packages: tslib: 2.6.2 dev: true - /@tanstack/query-core@4.35.7: - resolution: {integrity: sha512-PgDJtX75ubFS0WCYFM7DqEoJ4QbxU3S5OH3gJSI40xr7UVVax3/J4CM3XUMOTs+EOT5YGEfssi3tfRVGte4DEw==} + /@tanstack/query-core@5.29.0: + resolution: {integrity: sha512-WgPTRs58hm9CMzEr5jpISe8HXa3qKQ8CxewdYZeVnA54JrPY9B1CZiwsCoLpLkf0dGRZq+LcX5OiJb0bEsOFww==} dev: true - /@tanstack/react-query@4.35.7(react@18.2.0): - resolution: {integrity: sha512-0MankquP/6EOM2ATfEov6ViiKemey5uTbjGlFMX1xGotwNaqC76YKDMJdHumZupPbZcZPWAeoPGEHQmVKIKoOQ==} + /@tanstack/react-query@5.29.0(react@18.2.0): + resolution: {integrity: sha512-yxlhHB73jaBla6h5B6zPaGmQjokkzAhMHN4veotkPNiQ3Ac/mCxgABRZPsJJrgCTvhpcncBZcDBFxaR2B37vug==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-native: '*' - peerDependenciesMeta: - react-dom: - optional: true - react-native: - optional: true + react: ^18.0.0 dependencies: - '@tanstack/query-core': 4.35.7 + '@tanstack/query-core': 5.29.0 react: 18.2.0 - use-sync-external-store: 1.2.0(react@18.2.0) dev: true /@types/is-ci@3.0.1: