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 Sep 10, 2024
1 parent 153e3bb commit c60d658
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 322 deletions.
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tailwind-merge": "2.2.1",
"vaul": "0.9.0",
"viem": "2.21.4",
"wagmi": "2.12.9",
"wagmi": "2.12.10",
"zustand": "4.5.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@solana/wallet-adapter-wallets": "0.19.32",
"@solana/web3.js": "1.95.2",
"@tanstack/react-query": "5.24.8",
"@wagmi/connectors": "5.1.9",
"@wagmi/core": "2.13.4",
"@wagmi/connectors": "5.1.10",
"@wagmi/core": "2.13.5",
"@walletconnect/ethereum-provider": "2.16.1",
"@walletconnect/utils": "2.16.1",
"@web3modal/base": "workspace:*",
Expand All @@ -74,7 +74,7 @@
"rpc-websockets": "7.11.0",
"valtio": "1.11.2",
"viem": "2.21.4",
"wagmi": "2.12.9",
"wagmi": "2.12.10",
"webauthn-p256": "0.0.2"
},
"devDependencies": {
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.9",
"@wagmi/core": "2.13.4",
"@wagmi/connectors": "5.1.10",
"@wagmi/core": "2.13.5",
"@web3modal/wagmi": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/next-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "2.21.4",
"wagmi": "2.12.9"
"wagmi": "2.12.10"
},
"devDependencies": {
"@types/react": "18.2.62",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "18.2.0",
"viem": "2.21.4",
"vite": "5.2.11",
"wagmi": "2.12.9"
"wagmi": "2.12.10"
},
"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.9",
"@wagmi/core": "2.13.4",
"@wagmi/connectors": "5.1.10",
"@wagmi/core": "2.13.5",
"@web3modal/wagmi": "workspace:*",
"vue": "3.4.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
"@types/react-dom": "18.2.0",
"@vitest/coverage-v8": "2.0.5",
"@vue/runtime-core": "3.4.3",
"@wagmi/connectors": "5.1.9",
"@wagmi/core": "2.13.4",
"@wagmi/connectors": "5.1.10",
"@wagmi/core": "2.13.5",
"@wallet-standard/app": "1.0.1",
"@wallet-standard/base": "1.0.1",
"@wallet-standard/features": "1.0.3",
Expand All @@ -125,7 +125,7 @@
"viem": "2.21.4",
"vitest": "2.0.3",
"vue": "3.4.3",
"wagmi": "2.12.9"
"wagmi": "2.12.10"
},
"keywords": [
"web3",
Expand Down
6 changes: 3 additions & 3 deletions packages/cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@web3modal/wagmi": "workspace:*",
"@web3modal/ethers": "workspace:*",
"@web3modal/ethers5": "workspace:*",
"@wagmi/connectors": "5.1.9",
"@wagmi/core": "2.13.4",
"@wagmi/connectors": "5.1.10",
"@wagmi/core": "2.13.5",
"viem": "2.21.4",
"vite": "5.2.11",
"wagmi": "2.12.9"
"wagmi": "2.12.10"
}
}
6 changes: 3 additions & 3 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
"@web3modal/siwe": "workspace:*"
},
"devDependencies": {
"@wagmi/connectors": "5.1.9",
"@wagmi/core": "2.13.4",
"@wagmi/connectors": "5.1.10",
"@wagmi/core": "2.13.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "2.21.4",
"vue": "3.4.3",
"wagmi": "2.12.9",
"wagmi": "2.12.10",
"vitest": "2.0.3"
},
"peerDependencies": {
Expand Down
368 changes: 65 additions & 303 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit c60d658

Please sign in to comment.