Skip to content

Commit

Permalink
chore(deps): update dependency ethers to v6.13.2 (#2434)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent c1586f7 commit 0179072
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion apps/laboratory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@web3modal/wallet": "workspace:*",
"axios": "1.7.2",
"bs58": "6.0.0",
"ethers": "6.13.0",
"ethers": "6.13.2",
"ethers5": "npm:ethers@5.7.2",
"framer-motion": "10.17.9",
"next": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/html-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@web3modal/ethers": "workspace:*",
"ethers": "6.13.0"
"ethers": "6.13.2"
},
"devDependencies": {
"vite": "5.2.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@web3modal/ethers": "workspace:*",
"ethers": "6.9.0",
"ethers": "6.13.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"@walletconnect/ethereum-provider": "2.16.1",
"@walletconnect/types": "2.13.3",
"@walletconnect/universal-provider": "2.16.1",
"ethers": "6.13.0",
"ethers": "6.13.2",
"ethers5": "npm:ethers@5.7.2",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
27 changes: 14 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0179072

Please sign in to comment.