diff --git a/bun.lock b/bun.lock index f0926e3..7ea3b2f 100644 --- a/bun.lock +++ b/bun.lock @@ -30,7 +30,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.69.0", "@walletconnect/ethereum-provider": "^2.19.0", "react": "^19", "react-dom": "^19", @@ -60,14 +60,11 @@ "packages/seismic-react": { "name": "seismic-react", "version": "1.0.34", - "dependencies": { - "seismic-viem": "1.0.27", - }, "peerDependencies": { "@rainbow-me/rainbowkit": "^2.0.0", "react": "^18", "react-dom": "^18", - "seismic-viem": "*", + "seismic-viem": ">=1.0.34", "typescript": ">=5.0.4", "viem": "2.x", "wagmi": "^2.0.0", @@ -678,9 +675,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.69.0", "", {}, "sha512-Kn410jq6vs1P8Nm+ZsRj9H+U3C0kjuEkYLxbiCyn3MDEiYor1j2DGVULqAz62SLZtUZ/e9Xt6xMXiJ3NJ65WyQ=="], - "@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.69.0", "", { "dependencies": { "@tanstack/query-core": "5.69.0" }, "peerDependencies": { "react": "^18 || ^19" } }, "sha512-Ift3IUNQqTcaFa1AiIQ7WCb/PPy8aexZdq9pZWLXhfLcLxH0+PZqJ2xFImxCpdDZrFRZhLJrh76geevS5xjRhA=="], "@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 0b34bf2..c1ffe34 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.69.0", "@walletconnect/ethereum-provider": "^2.19.0" } }