Skip to content

Commit

Permalink
chore(deps): update dependency ethers to v6.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent d4eb59e commit b709eae
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/laboratory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@web3modal/wagmi": "workspace:*",
"@web3modal/wallet": "workspace:*",
"bs58": "6.0.0",
"ethers": "6.13.0",
"ethers": "6.13.2",
"framer-motion": "10.17.9",
"next": "14.2.3",
"next-auth": "4.24.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"valtio": "1.11.2"
},
"devDependencies": {
"ethers": "5.7.2",
"ethers": "6.13.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"vue": "3.4.3"
},
"peerDependencies": {
"ethers": ">=4.1.0 <6.0.0",
"ethers": ">=4.1.0 <7.0.0",
"react": ">=17",
"react-dom": ">=17",
"vue": ">=3"
Expand Down
25 changes: 21 additions & 4 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 b709eae

Please sign in to comment.