Skip to content

Commit

Permalink
chore(deps): bump ethers from 5.7.2 to 6.13.5 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.5
- [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.5)

---
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 Jan 13, 2025
1 parent 020bc56 commit 80d3299
Show file tree
Hide file tree
Showing 6 changed files with 415 additions and 377 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.22.7",
"ethers": "^5.7.2",
"ethers": "^6.13.5",
"umi": "^4.4.2"
},
"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.22.7",
"ethers": "^6.11.1",
"ethers": "^6.13.5",
"umi": "^4.4.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"decimal.js": "^10.4.3",
"dumi": "^2.4.13",
"dumi-theme-antd-web3": "0.4.3",
"ethers": "^6.13.4",
"ethers": "^6.13.5",
"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 @@ -62,12 +62,12 @@
},
"devDependencies": {
"@types/debug": "^4.1.12",
"ethers": "^5.7.2",
"ethers": "^6.13.5",
"father": "^4.4.4",
"typescript": "^5.6.2"
},
"peerDependencies": {
"ethers": "^5.7.2"
"ethers": "^6.13.5"
},
"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 @@ -71,12 +71,12 @@
},
"devDependencies": {
"@types/debug": "^4.1.12",
"ethers": "^6.11.1",
"ethers": "^6.13.5",
"father": "^4.4.4",
"typescript": "^5.6.2"
},
"peerDependencies": {
"ethers": "^6.11.1"
"ethers": "^6.13.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
Loading

0 comments on commit 80d3299

Please sign in to comment.