File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,4 @@ test-reports.xml
25
25
26
26
npm-debug.log
27
27
node_modules
28
+ package-lock.json
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ios-sim-portable" ,
3
- "version" : " 4.1 .0" ,
3
+ "version" : " 4.2 .0" ,
4
4
"description" : " " ,
5
5
"main" : " ./lib/ios-sim.js" ,
6
6
"scripts" : {
27
27
"homepage" : " https://github.com/telerik/ios-sim-portable" ,
28
28
"dependencies" : {
29
29
"bplist-parser" : " https://github.com/telerik/node-bplist-parser/tarball/master" ,
30
- "colors" : " 0.6.2 " ,
31
- "lodash" : " 3.2 .0" ,
32
- "osenv" : " 0.1.3 " ,
30
+ "colors" : " ~1.4.0 " ,
31
+ "lodash" : " ~4.0 .0" ,
32
+ "osenv" : " ~ 0.1.5 " ,
33
33
"plist" : " 1.1.0" ,
34
- "shelljs" : " 0.7.0 " ,
35
- "yargs" : " 4.7 .1"
34
+ "shelljs" : " ~0.8.4 " ,
35
+ "yargs" : " ~15.3 .1"
36
36
},
37
37
"devDependencies" : {
38
- "grunt" : " 1.0.1 " ,
39
- "grunt-contrib-clean" : " 1 .0.0" ,
40
- "grunt-shell" : " 1.3 .0" ,
41
- "grunt-ts" : " 5.5.1 " ,
38
+ "grunt" : " ~1.1.0 " ,
39
+ "grunt-contrib-clean" : " ~2 .0.0" ,
40
+ "grunt-shell" : " ~3.0 .0" ,
41
+ "grunt-ts" : " ~6.0.0-beta.22 " ,
42
42
"typescript" : " 2.1.4"
43
43
},
44
44
"engines" : {
You can’t perform that action at this time.
0 commit comments