Skip to content

Bump @tanstack/react-query from 5.59.8 to 5.83.0 #3057

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@solana-program/token": "0.5.1",
"@solana/kit": "2.1.0",
"@tanstack/query-sync-storage-persister": "5.59.6",
"@tanstack/react-query": "5.59.8",
"@tanstack/react-query": "5.83.0",
"@tanstack/react-query-persist-client": "5.59.6",
"@tradle/react-native-http": "2.0.1",
"@vonovak/react-native-theme-control": "6.1.0",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ __metadata:
"@storybook/addon-ondevice-controls": 7.6.20
"@storybook/react-native": 7.6.20
"@tanstack/query-sync-storage-persister": 5.59.6
"@tanstack/react-query": 5.59.8
"@tanstack/react-query": 5.83.0
"@tanstack/react-query-persist-client": 5.59.6
"@testing-library/react-hooks": 8.0.1
"@tradle/react-native-http": 2.0.1
Expand Down Expand Up @@ -12085,6 +12085,13 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.83.0":
version: 5.83.0
resolution: "@tanstack/query-core@npm:5.83.0"
checksum: c4d7bb17d696a38a33cdfb7a9d6e9ffbb56ec068e2cdd9b70e223dca9c529d2361c411761831817a07379525e1bb3f4d56865ece24340af89f9ef72d0d5e15d7
languageName: node
linkType: hard

"@tanstack/query-persist-client-core@npm:5.59.6":
version: 5.59.6
resolution: "@tanstack/query-persist-client-core@npm:5.59.6"
Expand Down Expand Up @@ -12116,14 +12123,14 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.59.8":
version: 5.59.8
resolution: "@tanstack/react-query@npm:5.59.8"
"@tanstack/react-query@npm:5.83.0":
version: 5.83.0
resolution: "@tanstack/react-query@npm:5.83.0"
dependencies:
"@tanstack/query-core": 5.59.6
"@tanstack/query-core": 5.83.0
peerDependencies:
react: ^18 || ^19
checksum: 584fa340f197d3afd8dc9639ab5fa0238eea41050b2ddd642f3be94d5c8a16cb7773da3fc6e90b3c1b473c9170fb4eedd83460270ce014a004cf97df3ab36f15
checksum: fb3648227929770395e7c7da336ce056ee210e70ebe9e3f759df55de8658e75111e35de746ba9a8f8d31867a98f0ceefec91bee95a737e0b25b62c9917119f75
languageName: node
linkType: hard

Expand Down Expand Up @@ -27765,7 +27772,7 @@ react-native-webview@ava-labs/react-native-webview:
peerDependencies:
react: "*"
react-native: "*"
checksum: 77324747a8b5df0a5558bb99a9a0804a5575d328e84f480e462c56417af97213f38a9930e4582fb749bec374dc4d1a8910a45b006e77af9b14a8e64057b932bf
checksum: e89ad6472559a40d02d00ec4e27cc31000a4015acc19ab7201b1faf4a3030d187c321bfedf10e2d671913812c346fadd4e9ef586785471c02ca46b56ddcb28b8
languageName: node
linkType: hard

Expand Down
Loading