From f334dbf191e4d687aafc3ffcb44d3e8cf040df13 Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Fri, 1 Aug 2025 14:54:56 +0200 Subject: [PATCH] Update @tanstack/react query (#3042) * Update package.json * Update package.json * Update package.json * Update package.json * Update package-lock.json --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index aad71910c..fae9bbed2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@realm/react": "^0.11.0", "@sayem314/react-native-keep-awake": "^1.3.1", "@shopify/flash-list": "^1.8.3", - "@tanstack/react-query": "^5.29.0", + "@tanstack/react-query": "5.55.4", "apisauce": "^3.1.0", "classnames": "^2.5.1", "date-fns": "^3.0.0", @@ -5958,27 +5958,27 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.29.0.tgz", - "integrity": "sha512-WgPTRs58hm9CMzEr5jpISe8HXa3qKQ8CxewdYZeVnA54JrPY9B1CZiwsCoLpLkf0dGRZq+LcX5OiJb0bEsOFww==", + "version": "5.55.4", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.55.4.tgz", + "integrity": "sha512-uoRqNnRfzOH4OMIoxj8E2+Us89UIGXfau981qYJWsNMkFS1GXR4UIyzUTVGq4N7SDLHgFPpo6IOazqUV5gkMZA==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.29.0.tgz", - "integrity": "sha512-yxlhHB73jaBla6h5B6zPaGmQjokkzAhMHN4veotkPNiQ3Ac/mCxgABRZPsJJrgCTvhpcncBZcDBFxaR2B37vug==", + "version": "5.55.4", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.55.4.tgz", + "integrity": "sha512-e3uX5XkLD9oTV66/VsVpkYz3Ds/ps/Yk+V5d89xthAbtNIKKBEm4FdNb9yISFzGEGezUzVO68qmfmiSrtScvsg==", "dependencies": { - "@tanstack/query-core": "5.29.0" + "@tanstack/query-core": "5.55.4" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": "^18.0.0" + "react": "^18 || ^19" } }, "node_modules/@testing-library/jest-native": { diff --git a/package.json b/package.json index ed05c853d..fc596544f 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@realm/react": "^0.11.0", "@sayem314/react-native-keep-awake": "^1.3.1", "@shopify/flash-list": "^1.8.3", - "@tanstack/react-query": "^5.29.0", + "@tanstack/react-query": "5.55.4", "apisauce": "^3.1.0", "classnames": "^2.5.1", "date-fns": "^3.0.0",