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.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json
index 3ded87c05..c45581e45 100644
--- a/packages/dev-utils/package.json
+++ b/packages/dev-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/dev-utils",
- "version": "1.0.8",
+ "version": "1.0.9",
"engines": {
"node": ">=6.12"
},
@@ -42,11 +42,11 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0xproject/subproviders": "^2.0.3",
- "@0xproject/types": "^1.0.2",
+ "@0xproject/subproviders": "^2.0.4",
+ "@0xproject/types": "^1.1.0",
"@0xproject/typescript-typings": "^2.0.1",
- "@0xproject/utils": "^1.0.9",
- "@0xproject/web3-wrapper": "^2.0.3",
+ "@0xproject/utils": "^1.0.10",
+ "@0xproject/web3-wrapper": "^3.0.0",
"ethereum-types": "^1.0.7",
"lodash": "^4.17.5"
},