diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-12-08 18:58:33 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-12-11 19:21:44 +0800 |
commit | f1e7ea118b0c8c9a9a013b09d0e63bdd3694b21a (patch) | |
tree | 4816997b033912fd517a77dc2149bf0efac395a3 /yarn.lock | |
parent | a6f97181310c9acba176b2a28ffba1ca7d53727d (diff) | |
download | dexon-sol-tools-f1e7ea118b0c8c9a9a013b09d0e63bdd3694b21a.tar dexon-sol-tools-f1e7ea118b0c8c9a9a013b09d0e63bdd3694b21a.tar.gz dexon-sol-tools-f1e7ea118b0c8c9a9a013b09d0e63bdd3694b21a.tar.bz2 dexon-sol-tools-f1e7ea118b0c8c9a9a013b09d0e63bdd3694b21a.tar.lz dexon-sol-tools-f1e7ea118b0c8c9a9a013b09d0e63bdd3694b21a.tar.xz dexon-sol-tools-f1e7ea118b0c8c9a9a013b09d0e63bdd3694b21a.tar.zst dexon-sol-tools-f1e7ea118b0c8c9a9a013b09d0e63bdd3694b21a.zip |
Remove ethereum-address dependency and add this logic to the repo
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1281,6 +1281,10 @@ bignumber.js@^4.0.2, bignumber.js@^4.1.0, bignumber.js@~4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-4.1.0.tgz#db6f14067c140bd46624815a7916c92d9b6c24b1" +bignumber.js@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-5.0.0.tgz#fbce63f09776b3000a83185badcde525daf34833" + "bignumber.js@git+https://github.com/debris/bignumber.js#master": version "2.0.7" resolved "git+https://github.com/debris/bignumber.js#c7a38de919ed75e6fb6ba38051986e294b328df9" @@ -4538,6 +4542,10 @@ js-sha3@^0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.6.1.tgz#5b89f77a7477679877f58c4a075240934b1f95c0" +js-sha3@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.7.0.tgz#0a5c57b36f79882573b2d84051f8bb85dd1bd63a" + js-tokens@^3.0.0, js-tokens@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" @@ -5625,7 +5633,7 @@ normalize-url@^1.4.0: query-string "^4.1.0" sort-keys "^1.0.0" -npm-run-all@^4.1.2: +npm-run-all@^4.1.1, npm-run-all@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.2.tgz#90d62d078792d20669139e718621186656cea056" dependencies: |