From 43530693f6cafd1d3cd3407bd5d1088b51ab8101 Mon Sep 17 00:00:00 2001 From: Manoj Kumar Date: Thu, 2 Jun 2016 05:31:19 +1000 Subject: [PATCH] deps(outdated): Update outdated dependencies (#3251) Updated the following outdated packages: body-parser, chai, chai-as-promised, glob, jshint, mocha, request, saucelabs, typescript, typings --- package.json | 20 ++++++++++---------- tsconfig.json | 6 ++---- typings.json | 6 ++++-- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index eab18d348..73ae8eed4 100644 --- a/package.json +++ b/package.json @@ -14,33 +14,33 @@ "dependencies": { "adm-zip": "0.4.7", "chalk": "^1.1.3", - "glob": "~6.0", + "glob": "^7.0.3", "jasmine": "2.4.1", "jasminewd2": "0.0.9", "optimist": "~0.6.0", "q": "1.4.1", - "request": "~2.67.0", - "saucelabs": "~1.0.1", + "request": "~2.72.0", + "saucelabs": "~1.2.0", "selenium-webdriver": "2.53.2", "source-map-support": "~0.4.0" }, "devDependencies": { - "body-parser": "1.14.2", - "chai": "~3.4.1", - "chai-as-promised": "~5.2.0", + "body-parser": "1.15.1", + "chai": "~3.5.0", + "chai-as-promised": "~5.3.0", "clang-format": "^1.0.34", "expect.js": "~0.3.1", "express": "~4.13.3", "gulp": "^3.9.1", "gulp-clang-format": "^1.0.23", - "jshint": "2.9.1", + "jshint": "^2.9.2", "lodash": "^4.5.1", "marked": "^0.3.3", - "mocha": "2.3.4", + "mocha": "2.5.3", "rimraf": "~2.5.0", "run-sequence": "^1.1.5", - "typescript": "1.8.2", - "typings": "^0.8.1" + "typescript": "^1.8.10", + "typings": "^1.0.4" }, "repository": { "type": "git", diff --git a/tsconfig.json b/tsconfig.json index 50a6a096f..68a36e835 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,9 +13,7 @@ "built", "node_modules", "testapp", - "typings/browser", - "typings/browser.d.ts", - "typings/main", - "website" + "website", + "typings/globals" ] } diff --git a/typings.json b/typings.json index 5cf25a221..833a93726 100644 --- a/typings.json +++ b/typings.json @@ -1,11 +1,13 @@ { - "ambientDependencies": { + "globalDependencies": { "chalk": "registry:dt/chalk#0.4.0+20160317120654", "form-data": "registry:dt/form-data#0.0.0+20160316155526", "glob": "registry:dt/glob#5.0.10+20160317120654", "minimatch": "registry:dt/minimatch#2.0.8+20160317120654", - "node": "registry:dt/node#4.0.0+20160412142033", "optimist": "registry:dt/optimist#0.0.0+20160316171810", + "jasmine": "registry:dt/jasmine#2.2.0+20160412134438", + "minimist": "registry:dt/minimist#1.1.3+20160317120654", + "node": "registry:dt/node#4.0.0+20160423143914", "q": "registry:dt/q#0.0.0+20160417152954", "request": "registry:dt/request#0.0.0+20160316155526" }