aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-10-24 21:40:38 +0800
committerGitHub <noreply@github.com>2017-10-24 21:40:38 +0800
commit641d3b75eadf8f3330d60ca26b7edc06a871219c (patch)
treea2fa218dfd160986d39a2281a6748c325ebba2d1 /package.json
parentfab2fa9adfe95db0b6f203efb926d52b6c9e14d4 (diff)
downloaddexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar
dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.gz
dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.bz2
dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.lz
dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.xz
dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.zst
dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.zip
Revert "Reduce final bundle size by 11% (82kB)"
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json
index 159d8158a..4034b62eb 100644
--- a/package.json
+++ b/package.json
@@ -52,8 +52,7 @@
},
"devDependencies": {
"@types/jsonschema": "^1.1.1",
- "@types/lodash": "^4.14.77",
- "@types/lodash-es": "^4.14.7",
+ "@types/lodash": "^4.14.64",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.1",
"@types/sinon": "^2.2.2",
@@ -91,17 +90,17 @@
"webpack": "^3.1.0"
},
"dependencies": {
- "0x-json-schemas": "^0.6.5",
+ "0x-json-schemas": "^0.6.1",
"@types/bignumber.js": "^4.0.2",
"bignumber.js": "^4.0.2",
"compare-versions": "^3.0.1",
"es6-promisify": "^5.0.0",
"ethereumjs-abi": "^0.6.4",
- "ethereumjs-blockstream": "^2.0.7",
+ "ethereumjs-blockstream": "^2.0.6",
"ethereumjs-util": "^5.1.1",
"find-versions": "^2.0.0",
"js-sha3": "^0.6.1",
- "lodash-es": "^4.17.4",
+ "lodash": "^4.17.4",
"publish-release": "^1.3.3",
"uuid": "^3.1.0",
"web3": "^0.20.0"