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
This commit is contained in:
Xianny
2019-02-05 18:58:30 +08:00
committed by GitHub
parent b2f35057a5
commit 703aa38a17
39 changed files with 198 additions and 390 deletions

View File

@@ -49,14 +49,14 @@
"@types/node": "*",
"abortcontroller-polyfill": "^1.1.9",
"bignumber.js": "~8.0.2",
"chalk": "^2.4.1",
"chalk": "^2.3.0",
"detect-node": "2.0.3",
"ethereum-types": "^1.1.6",
"ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4",
"isomorphic-fetch": "^2.2.1",
"isomorphic-fetch": "2.2.1",
"js-sha3": "^0.7.0",
"lodash": "^4.17.5"
"lodash": "^4.17.11"
},
"publishConfig": {
"access": "public"