From 07a56fcaca21577e25c57513200c5451325f1389 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Fri, 2 Sep 2016 17:12:35 +0200 Subject: [PATCH] fix @types/node --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4a8ff0d..1790e15 100644 --- a/package.json +++ b/package.json @@ -32,19 +32,19 @@ }, "homepage": "https://gitlab.com/pushrocks/npmts#readme", "dependencies": { - "@types/gulp": "^3.8.30", + "@types/gulp": "^3.8.31", "@types/minimatch": "^2.0.28", "@types/q": "^0.x.x", - "@types/shelljs": "^0.3.29", - "babel-preset-es2015": "^6.13.2", - "beautylog": "5.0.20", + "@types/shelljs": "^0.3.30", + "babel-preset-es2015": "^6.14.0", + "beautylog": "5.0.22", "depcheck": "^0.6.4", - "early": "^2.0.25", + "early": "^2.0.26", "gulp": "3.9.1", "gulp-babel": "^6.1.2", "gulp-function": "^1.3.6", "gulp-inject-modules": "^1.0.0", - "gulp-istanbul": "^1.1.0", + "gulp-istanbul": "^1.1.1", "gulp-mocha": "^3.0.1", "gulp-sourcemaps": "^1.6.0", "gulp-typedoc": "^2.0.0", @@ -52,18 +52,18 @@ "npmextra": "^1.0.9", "projectinfo": "1.0.3", "q": "^1.4.1", - "shelljs": "^0.7.3", - "smartcli": "1.0.4", + "shelljs": "^0.7.4", + "smartcli": "1.0.5", "smartcov": "1.0.0", "smartenv": "1.2.5", - "smartfile": "4.0.13", + "smartfile": "4.0.15", "smartpath": "3.2.2", "smartstring": "^2.0.17", "source-map-support": "^0.4.2", "tsn": "^1.0.12", "typedoc": "^0.4.5", "typescript": "next", - "typings-global": "*" + "typings-global": "^1.0.14" }, "devDependencies": {} }