aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-utils/package.json')
-rw-r--r--packages/dev-utils/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json
index 0034583c7..0422794ff 100644
--- a/packages/dev-utils/package.json
+++ b/packages/dev-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/dev-utils",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "0x dev TS utils",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
@@ -40,11 +40,11 @@
"typescript": "2.7.1"
},
"dependencies": {
- "@0xproject/sol-cov": "^0.0.9",
- "@0xproject/subproviders": "^0.10.0",
- "@0xproject/types": "^0.6.2",
- "@0xproject/typescript-typings": "^0.3.0",
- "@0xproject/web3-wrapper": "^0.6.2",
+ "@0xproject/sol-cov": "^0.0.10",
+ "@0xproject/subproviders": "^0.10.1",
+ "@0xproject/types": "^0.6.3",
+ "@0xproject/typescript-typings": "^0.3.1",
+ "@0xproject/web3-wrapper": "^0.6.3",
"lodash": "^4.17.4",
"web3": "^0.20.0",
"web3-provider-engine": "^14.0.4"