Skip to content
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

Bump @tanstack/react-query-persist-client from 5.59.6 to 5.61.3 #2120

Closed
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 @@ -78,7 +78,7 @@
"@shopify/react-native-skia": "0.1.233",
"@tanstack/query-sync-storage-persister": "5.59.6",
"@tanstack/react-query": "5.59.8",
"@tanstack/react-query-persist-client": "5.59.6",
"@tanstack/react-query-persist-client": "5.61.3",
"@tradle/react-native-http": "2.0.1",
"@walletconnect/react-native-compat": "2.11.0",
"@walletconnect/types": "2.11.0",
Expand Down
30 changes: 23 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ __metadata:
"@storybook/react-native": 7.6.20
"@tanstack/query-sync-storage-persister": 5.59.6
"@tanstack/react-query": 5.59.8
"@tanstack/react-query-persist-client": 5.59.6
"@tanstack/react-query-persist-client": 5.61.3
"@tradle/react-native-http": 2.0.1
"@typechain/ethers-v6": 0.5.1
"@types/big.js": 6.2.2
Expand Down Expand Up @@ -10679,6 +10679,13 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.60.6":
version: 5.60.6
resolution: "@tanstack/query-core@npm:5.60.6"
checksum: 4c165d495bc1d182028d75eeef281866f9466d51316ba137da8b868e843ba47e614065a0b80d7b71636fd356bd87a7f458ebb0e201defb1a1b07bb2215fa7a8b
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 All @@ -10688,6 +10695,15 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-persist-client-core@npm:5.60.6":
version: 5.60.6
resolution: "@tanstack/query-persist-client-core@npm:5.60.6"
dependencies:
"@tanstack/query-core": 5.60.6
checksum: 91089c4200558d977b00e4263fc432395fa502a6a6aadb2a9634a2ab6f0daa706c87788ac3679029669f29980add6fe93319d7ff95909519f4ca9dd5b2de6221
languageName: node
linkType: hard

"@tanstack/query-sync-storage-persister@npm:5.59.6":
version: 5.59.6
resolution: "@tanstack/query-sync-storage-persister@npm:5.59.6"
Expand All @@ -10698,15 +10714,15 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-query-persist-client@npm:5.59.6":
version: 5.59.6
resolution: "@tanstack/react-query-persist-client@npm:5.59.6"
"@tanstack/react-query-persist-client@npm:5.61.3":
version: 5.61.3
resolution: "@tanstack/react-query-persist-client@npm:5.61.3"
dependencies:
"@tanstack/query-persist-client-core": 5.59.6
"@tanstack/query-persist-client-core": 5.60.6
peerDependencies:
"@tanstack/react-query": ^5.59.6
"@tanstack/react-query": ^5.61.3
react: ^18 || ^19
checksum: 48de12c5fe7c07e6ee8becff2fb3f63ace8657242d6b01da07bd66142b8d348f95651ff31b1b85e12abc5d8583e1c03d61ffac4924697d9df081d96535b3f435
checksum: baa21812cd271462fcfd99764080447e81b79bb9189b4e37aa654655690dd46be7f8692212fdc47402b0a00c79027423b385efd2310917c65688d8cd7120cea7
languageName: node
linkType: hard

Expand Down
Loading