fix: use latest versions of @0xproject packages

This commit is contained in:
F. Eugene Aumson
2018-09-26 09:22:06 -04:00
parent 75826fd559
commit 2bdaa58d71

View File

@@ -24,9 +24,9 @@
"author": "F. Eugene Aumson",
"license": "Apache-2.0",
"dependencies": {
"@0xproject/sol-compiler": "^1.1.4",
"@0xproject/types": "^1.1.0",
"@0xproject/utils": "^1.0.10",
"@0xproject/sol-compiler": "^1.1.5",
"@0xproject/types": "^1.1.1",
"@0xproject/utils": "^1.0.11",
"ethereum-types": "^1.0.4",
"lodash": "^4.17.10",
"yargs": "^12.0.2"