From 25aa04f05469ac33f3d2161da1052c7cfd5b34bb Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Thu, 1 Sep 2016 12:53:46 +0300 Subject: [PATCH] Add support for Node.js 6.5 (v8 5.1) Add support for Node.js 6.5 (v8 5.1) by rebuilding our native (C++) dependencies and using the updated versions in the package.json. Node.js 6.5 has new version of the v8 - from 5.0.x to 5.1.x. When rebuilding and requiring our native dependencies, we are using the version of v8 in order to find correct binary. --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index fe28e2c217..426ad54d98 100644 --- a/package.json +++ b/package.json @@ -32,21 +32,21 @@ "broccoli": "0.16.9", "broccoli-funnel": "1.0.3", "bufferpack": "0.0.6", - "bufferutil": "https://github.com/telerik/bufferutil/tarball/v1.0.1.2", + "bufferutil": "https://github.com/telerik/bufferutil/tarball/v1.0.1.3", "byline": "4.2.1", "chalk": "1.1.0", "cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.2", "clui": "0.3.1", "colors": "1.1.2", "esprima": "2.7.0", - "ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.2", - "fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.13.0", + "ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.3", + "fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.13.1", "filesize": "3.1.2", "gaze": "1.1.0", "glob": "^7.0.3", "iconv-lite": "0.4.11", "inquirer": "0.9.0", - "ios-sim-portable": "~1.2.0", + "ios-sim-portable": "~1.3.0", "lockfile": "1.0.1", "lodash": "4.13.1", "log4js": "0.6.26", @@ -66,13 +66,13 @@ "plistlib": "0.2.1", "progress-stream": "1.1.1", "properties-parser": "0.2.3", - "ref": "https://github.com/icenium/ref/tarball/v1.3.2.0", - "ref-struct": "https://github.com/telerik/ref-struct/tarball/v1.0.2.2", + "ref": "https://github.com/icenium/ref/tarball/v1.3.2.1", + "ref-struct": "https://github.com/telerik/ref-struct/tarball/v1.0.2.3", "semver": "5.0.1", "shelljs": "0.5.3", "tabtab": "https://github.com/Icenium/node-tabtab/tarball/master", "temp": "0.8.3", - "utf-8-validate": "https://github.com/telerik/utf-8-validate/tarball/v1.0.1.2", + "utf-8-validate": "https://github.com/telerik/utf-8-validate/tarball/v1.0.1.3", "winreg": "0.0.17", "ws": "0.7.1", "xcode": "https://github.com/NativeScript/node-xcode/archive/1.4.0.tar.gz",