diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-10-03 05:46:25 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-10-03 05:46:25 +0200 |
commit | de482c5845610daca30767e8332acc5a585a2aaf (patch) | |
tree | a2d7f94c465d1a02f3cabd80cdaffa010f12e758 /package.json | |
parent | 26f9b48e09d64ba32c9d246a71050136901c3146 (diff) |
update npm dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 9ff26935a..4cc6c9a7c 100644 --- 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" } } |