taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit de482c5845610daca30767e8332acc5a585a2aaf
parent 26f9b48e09d64ba32c9d246a71050136901c3146
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon,  3 Oct 2016 05:46:25 +0200

update npm dependencies

Diffstat:
Mpackage.json | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json @@ -21,11 +21,11 @@ "gulp-concat": "^2.6.0", "gulp-debug": "^2.1.2", "gulp-gzip": "^1.2.0", - "gulp-json-transform": "^0.3.0", + "gulp-json-transform": "^0.4.2", "gulp-rename": "^1.2.2", "gulp-stream": "0.0.2", "gulp-tar": "^1.8.0", - "gulp-typescript": "^2.10.0", + "gulp-typescript": "^3.0.2", "gulp-zip": "^3.1.0", "istanbul-lib-instrument": "^1.0.0-alpha.6", "jed": "^1.1.0", @@ -34,8 +34,8 @@ "po2json": "git+https://github.com/mikeedwards/po2json", "systemjs": "^0.19.14", "through2": "^2.0.1", - "typescript": "^2.0.2", + "typescript": "^2.0.3", "typhonjs-istanbul-instrument-jspm": "^0.1.0", - "vinyl": "^1.1.1" + "vinyl": "^2.0.0" } }