Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-17 23:51:01 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-07-21 00:38:04 +0300
commit4877cd050b29e5868bb07f113b8bcf2a7ced5e1e (patch)
tree8eac0bc6220b4050634f4ef186c57eb13470fc2c /build/package.json
parent8d3f58c3917018a859917af377b8954910a3ba6e (diff)
Bump karma config
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'build/package.json')
-rw-r--r--build/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/package.json b/build/package.json
index 8ffda0236a6..33d222ec033 100644
--- a/build/package.json
+++ b/build/package.json
@@ -18,13 +18,13 @@
"jsdoc": "~3.5.5",
"karma": "^2.0.2",
"karma-coverage": "*",
- "karma-jasmine": "^1.1.0",
+ "karma-jasmine": "^1.1.2",
"karma-jasmine-sinon": "^1.0.4",
- "karma-junit-reporter": "*",
- "karma-phantomjs-launcher": "*",
+ "karma-junit-reporter": "^1.2.0",
+ "karma-phantomjs-launcher": "^1.0.4",
"karma-viewport": "^1.0.2",
- "phantomjs-prebuilt": "*",
"node-sass": "~4.9.0",
+ "phantomjs-prebuilt": "*",
"sinon": "<= 5.0.7"
},
"engine": "node >= 6.9"