From 0705bc6051840c6b8783b52ea8246b0790eb79fb Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 20 Apr 2016 10:19:40 -0400 Subject: [PATCH] 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 --- Open-ILS/web/js/ui/default/staff/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2