diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-07-05 21:59:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-05 21:59:12 +0800 |
commit | 22cf7bee5b089384d43e6df0101699491c17847f (patch) | |
tree | 15cbda739d8a319ba8b3d71227406bdbb32b4bfb /yarn.lock | |
parent | 1ee2d6ed54b6159d1e8952692f4ddba0ebd65012 (diff) | |
parent | ef890aeac45cc8f3078a87dc1668317158e462fd (diff) | |
download | dexon-0x-contracts-22cf7bee5b089384d43e6df0101699491c17847f.tar.gz dexon-0x-contracts-22cf7bee5b089384d43e6df0101699491c17847f.tar.zst dexon-0x-contracts-22cf7bee5b089384d43e6df0101699491c17847f.zip |
Merge pull request #814 from 0xProject/feature/fill-scenarios-v2
@0xproject/contract-wrappers V2 refactor. Part 2
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -4202,6 +4202,14 @@ ethereumjs-block@~1.2.2: ethereumjs-util "^4.0.1" merkle-patricia-tree "^2.1.2" +ethereumjs-blockstream@2.0.7: + version "2.0.7" + resolved "https://registry.yarnpkg.com/ethereumjs-blockstream/-/ethereumjs-blockstream-2.0.7.tgz#8e791d18d517f13e0ba928892dda545dc930936b" + dependencies: + immutable "3.8.1" + source-map-support "0.4.14" + uuid "3.0.1" + ethereumjs-blockstream@5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/ethereumjs-blockstream/-/ethereumjs-blockstream-5.0.0.tgz#63bfe9185757329a32822d5815562eb1dcd75d71" @@ -5893,6 +5901,10 @@ immediate@^3.2.3: version "3.2.3" resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.2.3.tgz#d140fa8f614659bd6541233097ddaac25cdd991c" +immutable@3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.1.tgz#200807f11ab0f72710ea485542de088075f68cd2" + immutable@3.8.2: version "3.8.2" resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3" @@ -10854,6 +10866,12 @@ source-map-resolve@^0.5.0: source-map-url "^0.4.0" urix "^0.1.0" +source-map-support@0.4.14: + version "0.4.14" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.14.tgz#9d4463772598b86271b4f523f6c1f4e02a7d6aef" + dependencies: + source-map "^0.5.6" + source-map-support@0.5.6, source-map-support@^0.5.6: version "0.5.6" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.6.tgz#4435cee46b1aab62b8e8610ce60f788091c51c13" |