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 16, 2024
1 parent 9a51638 commit e1c0f59
Show file tree
Hide file tree
Showing 11 changed files with 127 additions and 365 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.21.4",
"wagmi": "2.12.9",
"viem": "2.21.7",
"wagmi": "2.12.12",
"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 @@ -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.11",
"@wagmi/core": "2.13.5",
"@walletconnect/ethereum-provider": "2.16.1",
"@walletconnect/utils": "2.16.1",
"@web3modal/base": "workspace:*",
Expand All @@ -73,8 +73,8 @@
"react-icons": "4.12.0",
"rpc-websockets": "7.11.0",
"valtio": "1.11.2",
"viem": "2.21.4",
"wagmi": "2.12.9",
"viem": "2.21.7",
"wagmi": "2.12.12",
"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.11",
"@wagmi/core": "2.13.5",
"@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.21.4",
"wagmi": "2.12.9"
"viem": "2.21.7",
"wagmi": "2.12.12"
},
"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.21.4",
"viem": "2.21.7",
"vite": "5.2.11",
"wagmi": "2.12.9"
"wagmi": "2.12.12"
},
"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.11",
"@wagmi/core": "2.13.5",
"@web3modal/wagmi": "workspace:*",
"vue": "3.4.3"
},
Expand Down
8 changes: 4 additions & 4 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.11",
"@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 @@ -122,10 +122,10 @@
"ethers5": "npm:[email protected]",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "2.21.4",
"viem": "2.21.7",
"vitest": "2.0.3",
"vue": "3.4.3",
"wagmi": "2.12.9"
"wagmi": "2.12.12"
},
"keywords": [
"web3",
Expand Down
8 changes: 4 additions & 4 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",
"viem": "2.21.4",
"@wagmi/connectors": "5.1.11",
"@wagmi/core": "2.13.5",
"viem": "2.21.7",
"vite": "5.2.11",
"wagmi": "2.12.9"
"wagmi": "2.12.12"
}
}
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.21.4"
"viem": "2.21.7"
},
"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 @@ -62,13 +62,13 @@
"@web3modal/siwe": "workspace:*"
},
"devDependencies": {
"@wagmi/connectors": "5.1.9",
"@wagmi/core": "2.13.4",
"@wagmi/connectors": "5.1.11",
"@wagmi/core": "2.13.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "2.21.4",
"viem": "2.21.7",
"vue": "3.4.3",
"wagmi": "2.12.9",
"wagmi": "2.12.12",
"vitest": "2.0.3"
},
"peerDependencies": {
Expand Down
438 changes: 100 additions & 338 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit e1c0f59

Please sign in to comment.