diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-12-12 22:27:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-12 22:27:35 +0800 |
commit | 02f22d91555ea05fc52d342e9c91cd9477321da1 (patch) | |
tree | dac418d8936de790ca92b4c0fdbf5de6512fba91 /yarn.lock | |
parent | 1339aadf4e495817f5172498c76da3399c8ac806 (diff) | |
parent | 707b98849ccce8e56041d386eb18101bf326d270 (diff) | |
download | dexon-sol-tools-02f22d91555ea05fc52d342e9c91cd9477321da1.tar dexon-sol-tools-02f22d91555ea05fc52d342e9c91cd9477321da1.tar.gz dexon-sol-tools-02f22d91555ea05fc52d342e9c91cd9477321da1.tar.bz2 dexon-sol-tools-02f22d91555ea05fc52d342e9c91cd9477321da1.tar.lz dexon-sol-tools-02f22d91555ea05fc52d342e9c91cd9477321da1.tar.xz dexon-sol-tools-02f22d91555ea05fc52d342e9c91cd9477321da1.tar.zst dexon-sol-tools-02f22d91555ea05fc52d342e9c91cd9477321da1.zip |
Merge pull request #262 from 0xProject/fix/portal-bug
Fix portal subscriptions bug
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 22 |
1 files changed, 1 insertions, 21 deletions
@@ -9,26 +9,6 @@ jsonschema "^1.2.0" lodash.values "^4.3.0" -"0x.js@0xproject/0x.js/packages/0x.js#0x.js@0.27.1": - version "0.27.1" - resolved "https://registry.yarnpkg.com/0x.js/-/0x.js-0.27.1.tgz#e0dff70e257efbb7f54dddb55dddf2dce0b971ab" - dependencies: - "@0xproject/assert" "^0.0.6" - "@0xproject/json-schemas" "^0.6.9" - bignumber.js "~4.1.0" - bintrees "^1.0.2" - bn.js "4.11.8" - compare-versions "^3.0.1" - es6-promisify "^5.0.0" - ethereumjs-abi "^0.6.4" - ethereumjs-blockstream "^2.0.6" - ethereumjs-util "^5.1.1" - find-versions "^2.0.0" - js-sha3 "^0.6.1" - lodash "^4.17.4" - uuid "^3.1.0" - web3 "^0.20.0" - "0x.js@^0.22.6": version "0.22.6" resolved "https://registry.yarnpkg.com/0x.js/-/0x.js-0.22.6.tgz#bc3ff79b6d71f8cf7fae3c78b2c776cfa79c193a" @@ -1355,7 +1335,7 @@ bn.js@4.11.7: version "4.11.7" resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.7.tgz#ddb048e50d9482790094c13eb3fcfc833ce7ab46" -bn.js@4.11.8, bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.10.0, bn.js@^4.11.3, bn.js@^4.11.6, bn.js@^4.11.7, bn.js@^4.11.8, bn.js@^4.4.0, bn.js@^4.8.0: +bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.10.0, bn.js@^4.11.3, bn.js@^4.11.6, bn.js@^4.11.7, bn.js@^4.11.8, bn.js@^4.4.0, bn.js@^4.8.0: version "4.11.8" resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f" |