Skip to content

Commit 400c929

Browse files
committed
Merge pull request #697 from NativeScript/update-deps
Update dependencies
2 parents 3284b9b + e970395 commit 400c929

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -24,72 +24,72 @@
2424
"mobile"
2525
],
2626
"dependencies": {
27-
"bplist-parser": "0.0.6",
28-
"broccoli": "0.16.2",
27+
"bplist-parser": "0.1.0",
28+
"broccoli": "0.16.4",
2929
"broccoli-funnel": "0.2.3",
3030
"bufferpack": "0.0.6",
3131
"bufferutil": "https://github.com/telerik/bufferutil/tarball/master",
32-
"byline": "4.1.1",
33-
"chalk": "1.0.0",
34-
"cli-table": "https://github.com/telerik/cli-table/tarball/master",
35-
"colors": "0.6.2",
32+
"byline": "4.2.1",
33+
"chalk": "1.1.0",
34+
"cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.1",
35+
"colors": "1.1.2",
3636
"ffi": "https://github.com/icenium/node-ffi/tarball/master",
3737
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.5.1",
38-
"filesize": "2.0.3",
38+
"filesize": "3.1.2",
3939
"gaze": "0.5.1",
4040
"gulp": "3.9.0",
41-
"iconv-lite": "0.4.4",
42-
"inquirer": "0.8.2",
41+
"iconv-lite": "0.4.11",
42+
"inquirer": "0.9.0",
4343
"ios-sim-portable": "1.0.8",
44-
"lockfile": "1.0.0",
45-
"lodash": "3.6.0",
46-
"log4js": "0.6.22",
44+
"lockfile": "1.0.1",
45+
"lodash": "3.10.0",
46+
"log4js": "0.6.26",
4747
"marked": "0.3.3",
48-
"marked-terminal": "1.4.0",
49-
"minimatch": "2.0.4",
50-
"mkdirp": "0.3.5",
51-
"mute-stream": "0.0.4",
48+
"marked-terminal": "1.5.0",
49+
"minimatch": "2.0.10",
50+
"mkdirp": "0.5.1",
51+
"mute-stream": "0.0.5",
5252
"node-inspector": "0.7.4",
53-
"node-uuid": "1.4.1",
53+
"node-uuid": "1.4.3",
5454
"npm": "2.6.1",
55-
"open": "0.0.4",
56-
"osenv": "0.1.0",
55+
"open": "0.0.5",
56+
"osenv": "0.1.3",
5757
"plist": "1.1.0",
5858
"plistlib": "0.2.1",
59-
"progress-stream": "0.5.0",
59+
"progress-stream": "1.1.1",
6060
"prompt": "https://github.com/Icenium/prompt/tarball/master",
6161
"properties-parser": "0.2.3",
6262
"ref": "https://github.com/icenium/ref/tarball/master",
6363
"ref-struct": "https://github.com/telerik/ref-struct/tarball/master",
64-
"rimraf": "2.2.6",
65-
"semver": "4.3.4",
66-
"shelljs": "0.3.0",
64+
"rimraf": "2.4.2",
65+
"semver": "5.0.1",
66+
"shelljs": "0.5.1",
6767
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
68-
"temp": "0.8.1",
68+
"temp": "0.8.3",
6969
"through2": "2.0.0",
7070
"utf-8-validate": "https://github.com/telerik/utf-8-validate/tarball/master",
71-
"vinyl-filter-since": "2.0.0",
71+
"vinyl-filter-since": "2.0.2",
7272
"winreg": "0.0.12",
7373
"ws": "0.7.1",
7474
"xcode": "https://github.com/NativeScript/node-xcode/archive/NativeScript-1.1.tar.gz",
7575
"xmldom": "0.1.19",
7676
"xmlhttprequest": "https://github.com/telerik/node-XMLHttpRequest/tarball/master",
7777
"xmlmerge-js": "0.2.4",
78-
"yargs": "3.12.0"
78+
"yargs": "3.15.0"
7979
},
8080
"analyze": true,
8181
"devDependencies": {
8282
"chai": "1.8.x",
83-
"grunt": "0.4.2",
83+
"grunt": "0.4.5",
8484
"grunt-contrib-clean": "0.5.0",
8585
"grunt-contrib-copy": "0.5.0",
8686
"grunt-contrib-watch": "0.5.3",
8787
"grunt-shell": "0.6.4",
88-
"grunt-ts": "2.0.1",
88+
"grunt-ts": "4.2.0",
8989
"mocha": "1.21.4",
9090
"mocha-fibers": "https://github.com/Icenium/mocha-fibers/tarball/master",
91-
"should": "4.0.4",
92-
"typescript": "1.5.0-beta"
91+
"should": "7.0.2",
92+
"typescript": "1.5.3"
9393
},
9494
"license": "Apache-2.0",
9595
"engines": {

0 commit comments

Comments
 (0)