Skip to content

Commit

Permalink
chore(deps): update wagmi
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent e768db8 commit 53490a4
Show file tree
Hide file tree
Showing 10 changed files with 607 additions and 177 deletions.
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"sonner": "1.4.3",
"tailwind-merge": "2.2.1",
"vaul": "0.9.0",
"viem": "2.17.8",
"wagmi": "2.12.2",
"viem": "2.19.4",
"wagmi": "2.12.5",
"zustand": "4.5.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@solana/wallet-adapter-wallets": "0.19.32",
"@solana/web3.js": "1.91.7",
"@tanstack/react-query": "5.24.8",
"@wagmi/connectors": "5.1.2",
"@wagmi/core": "2.13.1",
"@wagmi/connectors": "5.1.5",
"@wagmi/core": "2.13.4",
"@walletconnect/ethereum-provider": "2.14.0",
"@walletconnect/utils": "2.14.0",
"@web3modal/ethers": "workspace:*",
Expand All @@ -66,8 +66,8 @@
"react-icons": "4.12.0",
"rpc-websockets": "7.11.0",
"valtio": "1.11.2",
"viem": "2.17.8",
"wagmi": "2.12.2",
"viem": "2.19.4",
"wagmi": "2.12.5",
"webauthn-p256": "0.0.2",
"axios": "1.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/html-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "vite build"
},
"dependencies": {
"@wagmi/connectors": "5.1.2",
"@wagmi/core": "2.13.1",
"@wagmi/connectors": "5.1.5",
"@wagmi/core": "2.13.4",
"@web3modal/wagmi": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/next-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"next": "14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "2.17.8",
"wagmi": "2.12.2"
"viem": "2.19.4",
"wagmi": "2.12.5"
},
"devDependencies": {
"@types/react": "18.2.62",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@web3modal/wagmi": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "2.17.8",
"viem": "2.19.4",
"vite": "5.2.11",
"wagmi": "2.12.2"
"wagmi": "2.12.5"
},
"devDependencies": {
"@types/react": "18.2.62",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "vite build"
},
"dependencies": {
"@wagmi/connectors": "5.1.2",
"@wagmi/core": "2.13.1",
"@wagmi/connectors": "5.1.5",
"@wagmi/core": "2.13.4",
"@web3modal/wagmi": "workspace:*",
"vue": "3.4.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
}
},
"dependencies": {
"@wagmi/connectors": "5.1.2",
"@wagmi/core": "2.13.1",
"@wagmi/connectors": "5.1.5",
"@wagmi/core": "2.13.4",
"@web3modal/wagmi": "workspace:*",
"@web3modal/ethers": "workspace:*",
"viem": "2.17.8",
"viem": "2.19.4",
"vite": "5.2.11"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"vitest": "2.0.3",
"@vitest/coverage-v8": "2.0.5",
"viem": "2.16.2"
"viem": "2.19.4"
},
"keywords": [
"web3",
Expand Down
8 changes: 4 additions & 4 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"@web3modal/siwe": "workspace:*"
},
"devDependencies": {
"@wagmi/connectors": "5.1.2",
"@wagmi/core": "2.13.1",
"@wagmi/connectors": "5.1.5",
"@wagmi/core": "2.13.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "2.17.8",
"viem": "2.19.4",
"vue": "3.4.3",
"wagmi": "2.12.2"
"wagmi": "2.12.5"
},
"peerDependencies": {
"@wagmi/connectors": ">=4",
Expand Down
740 changes: 585 additions & 155 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 53490a4

Please sign in to comment.