diff options
Diffstat (limited to 'packages/migrations/package.json')
| -rw-r--r-- | packages/migrations/package.json | 34 | 
1 files changed, 17 insertions, 17 deletions
| diff --git a/packages/migrations/package.json b/packages/migrations/package.json index ac4d7e965..aff775239 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -1,6 +1,6 @@  {      "name": "@0xproject/migrations", -    "version": "1.0.0", +    "version": "1.0.1",      "engines": {          "node": ">=6.12"      }, @@ -38,30 +38,30 @@      },      "license": "Apache-2.0",      "devDependencies": { -        "@0xproject/abi-gen": "^1.0.0", -        "@0xproject/monorepo-scripts": "^1.0.0", -        "@0xproject/dev-utils": "^1.0.0", -        "@0xproject/tslint-config": "^1.0.0", -        "@0xproject/types": "^1.0.0-rc.1", +        "@0xproject/abi-gen": "^1.0.1", +        "@0xproject/dev-utils": "^1.0.1", +        "@0xproject/monorepo-scripts": "^1.0.1", +        "@0xproject/tslint-config": "^1.0.1", +        "@0xproject/types": "^1.0.0",          "@types/yargs": "^10.0.0",          "copyfiles": "^1.2.0", -        "yargs": "^10.0.3",          "make-promises-safe": "^1.1.0",          "npm-run-all": "^4.1.2",          "shx": "^0.2.2",          "tslint": "5.11.0", -        "typescript": "2.7.1" +        "typescript": "2.7.1", +        "yargs": "^10.0.3"      },      "dependencies": { -        "@0xproject/base-contract": "^1.0.0", -        "@0xproject/order-utils": "^1.0.0-rc.1", -        "@0xproject/sol-compiler": "^1.0.0", -        "@0xproject/subproviders": "^1.0.0", -        "@0xproject/typescript-typings": "^1.0.0", -        "@0xproject/utils": "^1.0.0", -        "@0xproject/web3-wrapper": "^1.0.0", +        "@0xproject/base-contract": "^1.0.1", +        "@0xproject/order-utils": "^1.0.0", +        "@0xproject/sol-compiler": "^1.0.1", +        "@0xproject/subproviders": "^1.0.1", +        "@0xproject/typescript-typings": "^1.0.1", +        "@0xproject/utils": "^1.0.1", +        "@0xproject/web3-wrapper": "^1.0.1",          "@ledgerhq/hw-app-eth": "^4.3.0", -        "ethereum-types": "^1.0.0", +        "ethereum-types": "^1.0.1",          "ethers": "3.0.22",          "lodash": "^4.17.4"      }, @@ -71,4 +71,4 @@      "publishConfig": {          "access": "public"      } -}
\ No newline at end of file +} | 
