Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Bump web3 from 1.2.4 to 1.2.6 (#82)
Browse files Browse the repository at this point in the history
* Bump web3 from 1.2.4 to 1.2.6

Bumps [web3](https://github.com/ethereum/web3.js) from 1.2.4 to 1.2.6.
- [Release notes](https://github.com/ethereum/web3.js/releases)
- [Changelog](https://github.com/ethereum/web3.js/blob/1.x/CHANGELOG.md)
- [Commits](web3/web3.js@v1.2.4...v1.2.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Added bignumber.js to dependencies
  • Loading branch information
dependabot-preview[bot] committed Feb 12, 2020
1 parent 27f7297 commit bbdec62
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 165 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"web3": "^1.2.4"
},
"dependencies": {
"@gnosis.pm/dex-contracts": "^0.2.0"
"@gnosis.pm/dex-contracts": "^0.2.0",
"bignumber.js": "^9.0.0"
},
"devDependencies": {
"@types/bignumber.js": "^5.0.0",
Expand Down

0 comments on commit bbdec62

Please sign in to comment.