Skip to content

Commit b23a6a0

Browse files
chore(deps): bump web3 packages to 1.10.4 (#12302)
* chore(deps): bump web3 packages to 1.10.4 * chore: no emoji --------- Co-authored-by: guanbinrui <[email protected]>
1 parent 5dc4536 commit b23a6a0

File tree

15 files changed

+391
-376
lines changed

15 files changed

+391
-376
lines changed

packages/mask/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"@masknet/plugin-savings": "workspace:^",
6262
"@masknet/plugin-scam-warning": "workspace:^",
6363
"@masknet/plugin-scamsniffer": "workspace:^",
64-
"@masknet/plugin-smart-pay": "workspace:^",
6564
"@masknet/plugin-snapshot": "workspace:^",
6665
"@masknet/plugin-switch-logo": "workspace:^",
6766
"@masknet/plugin-tips": "workspace:^",
@@ -133,8 +132,8 @@
133132
"urlcat": "^3.1.0",
134133
"use-subscription": "^1.8.0",
135134
"wallet.ts": "^1.0.1",
136-
"web3-core-helpers": "1.10.2",
137-
"web3-utils": "1.10.2",
135+
"web3-core-helpers": "1.10.4",
136+
"web3-utils": "1.10.4",
138137
"webextension-polyfill": "^0.12.0",
139138
"zlib-browserify": "^0.0.3",
140139
"zod": "^3.24.2"

packages/plugins/ArtBlocks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"bignumber.js": "9.1.2",
3333
"react-use": "^17.5.0",
3434
"urlcat": "^3.1.0",
35-
"web3-utils": "1.10.2"
35+
"web3-utils": "1.10.4"
3636
}
37-
}
37+
}

packages/plugins/Claim/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"date-fns": "^3.6.0",
3232
"merkletreejs": "^0.3.11",
3333
"react-use": "^17.5.0",
34-
"web3-utils": "1.10.2"
34+
"web3-utils": "1.10.4"
3535
}
36-
}
36+
}

packages/plugins/Collectible/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"bignumber.js": "9.1.2",
3535
"date-fns": "^3.6.0",
3636
"use-subscription": "^1.8.0",
37-
"web3-utils": "1.10.2"
37+
"web3-utils": "1.10.4"
3838
}
39-
}
39+
}

packages/plugins/RedPacket/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"tweetnacl": "^1.0.3",
4747
"urlcat": "^3.1.0",
4848
"web3-core": "1.10.4",
49-
"web3-utils": "1.10.2"
49+
"web3-utils": "1.10.4"
5050
}
51-
}
51+
}

packages/plugins/Savings/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@masknet/web3-shared-evm": "workspace:^",
3030
"bignumber.js": "9.1.2",
3131
"react-use": "^17.5.0",
32-
"web3-utils": "1.10.2",
32+
"web3-utils": "1.10.4",
3333
"date-fns": "^3.6.0"
3434
}
35-
}
35+
}

packages/plugins/Tips/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"@types/use-subscription": "^1.0.2",
3232
"react-use": "^17.5.0",
3333
"use-subscription": "^1.8.0",
34-
"web3-utils": "1.10.2"
34+
"web3-utils": "1.10.4"
3535
}
36-
}
36+
}

packages/shared/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"rehype-raw": "^7.0.0",
5555
"remark-gfm": "^4.0.0",
5656
"use-subscription": "^1.8.0",
57-
"web3-core-helpers": "1.10.2",
58-
"web3-utils": "1.10.2",
57+
"web3-core-helpers": "1.10.4",
58+
"web3-utils": "1.10.4",
5959
"zod": "^3.24.2"
6060
},
6161
"peerDependencies": {
@@ -66,4 +66,4 @@
6666
"@types/react-avatar-editor": "^13.0.2",
6767
"@types/use-subscription": "^1.0.2"
6868
}
69-
}
69+
}

packages/web3-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@typechain/web3-v1": "^6.0.7",
1111
"web3-core": "1.10.4",
12-
"web3-eth-contract": "1.10.2"
12+
"web3-eth-contract": "1.10.4"
1313
},
1414
"devDependencies": {
1515
"bn.js": "^4.12.0"

packages/web3-hooks/evm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@masknet/web3-shared-evm": "workspace:^",
2222
"bignumber.js": "9.1.2",
2323
"react-use": "^17.5.0",
24-
"web3-utils": "1.10.2"
24+
"web3-utils": "1.10.4"
2525
}
2626
}

0 commit comments

Comments
 (0)