diff options
Diffstat (limited to 'packages/abi-gen/package.json')
-rw-r--r-- | packages/abi-gen/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/abi-gen/package.json b/packages/abi-gen/package.json index fd239ca21..d6cd80978 100644 --- a/packages/abi-gen/package.json +++ b/packages/abi-gen/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/abi-gen", - "version": "1.0.12", + "version": "1.0.13", "engines": { "node": ">=6.12" }, @@ -31,10 +31,10 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md", "dependencies": { - "@0xproject/typescript-typings": "^3.0.0", - "@0xproject/utils": "^2.0.0", + "@0xproject/typescript-typings": "^3.0.2", + "@0xproject/utils": "^2.0.2", "chalk": "^2.3.0", - "ethereum-types": "^1.0.9", + "ethereum-types": "^1.0.11", "glob": "^7.1.2", "handlebars": "^4.0.11", "lodash": "^4.17.5", @@ -45,7 +45,7 @@ "yargs": "^10.0.3" }, "devDependencies": { - "@0xproject/tslint-config": "^1.0.7", + "@0xproject/tslint-config": "^1.0.8", "@types/glob": "5.0.35", "@types/handlebars": "^4.0.36", "@types/mkdirp": "^0.5.1", |