Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Manually update web3 dependency version to 1.3.6-rc.2
  • Loading branch information
spacesailor24 committed May 13, 2021
commit 5cb3f742e795532c0345fbf8882a2c04b1f4f712
24 changes: 12 additions & 12 deletions packages/web3-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"main": "lib/index.js",
"dependencies": {
"underscore": "1.12.1",
"web3-core": "1.3.5",
"web3-core-helpers": "1.3.5",
"web3-core-method": "1.3.5",
"web3-core-subscriptions": "1.3.5",
"web3-eth-abi": "1.3.5",
"web3-eth-accounts": "1.3.5",
"web3-eth-contract": "1.3.5",
"web3-eth-ens": "1.3.5",
"web3-eth-iban": "1.3.5",
"web3-eth-personal": "1.3.5",
"web3-net": "1.3.5",
"web3-utils": "1.3.5"
"web3-core": "1.3.6-rc.2",
"web3-core-helpers": "1.3.6-rc.2",
"web3-core-method": "1.3.6-rc.2",
"web3-core-subscriptions": "1.3.6-rc.2",
"web3-eth-abi": "1.3.6-rc.2",
"web3-eth-accounts": "1.3.6-rc.2",
"web3-eth-contract": "1.3.6-rc.2",
"web3-eth-ens": "1.3.6-rc.2",
"web3-eth-iban": "1.3.6-rc.2",
"web3-eth-personal": "1.3.6-rc.2",
"web3-net": "1.3.6-rc.2",
"web3-utils": "1.3.6-rc.2"
},
"devDependencies": {
"dtslint": "^3.4.1",
Expand Down