From a6c4a99d82b217b37383833caae26b425ba785ff Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 10 Jun 2016 00:13:40 +0200 Subject: [PATCH] update dependencies --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 59da9f8..58e1efe 100644 --- a/package.json +++ b/package.json @@ -26,23 +26,23 @@ }, "homepage": "https://gitlab.com/pushrocks/npmts#readme", "dependencies": { - "beautylog": "5.0.6", + "beautylog": "5.0.8", "early": "^2.0.1", "fs-extra": "^0.30.0", "gulp": "3.9.1", "gulp-concat": "^2.6.0", - "gulp-function": "^1.3.1", + "gulp-function": "^1.3.5", "gulp-if": "^2.0.1", "gulp-istanbul": "^0.10.4", - "gulp-jsdoc3": "^0.2.1", + "gulp-jsdoc3": "^0.3.0", "gulp-mocha": "^2.2.0", "gulp-replace": "^0.5.4", "gulp-sourcemaps": "^2.0.0-alpha", - "gulp-typescript": "2.13.4", + "gulp-typescript": "2.13.6", "gulp-typings": "2.0.0", "lodash": "^4.13.1", "merge2": "1.0.2", - "projectinfo": "1.0.1", + "projectinfo": "1.0.3", "q": "^1.4.1", "shelljs": "^0.7.0", "smartci": "0.0.1", @@ -50,8 +50,8 @@ "smartcov": "0.0.6", "smartenv": "1.2.5", "smartfile": "3.0.10", - "smartpath": "3.2.1", - "smartstring": "^2.0.1", + "smartpath": "3.2.2", + "smartstring": "^2.0.6", "source-map-support": "^0.4.0", "typings-global": "*" },