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.59.20 #2057

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 @@ -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.59.20",
"@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 @@ -237,7 +237,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.59.20
"@tradle/react-native-http": 2.0.1
"@typechain/ethers-v6": 0.5.1
"@types/big.js": 6.2.2
Expand Down Expand Up @@ -10695,13 +10695,29 @@ __metadata:
languageName: node
linkType: hard

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

"@tanstack/query-core@npm:5.59.6":
version: 5.59.6
resolution: "@tanstack/query-core@npm:5.59.6"
checksum: 3c26faf5db0dfbacdf258f1cdad27410e905394c9a4987115acb4e1afecaaf95ec60bde27a69a12beb5ef3978a16f9f5c30bf51f7d1f7646d74ad9a17383e157
languageName: node
linkType: hard

"@tanstack/query-persist-client-core@npm:5.59.20":
version: 5.59.20
resolution: "@tanstack/query-persist-client-core@npm:5.59.20"
dependencies:
"@tanstack/query-core": 5.59.20
checksum: f0b369283ecc45cbf94f621b6371098d48f9b435c753e509f450f3431615f1bab7cb93c1bc4281c5682d8d57db582235a918383fe2bc2dc490af009518fa8a10
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 @@ -10721,15 +10737,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.59.20":
version: 5.59.20
resolution: "@tanstack/react-query-persist-client@npm:5.59.20"
dependencies:
"@tanstack/query-persist-client-core": 5.59.6
"@tanstack/query-persist-client-core": 5.59.20
peerDependencies:
"@tanstack/react-query": ^5.59.6
"@tanstack/react-query": ^5.59.20
react: ^18 || ^19
checksum: 48de12c5fe7c07e6ee8becff2fb3f63ace8657242d6b01da07bd66142b8d348f95651ff31b1b85e12abc5d8583e1c03d61ffac4924697d9df081d96535b3f435
checksum: d981f8b3168a2fc4f1ddfccdcd92228c256b46f1dee657bccbd6e888a30f61aa5465b05c0b170d806196f51fa5461d6a2cbc7982fb261446b87f73d36fb3d9f2
languageName: node
linkType: hard

Expand Down
Loading