diff options
Diffstat (limited to 'packages/dev-utils/package.json')
-rw-r--r-- | packages/dev-utils/package.json | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 1808e23e4..3267f98d9 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/dev-utils", - "version": "0.4.5", + "version": "0.4.6", "engines": { "node": ">=6.12" }, @@ -41,18 +41,17 @@ "npm-run-all": "^4.1.2", "nyc": "^11.0.1", "shx": "^0.2.2", - "tslint": "5.8.0", + "tslint": "5.11.0", "typescript": "2.7.1" }, "dependencies": { - "@0xproject/subproviders": "^0.10.5", + "@0xproject/subproviders": "^0.10.6", "@0xproject/types": "^0.8.2", - "@0xproject/utils": "^0.7.2", + "@0xproject/utils": "^0.7.3", "ethereum-types": "^0.0.2", - "@0xproject/typescript-typings": "^0.4.2", - "@0xproject/web3-wrapper": "^0.7.2", - "lodash": "^4.17.4", - "web3-provider-engine": "14.0.6" + "@0xproject/typescript-typings": "^0.4.3", + "@0xproject/web3-wrapper": "^0.7.3", + "lodash": "^4.17.4" }, "publishConfig": { "access": "public" |