Skip to content

Commit

Permalink
chore(deps): bump ethers from 5.7.2 to 6.13.4 in the ethers group
Browse files Browse the repository at this point in the history
Bumps the ethers group with 1 update: [ethers](https://github.com/ethers-io/ethers.js).


Updates `ethers` from 5.7.2 to 6.13.4
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v5.7.2...v6.13.4)

---
updated-dependencies:
- dependency-name: ethers
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ethers
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 08c5321 commit e606a30
Show file tree
Hide file tree
Showing 6 changed files with 2,840 additions and 1,493 deletions.
2 changes: 1 addition & 1 deletion examples/ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@ant-design/web3-common": "workspace:*",
"@ant-design/web3-ethers-v5": "workspace:*",
"antd": "^5.20.1",
"ethers": "^5.7.2",
"ethers": "^6.13.4",
"umi": "^4.1.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@ant-design/web3-common": "workspace:*",
"@ant-design/web3-ethers": "workspace:*",
"antd": "^5.20.1",
"ethers": "^6.11.1",
"ethers": "^6.13.4",
"umi": "^4.1.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"decimal.js": "^10.4.3",
"dumi": "^2.4.12",
"dumi-theme-antd-web3": "0.4.3",
"ethers": "^6.13.2",
"ethers": "^6.13.4",
"github-contributors-lists": "^1.0.3",
"react": "18.3.1",
"react-copy-to-clipboard": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"@types/debug": "^4.1.12",
"father": "^4.4.4",
"typescript": "^5.6.2",
"ethers": "^5.7.2"
"ethers": "^6.13.4"
},
"peerDependencies": {
"ethers": "^5.7.2"
"ethers": "^6.13.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"@types/debug": "^4.1.12",
"father": "^4.4.4",
"typescript": "^5.6.2",
"ethers": "^6.11.1"
"ethers": "^6.13.4"
},
"peerDependencies": {
"ethers": "^6.11.1"
"ethers": "^6.13.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
Loading

0 comments on commit e606a30

Please sign in to comment.