From ba7af23271f8318e7dbb0505a7eef741095da176 Mon Sep 17 00:00:00 2001 From: Geoffroy Warin Date: Thu, 16 Jul 2015 11:41:03 +0200 Subject: [PATCH] Update phantomjs version to match mocha-phantomjs Hi, We recently hit a problem where gulp-mocha-phantomjs tries to install the latest version of phantomjs which is now 1.9.17. The problem is that the current version of mocha-phantomjs has a peer dependency on phantomjs 1.9.1 - 1.9.7-15 One way to fix the problem is to update the phantomjs dependency to exactly match the one declared in mocha-phantomjs 3.3.2. Another way to fix the problem could be updating to a newer version of mocha-phantomjs. Could you please have a look at that one really quickly? it is a blocker for us at work. Many thanks. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c892904..22189af 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "gulp-util": "^2.2.14", "mocha-phantomjs": "^3.3.2", - "phantomjs": "^1.9.0", + "phantomjs": "1.9.1 - 1.9.7-15", "through2": "^0.4.1" }, "devDependencies": {