Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
deps(outdated): Update outdated dependencies (#3251)
Browse files Browse the repository at this point in the history
Updated the following outdated packages: body-parser, chai, chai-as-promised, glob, jshint, mocha, request, saucelabs, typescript, typings
  • Loading branch information
manoj9788 authored and cnishina committed Jun 1, 2016
1 parent a6cae73 commit 4353069
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"built",
"node_modules",
"testapp",
"typings/browser",
"typings/browser.d.ts",
"typings/main",
"website"
"website",
"typings/globals"
]
}
6 changes: 4 additions & 2 deletions typings.json
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down

0 comments on commit 4353069

Please sign in to comment.