aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/website/package.json2
-rw-r--r--yarn.lock20
2 files changed, 21 insertions, 1 deletions
diff --git a/packages/website/package.json b/packages/website/package.json
index eb6a5df35..9b0d8a807 100644
--- a/packages/website/package.json
+++ b/packages/website/package.json
@@ -18,7 +18,7 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
- "0x.js": "^0.27.1",
+ "0x.js": "0xproject/0x.js/packages/0x.js#0x.js@0.27.0",
"accounting": "^0.4.1",
"basscss": "^8.0.3",
"bignumber.js": "~4.1.0",
diff --git a/yarn.lock b/yarn.lock
index 22aed2ce3..0697b59af 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2,6 +2,26 @@
# yarn lockfile v1
+"0x.js@0xproject/0x.js/packages/0x.js#0x.js@0.27.0":
+ 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"
+
"@types/accounting@^0.4.1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@types/accounting/-/accounting-0.4.1.tgz#865d9f5694fd7c438fba34eb4bc82eec6f34cdd5"