aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/migrations/package.json')
-rw-r--r--packages/migrations/package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/packages/migrations/package.json b/packages/migrations/package.json
index 0ce56e232..2447de51a 100644
--- a/packages/migrations/package.json
+++ b/packages/migrations/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/migrations",
- "version": "1.0.6",
+ "version": "1.0.7",
"engines": {
"node": ">=6.12"
},
@@ -30,10 +30,10 @@
},
"license": "Apache-2.0",
"devDependencies": {
- "@0xproject/abi-gen": "^1.0.7",
- "@0xproject/dev-utils": "^1.0.6",
- "@0xproject/tslint-config": "^1.0.6",
- "@0xproject/types": "^1.0.1-rc.6",
+ "@0xproject/abi-gen": "^1.0.8",
+ "@0xproject/dev-utils": "^1.0.7",
+ "@0xproject/tslint-config": "^1.0.7",
+ "@0xproject/types": "^1.0.1",
"@types/yargs": "^10.0.0",
"copyfiles": "^2.0.0",
"make-promises-safe": "^1.1.0",
@@ -44,15 +44,15 @@
"yargs": "^10.0.3"
},
"dependencies": {
- "@0xproject/base-contract": "^2.0.1",
- "@0xproject/order-utils": "^1.0.1-rc.6",
- "@0xproject/sol-compiler": "^1.1.1",
- "@0xproject/subproviders": "^2.0.1",
- "@0xproject/typescript-typings": "^1.0.5",
- "@0xproject/utils": "^1.0.7",
- "@0xproject/web3-wrapper": "^2.0.1",
+ "@0xproject/base-contract": "^2.0.2",
+ "@0xproject/order-utils": "^1.0.1",
+ "@0xproject/sol-compiler": "^1.1.2",
+ "@0xproject/subproviders": "^2.0.2",
+ "@0xproject/typescript-typings": "^2.0.0",
+ "@0xproject/utils": "^1.0.8",
+ "@0xproject/web3-wrapper": "^2.0.2",
"@ledgerhq/hw-app-eth": "^4.3.0",
- "ethereum-types": "^1.0.5",
+ "ethereum-types": "^1.0.6",
"ethers": "3.0.22",
"lodash": "^4.17.5"
},