This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree 3 files changed +16
-16
lines changed
3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 14
14
"dependencies" : {
15
15
"adm-zip" : " 0.4.7" ,
16
16
"chalk" : " ^1.1.3" ,
17
- "glob" : " ~6.0 " ,
17
+ "glob" : " ^7.0.3 " ,
18
18
"jasmine" : " 2.4.1" ,
19
19
"jasminewd2" : " 0.0.9" ,
20
20
"optimist" : " ~0.6.0" ,
21
21
"q" : " 1.4.1" ,
22
- "request" : " ~2.67 .0" ,
23
- "saucelabs" : " ~1.0.1 " ,
22
+ "request" : " ~2.72 .0" ,
23
+ "saucelabs" : " ~1.2.0 " ,
24
24
"selenium-webdriver" : " 2.53.2" ,
25
25
"source-map-support" : " ~0.4.0"
26
26
},
27
27
"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" ,
31
31
"clang-format" : " ^1.0.34" ,
32
32
"expect.js" : " ~0.3.1" ,
33
33
"express" : " ~4.13.3" ,
34
34
"gulp" : " ^3.9.1" ,
35
35
"gulp-clang-format" : " ^1.0.23" ,
36
- "jshint" : " 2.9.1 " ,
36
+ "jshint" : " ^ 2.9.2 " ,
37
37
"lodash" : " ^4.5.1" ,
38
38
"marked" : " ^0.3.3" ,
39
- "mocha" : " 2.3.4 " ,
39
+ "mocha" : " 2.5.3 " ,
40
40
"rimraf" : " ~2.5.0" ,
41
41
"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 "
44
44
},
45
45
"repository" : {
46
46
"type" : " git" ,
Original file line number Diff line number Diff line change 13
13
" built" ,
14
14
" node_modules" ,
15
15
" testapp" ,
16
- " typings/browser" ,
17
- " typings/browser.d.ts" ,
18
- " typings/main" ,
19
- " website"
16
+ " website" ,
17
+ " typings/globals"
20
18
]
21
19
}
Original file line number Diff line number Diff line change 1
1
{
2
- "ambientDependencies " : {
2
+ "globalDependencies " : {
3
3
"chalk" : " registry:dt/chalk#0.4.0+20160317120654" ,
4
4
"form-data" : " registry:dt/form-data#0.0.0+20160316155526" ,
5
5
"glob" : " registry:dt/glob#5.0.10+20160317120654" ,
6
6
"minimatch" : " registry:dt/minimatch#2.0.8+20160317120654" ,
7
- "node" : " registry:dt/node#4.0.0+20160412142033" ,
8
7
"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" ,
9
11
"q" : " registry:dt/q#0.0.0+20160417152954" ,
10
12
"request" : " registry:dt/request#0.0.0+20160316155526"
11
13
}
You can’t perform that action at this time.
0 commit comments