Skip to content

Commit

Permalink
Merge branch 'fix/4.2.0-bug-fixes' into fix/swap-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir authored May 10, 2024
2 parents cfeeb4a + b228066 commit 1cdbc57
Show file tree
Hide file tree
Showing 17 changed files with 1,204 additions and 2,258 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.7.19",
"wagmi": "2.5.19",
"viem": "2.10.3",
"wagmi": "2.8.5",
"zustand": "4.5.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"react-icons": "4.12.0",
"@walletconnect/utils": "2.12.0",
"valtio": "1.11.2",
"viem": "2.9.3",
"wagmi": "2.5.19"
"viem": "2.10.3",
"wagmi": "2.8.5"
},
"devDependencies": {
"@aws-sdk/client-cloudwatch": "3.509.0",
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:examples": "vite build"
},
"dependencies": {
"@wagmi/connectors": "4.1.25",
"@wagmi/core": "2.6.16",
"@wagmi/connectors": "4.3.7",
"@wagmi/core": "2.9.5",
"@web3modal/wagmi": "4.1.12-910a844.0",
"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.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "2.7.13",
"wagmi": "2.5.19"
"viem": "2.10.3",
"wagmi": "2.8.5"
},
"devDependencies": {
"@types/node": "20.11.5",
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,8 +12,8 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"vite": "5.0.12",
"viem": "2.7.13",
"wagmi": "2.5.19"
"viem": "2.10.3",
"wagmi": "2.8.5"
},
"devDependencies": {
"@vitejs/plugin-react": "4.2.1",
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:examples": "vite build"
},
"dependencies": {
"@wagmi/connectors": "4.1.25",
"@wagmi/core": "2.6.16",
"@wagmi/connectors": "4.3.7",
"@wagmi/core": "2.9.5",
"@web3modal/wagmi": "4.1.12-910a844.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 1cdbc57

Please sign in to comment.