Skip to content

Commit 56add44

Browse files
committed
chore: 4.2.0 - dep bumps
1 parent 951ec29 commit 56add44

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ test-reports.xml
2525

2626
npm-debug.log
2727
node_modules
28+
package-lock.json

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-sim-portable",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "",
55
"main": "./lib/ios-sim.js",
66
"scripts": {
@@ -27,18 +27,18 @@
2727
"homepage": "https://github.com/telerik/ios-sim-portable",
2828
"dependencies": {
2929
"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",
3333
"plist": "1.1.0",
34-
"shelljs": "0.7.0",
35-
"yargs": "4.7.1"
34+
"shelljs": "~0.8.4",
35+
"yargs": "~15.3.1"
3636
},
3737
"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",
4242
"typescript": "2.1.4"
4343
},
4444
"engines": {

0 commit comments

Comments
 (0)