aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-09-29 02:16:07 +0800
committerFabio Berger <me@fabioberger.com>2018-09-29 02:16:07 +0800
commitac14dd2b29b42ef4d2a46db9b70d4d30cf9bd40f (patch)
tree6f425fdffc6acece7dfe1400d696ca4bf19c3f0a /packages/migrations
parentc354129b6f4a8b9373655ecb29ffb4ae87f19c56 (diff)
downloaddexon-sol-tools-ac14dd2b29b42ef4d2a46db9b70d4d30cf9bd40f.tar
dexon-sol-tools-ac14dd2b29b42ef4d2a46db9b70d4d30cf9bd40f.tar.gz
dexon-sol-tools-ac14dd2b29b42ef4d2a46db9b70d4d30cf9bd40f.tar.bz2
dexon-sol-tools-ac14dd2b29b42ef4d2a46db9b70d4d30cf9bd40f.tar.lz
dexon-sol-tools-ac14dd2b29b42ef4d2a46db9b70d4d30cf9bd40f.tar.xz
dexon-sol-tools-ac14dd2b29b42ef4d2a46db9b70d4d30cf9bd40f.tar.zst
dexon-sol-tools-ac14dd2b29b42ef4d2a46db9b70d4d30cf9bd40f.zip
- 0x.js@1.0.7 - @0xproject/abi-gen@1.0.12 - @0xproject/assert@1.0.12 - @0xproject/asset-buyer@1.0.2 - @0xproject/base-contract@3.0.0 - @0xproject/connect@3.0.0 - @0xproject/contract-wrappers@2.0.1 - contracts@2.1.48 - @0xproject/dev-utils@1.0.11 - ethereum-types@1.0.9 - @0xproject/fill-scenarios@1.0.6 - @0xproject/json-schemas@1.0.5 - @0xproject/metacoin@0.0.22 - @0xproject/migrations@1.0.13 - @0xproject/monorepo-scripts@1.0.10 - @0xproject/order-utils@1.0.6 - @0xproject/order-watcher@2.1.0 - @0xproject/react-docs@1.0.12 - @0xproject/react-shared@1.0.13 - @0xproject/sol-compiler@1.1.6 - @0xproject/sol-cov@2.1.6 - @0xproject/sol-doc@1.0.1 - @0xproject/sol-resolver@1.0.12 - @0xproject/sra-report@1.0.12 - @0xproject/sra-spec@1.0.5 - @0xproject/subproviders@2.0.6 - @0xproject/testnet-faucets@1.0.50 - @0xproject/types@1.1.2 - @0xproject/typescript-typings@3.0.0 - @0xproject/utils@2.0.0 - @0xproject/web3-wrapper@3.0.2 - @0xproject/website@0.0.53
Diffstat (limited to 'packages/migrations')
-rw-r--r--packages/migrations/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/packages/migrations/package.json b/packages/migrations/package.json
index 50cd1a2d0..7374c5210 100644
--- a/packages/migrations/package.json
+++ b/packages/migrations/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/migrations",
- "version": "1.0.12",
+ "version": "1.0.13",
"engines": {
"node": ">=6.12"
},
@@ -30,10 +30,10 @@
},
"license": "Apache-2.0",
"devDependencies": {
- "@0xproject/abi-gen": "^1.0.11",
- "@0xproject/dev-utils": "^1.0.10",
+ "@0xproject/abi-gen": "^1.0.12",
+ "@0xproject/dev-utils": "^1.0.11",
"@0xproject/tslint-config": "^1.0.7",
- "@0xproject/types": "^1.1.1",
+ "@0xproject/types": "^1.1.2",
"@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.5",
- "@0xproject/order-utils": "^1.0.5",
- "@0xproject/sol-compiler": "^1.1.5",
- "@0xproject/subproviders": "^2.0.5",
- "@0xproject/typescript-typings": "^2.0.2",
- "@0xproject/utils": "^1.0.11",
- "@0xproject/web3-wrapper": "^3.0.1",
+ "@0xproject/base-contract": "^3.0.0",
+ "@0xproject/order-utils": "^1.0.6",
+ "@0xproject/sol-compiler": "^1.1.6",
+ "@0xproject/subproviders": "^2.0.6",
+ "@0xproject/typescript-typings": "^3.0.0",
+ "@0xproject/utils": "^2.0.0",
+ "@0xproject/web3-wrapper": "^3.0.2",
"@ledgerhq/hw-app-eth": "^4.3.0",
- "ethereum-types": "^1.0.8",
+ "ethereum-types": "^1.0.9",
"ethers": "4.0.0-beta.14",
"lodash": "^4.17.5"
},