diff --git a/package.json b/package.json index 660bf07cf..bec61ed53 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "@solana/wallet-adapter-trust": "^0.1.13", "@tanstack/query-sync-storage-persister": "^5.59.16", "@tanstack/react-query": "^5.51.11", - "@tanstack/react-query-persist-client": "^5.56.2", + "@tanstack/react-query-persist-client": "^5.60.5", "antd": "^5.21.6", "antd-style": "^3.6.2", "antd-token-previewer-web3": "^2.0.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1afe3eabb..d89e53020 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,8 +63,8 @@ importers: specifier: ^5.51.11 version: 5.51.11(react@18.3.1) '@tanstack/react-query-persist-client': - specifier: ^5.56.2 - version: 5.56.2(@tanstack/react-query@5.51.11)(react@18.3.1) + specifier: ^5.60.5 + version: 5.60.5(@tanstack/react-query@5.51.11)(react@18.3.1) antd: specifier: ^5.21.6 version: 5.21.6(react-dom@18.3.1)(react@18.3.1) @@ -9055,18 +9055,12 @@ packages: /@tanstack/query-core@5.51.9: resolution: {integrity: sha512-HsAwaY5J19MD18ykZDS3aVVh+bAt0i7m6uQlFC2b77DLV9djo+xEN7MWQAQQTR8IM+7r/zbozTQ7P0xr0bHuew==} - /@tanstack/query-core@5.56.2: - resolution: {integrity: sha512-gor0RI3/R5rVV3gXfddh1MM+hgl0Z4G7tj6Xxpq6p2I03NGPaJ8dITY9Gz05zYYb/EJq9vPas/T4wn9EaDPd4Q==} - dev: false - /@tanstack/query-core@5.59.16: resolution: {integrity: sha512-crHn+G3ltqb5JG0oUv6q+PMz1m1YkjpASrXTU+sYWW9pLk0t2GybUHNRqYPZWhxgjPaVGC4yp92gSFEJgYEsPw==} dev: false - /@tanstack/query-persist-client-core@5.56.2: - resolution: {integrity: sha512-4OZ/rLAxCiQWaJCQjb5q1+UbSNIZclmF4pRMHrav1q2EUj3bjrqWzwTwdy2bUxrMTdY15ZKsFwCpAFGG4r+orA==} - dependencies: - '@tanstack/query-core': 5.56.2 + /@tanstack/query-core@5.60.5: + resolution: {integrity: sha512-jiS1aC3XI3BJp83ZiTuDLerTmn9P3U95r6p+6/SNauLJaYxfIC4dMuWygwnBHIZxjn2zJqEpj3nysmPieoxfPQ==} dev: false /@tanstack/query-persist-client-core@5.59.16: @@ -9075,6 +9069,12 @@ packages: '@tanstack/query-core': 5.59.16 dev: false + /@tanstack/query-persist-client-core@5.60.5: + resolution: {integrity: sha512-vA5MR5W8jKv9NvdsbXFztBPi+Hs8ZtiVPiLTWk+nfyqmAKXEGZlxZpUo8zTHr7GgmLZCDgx/l+HntlL58Jbl0w==} + dependencies: + '@tanstack/query-core': 5.60.5 + dev: false + /@tanstack/query-sync-storage-persister@5.59.16: resolution: {integrity: sha512-5GRazdusJaH1lKTQmfQxXmhP9do+2smPazrZfYTvZBSabGdp3ZEf7J67IIG+ZrkYDW5jJj9lVulVHU8COvt47A==} dependencies: @@ -9082,13 +9082,13 @@ packages: '@tanstack/query-persist-client-core': 5.59.16 dev: false - /@tanstack/react-query-persist-client@5.56.2(@tanstack/react-query@5.51.11)(react@18.3.1): - resolution: {integrity: sha512-bVC0Io6ivxr3cJjOFYSeqPcwXyKBHWlhCPUuiriShvz+C4LPpYAGCExwkPke8Z8YV7RWiX0Le4kIbeIV9pzM+A==} + /@tanstack/react-query-persist-client@5.60.5(@tanstack/react-query@5.51.11)(react@18.3.1): + resolution: {integrity: sha512-O+lfL/TVNHQIPIZjQf5LL39ATKgmXXg/uX+MesYUL/v+/R2JiWXysn9LRPNTAQ3EieO91GeH/BTvnvGqnAFMmg==} peerDependencies: - '@tanstack/react-query': ^5.56.2 + '@tanstack/react-query': ^5.60.5 react: ^18 || ^19 dependencies: - '@tanstack/query-persist-client-core': 5.56.2 + '@tanstack/query-persist-client-core': 5.60.5 '@tanstack/react-query': 5.51.11(react@18.3.1) react: 18.3.1 dev: false