Skip to content

Commit 870a9c0

Browse files
author
Ben Newman
committed
Bump dev bundle package versions to work with newer Node versions.
1 parent 58b7d76 commit 870a9c0

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

scripts/dev-bundle-tool-package.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ var packageJson = {
4242
request: "2.47.0",
4343
fstream: "https://github.com/meteor/fstream/tarball/d11b9ec4a13918447c8af7559c243c190744dd1c",
4444
tar: "1.0.2",
45-
kexec: "0.2.0",
45+
kexec: "2.0.2",
4646
"source-map": "0.5.3",
4747
"browserstack-webdriver": "2.41.1",
4848
"node-inspector": "0.7.4",
4949
chalk: "0.5.1",
50-
sqlite3: "3.0.2",
51-
netroute: "0.2.5",
52-
phantomjs: "1.9.12",
50+
sqlite3: "3.1.3",
51+
netroute: "1.0.2",
52+
"phantomjs-prebuilt": "2.1.7",
5353
"http-proxy": "1.11.1",
5454
"wordwrap": "0.0.2",
5555
"moment": "2.8.4",
@@ -62,7 +62,8 @@ var packageJson = {
6262
// 2.4.0 (more or less, the package.json change isn't committed) plus our PR
6363
// https://github.com/williamwicks/node-eachline/pull/4
6464
eachline: "https://github.com/meteor/node-eachline/tarball/ff89722ff94e6b6a08652bf5f44c8fffea8a21da",
65-
pathwatcher: "4.1.0",
65+
pathwatcher: "6.5.0",
66+
runas: "3.1.1",
6667
'lru-cache': '2.6.4',
6768
'cordova-lib': "6.0.0"
6869
}

tools/runners/run-velocity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var Console = require('../console/console.js').Console;
22
var isopackets = require('../tool-env/isopackets.js');
33

4-
var phantomjs = require('phantomjs');
4+
var phantomjs = require('phantomjs-prebuilt');
55
var child_process = require('child_process');
66
var _ = require('underscore');
77

tools/tool-testing/selftest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var util = require('util');
33
var Future = require('fibers/future');
44
var fiberHelpers = require('../utils/fiber-helpers.js');
55
var child_process = require('child_process');
6-
var phantomjs = require('phantomjs');
6+
var phantomjs = require('phantomjs-prebuilt');
77
var webdriver = require('browserstack-webdriver');
88

99
var files = require('../fs/files.js');

0 commit comments

Comments
 (0)