diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-12-12 22:30:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-12 22:30:04 +0800 |
commit | cb7188d47390719b74d7e09c938068a9f201c1b0 (patch) | |
tree | 1b67b0b849550bea8b5ad20fe4d7a383ec49163d /yarn.lock | |
parent | 02f22d91555ea05fc52d342e9c91cd9477321da1 (diff) | |
parent | d778378b37b0cbd77ecdf8d1cafc7720682064ec (diff) | |
download | dexon-sol-tools-cb7188d47390719b74d7e09c938068a9f201c1b0.tar dexon-sol-tools-cb7188d47390719b74d7e09c938068a9f201c1b0.tar.gz dexon-sol-tools-cb7188d47390719b74d7e09c938068a9f201c1b0.tar.bz2 dexon-sol-tools-cb7188d47390719b74d7e09c938068a9f201c1b0.tar.lz dexon-sol-tools-cb7188d47390719b74d7e09c938068a9f201c1b0.tar.xz dexon-sol-tools-cb7188d47390719b74d7e09c938068a9f201c1b0.tar.zst dexon-sol-tools-cb7188d47390719b74d7e09c938068a9f201c1b0.zip |
Merge pull request #257 from 0xProject/fix/ethereum-address
Remove ethereum-address dependency and add this logic to the repo
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -27,6 +27,16 @@ uuid "^3.1.0" web3 "^0.20.0" +"@0xproject/assert@^0.0.6": + version "0.0.6" + resolved "https://registry.yarnpkg.com/@0xproject/assert/-/assert-0.0.6.tgz#773616620314f40ace11a9c4c65cc95398d2c178" + dependencies: + "@0xproject/json-schemas" "^0.6.9" + bignumber.js "~4.1.0" + ethereum-address "^0.0.4" + lodash "^4.17.4" + valid-url "^1.0.9" + "@types/accounting@^0.4.1": version "0.4.1" resolved "https://registry.yarnpkg.com/@types/accounting/-/accounting-0.4.1.tgz#865d9f5694fd7c438fba34eb4bc82eec6f34cdd5" @@ -4518,6 +4528,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" |