Update @tanstack/react query (#3042)

* Update package.json

* Update package.json

* Update package.json

* Update package.json

* Update package-lock.json
This commit is contained in:
Johannes Klein
2025-08-01 14:54:56 +02:00
committed by GitHub
parent 3023eb33ca
commit f334dbf191
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -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": {

View File

@@ -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",