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.16 #2000

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

"@tanstack/query-core@npm:5.59.16":
version: 5.59.16
resolution: "@tanstack/query-core@npm:5.59.16"
checksum: d01fb27718985a69fd45df178496fc1afab25324aa355ce1e1fa2068bc8ffadba68954914a5ae886c7e92d6d7b998ceae9c7a2741081c320a2482a31a62fcfda
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.16":
version: 5.59.16
resolution: "@tanstack/query-persist-client-core@npm:5.59.16"
dependencies:
"@tanstack/query-core": 5.59.16
checksum: a709f1730e75829af0b659ee58ee913ece6e964cde424ad80521df4df522dc5f15f2b5aa96568ad7122a783bff1c2d82436b6c7ccf51e67f91c201e96377b7a3
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 @@ -9911,15 +9927,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.16":
version: 5.59.16
resolution: "@tanstack/react-query-persist-client@npm:5.59.16"
dependencies:
"@tanstack/query-persist-client-core": 5.59.6
"@tanstack/query-persist-client-core": 5.59.16
peerDependencies:
"@tanstack/react-query": ^5.59.6
"@tanstack/react-query": ^5.59.16
react: ^18 || ^19
checksum: 48de12c5fe7c07e6ee8becff2fb3f63ace8657242d6b01da07bd66142b8d348f95651ff31b1b85e12abc5d8583e1c03d61ffac4924697d9df081d96535b3f435
checksum: bf8cc1c4b9988cba057217b7eef9f51bfa46bcf8fba194833c6cca74ee6417d7f7feb994e18997e322753a7493a51db6f8781318b399a0d9f1ecd1c7e52a71f3
languageName: node
linkType: hard

Expand Down
Loading