aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-09-30 14:31:34 +0800
committerFabio Berger <me@fabioberger.com>2018-09-30 14:31:34 +0800
commitde7470d936ae800adb45752bc36c8325845c8896 (patch)
treed644c402f1f10794dd15aba7e4a9223b46b1832e /packages/migrations
parentb9eb2b3918b4b1a891c07a4ccb5eb40847ae90fc (diff)
parentac14dd2b29b42ef4d2a46db9b70d4d30cf9bd40f (diff)
downloaddexon-sol-tools-de7470d936ae800adb45752bc36c8325845c8896.tar
dexon-sol-tools-de7470d936ae800adb45752bc36c8325845c8896.tar.gz
dexon-sol-tools-de7470d936ae800adb45752bc36c8325845c8896.tar.bz2
dexon-sol-tools-de7470d936ae800adb45752bc36c8325845c8896.tar.lz
dexon-sol-tools-de7470d936ae800adb45752bc36c8325845c8896.tar.xz
dexon-sol-tools-de7470d936ae800adb45752bc36c8325845c8896.tar.zst
dexon-sol-tools-de7470d936ae800adb45752bc36c8325845c8896.zip
merge development
Diffstat (limited to 'packages/migrations')
-rw-r--r--packages/migrations/CHANGELOG.json9
-rw-r--r--packages/migrations/CHANGELOG.md4
-rw-r--r--packages/migrations/package.json26
3 files changed, 26 insertions, 13 deletions
diff --git a/packages/migrations/CHANGELOG.json b/packages/migrations/CHANGELOG.json
index 25b523e8f..34c0d44a3 100644
--- a/packages/migrations/CHANGELOG.json
+++ b/packages/migrations/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "timestamp": 1538157789,
+ "version": "1.0.13",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"timestamp": 1537907159,
"version": "1.0.12",
"changes": [
diff --git a/packages/migrations/CHANGELOG.md b/packages/migrations/CHANGELOG.md
index a637f30ef..685aa07c5 100644
--- a/packages/migrations/CHANGELOG.md
+++ b/packages/migrations/CHANGELOG.md
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v1.0.13 - _September 28, 2018_
+
+ * Dependencies updated
+
## v1.0.12 - _September 25, 2018_
* Dependencies updated
diff --git a/packages/migrations/package.json b/packages/migrations/package.json
index 81632e9d8..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,16 +44,16 @@
"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",
- "ethers": "3.0.22",
+ "ethereum-types": "^1.0.9",
+ "ethers": "4.0.0-beta.14",
"lodash": "^4.17.5"
},
"optionalDependencies": {