Skip to content

Commit 7812d22

Browse files
Upgrade testing libraries (OctoLinker#122)
I'm hoping this will fix the intermittent error described in OctoLinker#115 (comment) * Upgrade phantomjs to ^2.1.7 * Upgrade karma-html2js-preprocessor to ^1.0.0 * Upgrade karma-mocha to ^1.1.1 * Upgrade karma-mocha-reporter to ^2.0.4 * Add missing peer dependency karma * Upgrade karma-phantomjs-launcher to ^1.0.1 * Remove phantomjs from devDependencies It was renamed to phantomjs-prebuilt, and karma-phantomjs-launcher now installs it. See the following for details: Medium/phantomjs#447 (reference) karma-runner/karma-phantomjs-launcher#123
1 parent 9a6403c commit 7812d22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@
4949
"eslint-config-airbnb": "2.1.1",
5050
"json": "^9.0.4",
5151
"json-loader": "^0.5.4",
52+
"karma": "^1.1.1",
5253
"karma-fixture": "^0.2.5",
53-
"karma-html2js-preprocessor": "^0.1.0",
54-
"karma-mocha": "^0.2.0",
55-
"karma-mocha-reporter": "^1.1.1",
56-
"karma-phantomjs-launcher": "^0.2.1",
54+
"karma-html2js-preprocessor": "^1.0.0",
55+
"karma-mocha": "^1.1.1",
56+
"karma-mocha-reporter": "^2.0.4",
57+
"karma-phantomjs-launcher": "^1.0.1",
5758
"karma-phantomjs-shim": "^1.1.2",
5859
"karma-sourcemap-loader": "^0.3.7",
5960
"karma-webpack": "^1.7.0",
6061
"mocha": "^2.3.4",
6162
"npm-run-all": "^2.3.0",
62-
"phantomjs": "^1.9.18",
6363
"sinon": "^2.0.0-pre",
6464
"web-ext": "^1.0.1",
6565
"webpack": "^1.13.1",

0 commit comments

Comments
 (0)