From 44162811bd57afb89e5d052a2d9db25007cc1463 Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Fri, 26 Jan 2018 09:40:42 -0800 Subject: Add order signing and dispensing ability to faucet --- yarn.lock | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index 4c66bf2cb..38bca8d81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9097,6 +9097,14 @@ types-bn@^0.0.1: dependencies: bn.js "4.11.7" +types-ethereumjs-util@0xProject/types-ethereumjs-util: + version "0.0.6" + resolved "https://codeload.github.com/0xProject/types-ethereumjs-util/tar.gz/0c5058e4f9d6585f7c7c1f88939546acb14323b8" + dependencies: + bn.js "^4.11.7" + buffer "^5.0.6" + rlp "^2.0.0" + types-ethereumjs-util@0xproject/types-ethereumjs-util: version "0.0.6" resolved "https://codeload.github.com/0xproject/types-ethereumjs-util/tar.gz/0c5058e4f9d6585f7c7c1f88939546acb14323b8" -- cgit v1.2.3 From 83d0bad3a1e6635dedb46fbd99ee1bec5246d4bf Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Mon, 5 Feb 2018 16:28:03 -0800 Subject: Addressed comments and update 0xProject/types-ethereumjs-util deps --- yarn.lock | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index 668fa4944..832856c62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9097,21 +9097,20 @@ types-bn@^0.0.1: dependencies: bn.js "4.11.7" -types-ethereumjs-util@0xProject/types-ethereumjs-util: - version "0.0.6" - resolved "https://codeload.github.com/0xProject/types-ethereumjs-util/tar.gz/0c5058e4f9d6585f7c7c1f88939546acb14323b8" +"types-bn@https://github.com/machinomy/types-bn.git": + version "0.0.1" + resolved "https://github.com/machinomy/types-bn.git#08ede69e138640d332b0dae0dc2e2fffee5f7160" dependencies: - bn.js "^4.11.7" - buffer "^5.0.6" - rlp "^2.0.0" + bn.js "4.11.7" -types-ethereumjs-util@0xproject/types-ethereumjs-util: - version "0.0.6" - resolved "https://codeload.github.com/0xproject/types-ethereumjs-util/tar.gz/0c5058e4f9d6585f7c7c1f88939546acb14323b8" +types-ethereumjs-util@0xProject/types-ethereumjs-util: + version "0.0.7" + resolved "https://codeload.github.com/0xProject/types-ethereumjs-util/tar.gz/72722fc605bfa7f87ec4a959956b387320479ffc" dependencies: bn.js "^4.11.7" buffer "^5.0.6" rlp "^2.0.0" + types-bn "https://github.com/machinomy/types-bn.git" typescript@2.4.1: version "2.4.1" -- cgit v1.2.3 From 7357a0a3243a08c9e9fe866f43de9ff38f79ddfd Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Tue, 6 Feb 2018 15:38:23 -0800 Subject: Update yarn.lock --- yarn.lock | 9 --------- 1 file changed, 9 deletions(-) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index 9dc647c77..832856c62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,15 +2,6 @@ # yarn lockfile v1 -"@0xproject/utils@^0.2.0": - version "0.2.4" - resolved "https://registry.yarnpkg.com/@0xproject/utils/-/utils-0.2.4.tgz#d84d0737f47730e5724a76797d30e716b587a0cf" - dependencies: - bignumber.js "~4.1.0" - js-sha3 "^0.7.0" - lodash "^4.17.4" - 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" -- cgit v1.2.3