From 68a5370c6e9eb4aa2158f5c0cc31444cea04c77e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 12:19:23 +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 97be72d8..ef29af4d 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.14.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.14.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..fbeda937 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.14.0 + version: 5.14.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.14.0: + resolution: {integrity: sha512-OEri9fVDYT8XEqgh/dc6fFp1niyqu+MDY+Vp/LwU+scdk9xQLZ7KdUMEUh/sqTEjRM5BlFzAhAv+EIYcvSxt0Q==} dev: true - /@tanstack/react-query@4.35.7(react@18.2.0): - resolution: {integrity: sha512-0MankquP/6EOM2ATfEov6ViiKemey5uTbjGlFMX1xGotwNaqC76YKDMJdHumZupPbZcZPWAeoPGEHQmVKIKoOQ==} + /@tanstack/react-query@5.14.0(react@18.2.0): + resolution: {integrity: sha512-+qCooNZr7aGr6a0UEblfEgDSO1y+H7h7JnT4nUlbyfgCGE695lmBiqTciuW1C1Jr6J6Z2bwyd6YmBDKFKszWhA==} 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.14.0 react: 18.2.0 - use-sync-external-store: 1.2.0(react@18.2.0) dev: true /@types/is-ci@3.0.1: