mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-05-03 21:23:04 -04:00
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:
18
package-lock.json
generated
18
package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user