From: Galen Charlton Date: Wed, 20 Apr 2016 14:19:40 +0000 (-0400) Subject: LP#1554714: (indirectly) bump up PhantomJS version X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0705bc6051840c6b8783b52ea8246b0790eb79fb;p=evergreen%2Fpines.git LP#1554714: (indirectly) bump up PhantomJS version It turns out that PhantomJS 2 or later is required for angular-mocks to succesfully inject dependencies; this patch updates karma-phantomjs-launcher to a version that will bring in a recent-enough version of PhantomJS. Signed-off-by: Galen Charlton Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/js/ui/default/staff/package.json b/Open-ILS/web/js/ui/default/staff/package.json index 310ee6b758..1776c0ed7e 100644 --- a/Open-ILS/web/js/ui/default/staff/package.json +++ b/Open-ILS/web/js/ui/default/staff/package.json @@ -17,7 +17,7 @@ "grunt-karma": "^0.8.3", "karma": "^0.12.14", "karma-jasmine": "^0.1.5", - "karma-phantomjs-launcher": "^0.1.4", + "karma-phantomjs-launcher": "^1.0.0", "karma-script-launcher": "~0.1.0", "karma-spec-reporter": "0.0.12", "karma-story-reporter": "^0.2.2"