diff --git a/bun.lock b/bun.lock index d592d37d..045f1c00 100644 --- a/bun.lock +++ b/bun.lock @@ -33,7 +33,7 @@ "@privy-io/react-auth": "^2.6.2", "@privy-io/wagmi": "^1.0.3", "@rainbow-me/rainbowkit": "^2.0.0", - "@tanstack/react-query": "^5.67.3", + "@tanstack/react-query": "^5.90.5", "@walletconnect/ethereum-provider": "^2.19.0", "react": "^19", "react-dom": "^19", @@ -62,12 +62,12 @@ }, "packages/seismic-react": { "name": "seismic-react", - "version": "1.0.46", + "version": "1.0.47", "peerDependencies": { "@rainbow-me/rainbowkit": "^2.0.0", "react": "^18", "react-dom": "^18", - "seismic-viem": ">=1.0.46", + "seismic-viem": ">=1.0.47", "typescript": ">=5.0.4", "viem": "2.x", "wagmi": "^2.0.0", @@ -86,7 +86,7 @@ }, "packages/seismic-viem": { "name": "seismic-viem", - "version": "1.0.46", + "version": "1.0.47", "dependencies": { "@noble/ciphers": "^1.2.0", "@noble/curves": "^1.8.0", @@ -680,9 +680,9 @@ "@tailwindcss/vite": ["@tailwindcss/vite@4.0.7", "", { "dependencies": { "@tailwindcss/node": "4.0.7", "@tailwindcss/oxide": "4.0.7", "lightningcss": "^1.29.1", "tailwindcss": "4.0.7" }, "peerDependencies": { "vite": "^5.2.0 || ^6" } }, "sha512-GYx5sxArfIMtdZCsxfya3S/efMmf4RvfqdiLUozkhmSFBNUFnYVodatpoO/en4/BsOIGvq/RB6HwcTLn9prFnQ=="], - "@tanstack/query-core": ["@tanstack/query-core@5.68.0", "", {}, "sha512-r8rFYYo8/sY/LNaOqX84h12w7EQev4abFXDWy4UoDVUJzJ5d9Fbmb8ayTi7ScG+V0ap44SF3vNs/45mkzDGyGw=="], + "@tanstack/query-core": ["@tanstack/query-core@5.90.5", "", {}, "sha512-wLamYp7FaDq6ZnNehypKI5fNvxHPfTYylE0m/ZpuuzJfJqhR5Pxg9gvGBHZx4n7J+V5Rg5mZxHHTlv25Zt5u+w=="], - "@tanstack/react-query": ["@tanstack/react-query@5.68.0", "", { "dependencies": { "@tanstack/query-core": "5.68.0" }, "peerDependencies": { "react": "^18 || ^19" } }, "sha512-mMOdGDKlwTP/WV72QqSNf4PAMeoBp/DqBHQ222wBfb51Looi8QUqnCnb9O98ZgvNISmy6fzxRGBJdZ+9IBvX2Q=="], + "@tanstack/react-query": ["@tanstack/react-query@5.90.5", "", { "dependencies": { "@tanstack/query-core": "5.90.5" }, "peerDependencies": { "react": "^18 || ^19" } }, "sha512-pN+8UWpxZkEJ/Rnnj2v2Sxpx1WFlaa9L6a4UO89p6tTQbeo+m0MS8oYDjbggrR8QcTyjKoYWKS3xJQGr3ExT8Q=="], "@tanstack/react-virtual": ["@tanstack/react-virtual@3.13.4", "", { "dependencies": { "@tanstack/virtual-core": "3.13.4" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-jPWC3BXvVLHsMX67NEHpJaZ+/FySoNxFfBEiF4GBc1+/nVwdRm+UcSCYnKP3pXQr0eEsDpXi/PQZhNfJNopH0g=="], diff --git a/docs/package.json b/docs/package.json index 0b34bf2a..cbda0f76 100644 --- a/docs/package.json +++ b/docs/package.json @@ -21,7 +21,7 @@ "@privy-io/react-auth": "^2.6.2", "@privy-io/wagmi": "^1.0.3", "@rainbow-me/rainbowkit": "^2.0.0", - "@tanstack/react-query": "^5.67.3", + "@tanstack/react-query": "^5.90.5", "@walletconnect/ethereum-provider": "^2.19.0" } }