From 703aa38a17dac2b1ff39cbee012956d36baa4e62 Mon Sep 17 00:00:00 2001 From: Xianny <8582774+xianny@users.noreply.github.com> Date: Tue, 5 Feb 2019 18:58:30 +0800 Subject: CI test for dependencies to have the same version (#1556) * add failing CI for dependencies with multiple versions * update dependencies * increase bundlewatch maxsize for 0x.js --- packages/asset-buyer/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/asset-buyer') diff --git a/packages/asset-buyer/package.json b/packages/asset-buyer/package.json index 0f79ac06a..05d28e3ee 100644 --- a/packages/asset-buyer/package.json +++ b/packages/asset-buyer/package.json @@ -47,11 +47,11 @@ "@0x/utils": "^3.0.1", "@0x/web3-wrapper": "^3.2.4", "ethereum-types": "^1.1.6", - "lodash": "^4.17.5" + "lodash": "^4.17.11" }, "devDependencies": { "@0x/tslint-config": "^2.0.2", - "@types/lodash": "^4.14.116", + "@types/lodash": "4.14.104", "@types/mocha": "^2.2.42", "@types/node": "*", "chai": "^4.0.1", -- cgit