Skip to content

Commit 1207ec4

Browse files
chore(deps): bump ethers from 5.7.2 to 6.13.5 in the ethers group
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-version: 6.13.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ethers ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7f67382 commit 1207ec4

File tree

6 files changed

+71
-158
lines changed

6 files changed

+71
-158
lines changed

examples/ethers-v5/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@ant-design/web3-common": "workspace:*",
1717
"@ant-design/web3-ethers-v5": "workspace:*",
1818
"antd": "^5.22.7",
19-
"ethers": "^5.7.2",
19+
"ethers": "^6.13.5",
2020
"umi": "^4.4.2"
2121
},
2222
"devDependencies": {

examples/ethers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@ant-design/web3-common": "workspace:*",
1717
"@ant-design/web3-ethers": "workspace:*",
1818
"antd": "^5.22.7",
19-
"ethers": "^6.11.1",
19+
"ethers": "^6.13.5",
2020
"umi": "^4.4.2"
2121
},
2222
"devDependencies": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"decimal.js": "^10.4.3",
136136
"dumi": "^2.4.20",
137137
"dumi-theme-antd-web3": "0.4.3",
138-
"ethers": "^6.13.4",
138+
"ethers": "^6.13.5",
139139
"github-contributors-lists": "^1.0.3",
140140
"react": "18.3.1",
141141
"react-copy-to-clipboard": "^5.1.0",

packages/ethers-v5/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
},
6363
"devDependencies": {
6464
"@types/debug": "^4.1.12",
65-
"ethers": "^5.7.2",
65+
"ethers": "^6.13.5",
6666
"father": "^4.4.4",
6767
"typescript": "^5.6.2"
6868
},
6969
"peerDependencies": {
70-
"ethers": "^5.7.2"
70+
"ethers": "^6.13.5"
7171
},
7272
"publishConfig": {
7373
"registry": "https://registry.npmjs.org",

packages/ethers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
},
7272
"devDependencies": {
7373
"@types/debug": "^4.1.12",
74-
"ethers": "^6.11.1",
74+
"ethers": "^6.13.5",
7575
"father": "^4.4.4",
7676
"typescript": "^5.6.2"
7777
},
7878
"peerDependencies": {
79-
"ethers": "^6.11.1"
79+
"ethers": "^6.13.5"
8080
},
8181
"publishConfig": {
8282
"registry": "https://registry.npmjs.org",

0 commit comments

Comments
 (0)