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

Commit 4353069

Browse files
manoj9788cnishina
authored andcommitted
deps(outdated): Update outdated dependencies (#3251)
Updated the following outdated packages: body-parser, chai, chai-as-promised, glob, jshint, mocha, request, saucelabs, typescript, typings
1 parent a6cae73 commit 4353069

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,33 @@
1414
"dependencies": {
1515
"adm-zip": "0.4.7",
1616
"chalk": "^1.1.3",
17-
"glob": "~6.0",
17+
"glob": "^7.0.3",
1818
"jasmine": "2.4.1",
1919
"jasminewd2": "0.0.9",
2020
"optimist": "~0.6.0",
2121
"q": "1.4.1",
22-
"request": "~2.67.0",
23-
"saucelabs": "~1.0.1",
22+
"request": "~2.72.0",
23+
"saucelabs": "~1.2.0",
2424
"selenium-webdriver": "2.53.2",
2525
"source-map-support": "~0.4.0"
2626
},
2727
"devDependencies": {
28-
"body-parser": "1.14.2",
29-
"chai": "~3.4.1",
30-
"chai-as-promised": "~5.2.0",
28+
"body-parser": "1.15.1",
29+
"chai": "~3.5.0",
30+
"chai-as-promised": "~5.3.0",
3131
"clang-format": "^1.0.34",
3232
"expect.js": "~0.3.1",
3333
"express": "~4.13.3",
3434
"gulp": "^3.9.1",
3535
"gulp-clang-format": "^1.0.23",
36-
"jshint": "2.9.1",
36+
"jshint": "^2.9.2",
3737
"lodash": "^4.5.1",
3838
"marked": "^0.3.3",
39-
"mocha": "2.3.4",
39+
"mocha": "2.5.3",
4040
"rimraf": "~2.5.0",
4141
"run-sequence": "^1.1.5",
42-
"typescript": "1.8.2",
43-
"typings": "^0.8.1"
42+
"typescript": "^1.8.10",
43+
"typings": "^1.0.4"
4444
},
4545
"repository": {
4646
"type": "git",

tsconfig.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
"built",
1414
"node_modules",
1515
"testapp",
16-
"typings/browser",
17-
"typings/browser.d.ts",
18-
"typings/main",
19-
"website"
16+
"website",
17+
"typings/globals"
2018
]
2119
}

typings.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
2-
"ambientDependencies": {
2+
"globalDependencies": {
33
"chalk": "registry:dt/chalk#0.4.0+20160317120654",
44
"form-data": "registry:dt/form-data#0.0.0+20160316155526",
55
"glob": "registry:dt/glob#5.0.10+20160317120654",
66
"minimatch": "registry:dt/minimatch#2.0.8+20160317120654",
7-
"node": "registry:dt/node#4.0.0+20160412142033",
87
"optimist": "registry:dt/optimist#0.0.0+20160316171810",
8+
"jasmine": "registry:dt/jasmine#2.2.0+20160412134438",
9+
"minimist": "registry:dt/minimist#1.1.3+20160317120654",
10+
"node": "registry:dt/node#4.0.0+20160423143914",
911
"q": "registry:dt/q#0.0.0+20160417152954",
1012
"request": "registry:dt/request#0.0.0+20160316155526"
1113
}

0 commit comments

Comments
 (0)