summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTimotheus Kampik <timotheus.kampik@gmail.com>2018-08-13 23:18:42 +0200
committerTimotheus Kampik <timotheus.kampik@gmail.com>2018-08-13 23:18:42 +0200
commit1878a52837bc6ff4883483067bf75cf254b72208 (patch)
tree5685042fb997eef451df89402469176ac896538f /package.json
parentf77216c5a67243301d2a4076f1c83e3702f024b5 (diff)
downloadsphinx-git-1878a52837bc6ff4883483067bf75cf254b72208.tar.gz
Update karma dependency for JS tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8e7d36d2c..8f281ec49 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
},
"devDependencies": {
"jasmine-core": "^3.1.0",
- "karma": "^2.0.4",
+ "karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2"