Skip to content

Commit 890eee4

Browse files
Merge pull request #1854 from NativeScript/vladimirov/node-6
Add support for Node.js 6
2 parents 410eb6a + 5781854 commit 890eee4

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@
3232
"broccoli": "0.16.4",
3333
"broccoli-funnel": "0.2.3",
3434
"bufferpack": "0.0.6",
35-
"bufferutil": "https://github.com/telerik/bufferutil/tarball/v1.0.1.1",
35+
"bufferutil": "https://github.com/telerik/bufferutil/tarball/v1.0.1.2",
3636
"byline": "4.2.1",
3737
"chalk": "1.1.0",
3838
"cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.2",
3939
"clui": "0.3.1",
4040
"colors": "1.1.2",
4141
"esprima": "2.7.0",
42-
"ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.1",
43-
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.6.3",
42+
"ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.2",
43+
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.13.0",
4444
"filesize": "3.1.2",
45-
"gaze": "0.5.2",
45+
"gaze": "1.0.0",
4646
"glob": "^7.0.3",
4747
"iconv-lite": "0.4.11",
4848
"inquirer": "0.9.0",
49-
"ios-sim-portable": "~1.0.20",
49+
"ios-sim-portable": "~1.0.24",
5050
"lockfile": "1.0.1",
5151
"lodash": "3.10.0",
5252
"log4js": "0.6.26",
@@ -58,21 +58,21 @@
5858
"mute-stream": "0.0.5",
5959
"node-inspector": "https://github.com/NativeScript/node-inspector/tarball/v0.7.4.1",
6060
"node-uuid": "1.4.3",
61-
"npm": "2.14.12",
61+
"npm": "2.15.6",
6262
"open": "0.0.5",
6363
"osenv": "0.1.3",
6464
"plist": "1.1.0",
6565
"plist-merge-patch": "0.0.9",
6666
"plistlib": "0.2.1",
6767
"progress-stream": "1.1.1",
6868
"properties-parser": "0.2.3",
69-
"ref": "https://github.com/icenium/ref/tarball/v1.1.3.1",
70-
"ref-struct": "https://github.com/telerik/ref-struct/tarball/v1.0.2.1",
69+
"ref": "https://github.com/icenium/ref/tarball/v1.3.2.0",
70+
"ref-struct": "https://github.com/telerik/ref-struct/tarball/v1.0.2.2",
7171
"semver": "5.0.1",
7272
"shelljs": "0.5.3",
7373
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
7474
"temp": "0.8.3",
75-
"utf-8-validate": "https://github.com/telerik/utf-8-validate/tarball/v1.0.1.1",
75+
"utf-8-validate": "https://github.com/telerik/utf-8-validate/tarball/v1.0.1.2",
7676
"winreg": "0.0.17",
7777
"ws": "0.7.1",
7878
"xcode": "https://github.com/NativeScript/node-xcode/archive/1.4.0.tar.gz",
@@ -83,23 +83,23 @@
8383
"analyze": true,
8484
"devDependencies": {
8585
"chai": "1.8.x",
86-
"grunt": "0.4.5",
87-
"grunt-contrib-clean": "0.6.0",
88-
"grunt-contrib-copy": "0.8.0",
89-
"grunt-contrib-watch": "0.6.1",
90-
"grunt-shell": "1.1.2",
91-
"grunt-ts": "4.2.0",
92-
"grunt-tslint": "3.0.1",
86+
"grunt": "1.0.1",
87+
"grunt-contrib-clean": "1.0.0",
88+
"grunt-contrib-copy": "1.0.0",
89+
"grunt-contrib-watch": "1.0.0",
90+
"grunt-shell": "1.3.0",
91+
"grunt-ts": "5.5.1",
92+
"grunt-tslint": "3.1.0",
9393
"istanbul": "0.3.19",
9494
"mocha": "2.5.3",
9595
"mocha-fibers": "https://github.com/NativeScript/mocha-fibers.git",
9696
"mocha-typescript": "1.0.3",
9797
"should": "7.0.2",
98-
"tslint": "3.2.1",
98+
"tslint": "3.11.0",
9999
"typescript": "^1.8.10"
100100
},
101101
"license": "Apache-2.0",
102102
"engines": {
103-
"node": ">=0.10.40 <0.11.0 || >=0.12.7 <0.13.0 || >=4.2.1 <5.0.0 || >=5.1.0 <6.0.0"
103+
"node": ">=0.10.40 <0.11.0 || >=0.12.7 <0.13.0 || >=4.2.1 <5.0.0 || >=5.1.0 <7.0.0"
104104
}
105105
}

0 commit comments

Comments
 (0)