File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 35
35
" pageSetup"
36
36
],
37
37
"dependencies" : {
38
- "archiver" : " 0.15.0" ,
39
- "promish" : " >=5.0.1" ,
40
- "fast-csv" : " 0.5.7" ,
38
+ "archiver" : " ^1.3.0" ,
39
+ "fast-csv" : " ^2.4.0" ,
41
40
"jszip" : " 3.1.3" ,
42
- "moment" : " 2.11.2" ,
43
- "sax" : " ^0.6.0" ,
41
+ "moment" : " ^2.17.1" ,
42
+ "promish" : " >=5.0.1" ,
43
+ "sax" : " ^1.2.2" ,
44
44
"unzip2" : " ^0.2.5"
45
45
},
46
46
"devDependencies" : {
55
55
"grunt" : " ^1.0.1" ,
56
56
"grunt-babel" : " ^6.0.0" ,
57
57
"grunt-browserify" : " ^5.0.0" ,
58
+ "grunt-contrib-jasmine" : " ^1.1.0" ,
58
59
"grunt-contrib-uglify" : " ^2.1.0" ,
59
60
"grunt-contrib-watch" : " ^1.0.0" ,
60
- "grunt-contrib-jasmine" : " ^1.1.0" ,
61
61
"jshint" : " *" ,
62
62
"memorystream" : " *" ,
63
63
"mocha" : " *" ,
64
64
"request" : " *" ,
65
65
"uglifyjs" : " ^2.4.10" ,
66
- "underscore" : " 1.4.4 "
66
+ "underscore" : " ^1.8.3 "
67
67
},
68
68
"scripts" : {
69
69
"test" : " npm run unit-test && npm run integration-test && npm run end-to-end-test && npm run browser-test" ,
You can’t perform that action at this time.
0 commit comments