summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolly Ross <sross@redhat.com>2015-02-27 12:42:43 -0500
committerSolly Ross <sross@redhat.com>2015-02-27 12:42:43 -0500
commit88224c3fa7d31bcd945ba8df993d159c9e22a0a2 (patch)
tree1597909322e5f796ad1c7ab28f5bc2fdfa9b9faf
parent4043d8bb12dbdd157146f6ff5a038ee645bd56b9 (diff)
downloadnovnc-tests/update-deps.tar.gz
Update dependencies to the latest versionstests/update-deps
This commit updates the test dependencies to the latest versions.
-rw-r--r--package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json
index ddd2558..0028887 100644
--- a/package.json
+++ b/package.json
@@ -28,22 +28,22 @@
"devDependencies": {
"ansi": "^0.3.0",
"casperjs": "^1.1.0-beta3",
- "chai": "^1.10.0",
- "commander": "^2.5.0",
- "karma": "^0.12.25",
+ "chai": "^2.1.0",
+ "commander": "^2.6.0",
+ "karma": "^0.12.31",
"karma-chai": "^0.1.0",
- "karma-mocha": "^0.1.9",
- "karma-mocha-reporter": "^0.3.1",
+ "karma-mocha": "^0.1.10",
+ "karma-mocha-reporter": "^1.0.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sauce-launcher": "^0.2.10",
- "karma-sinon": "^1.0.3",
+ "karma-sinon": "^1.0.4",
"karma-sinon-chai-latest": "^0.1.0",
- "mocha": "^2.0.1",
+ "mocha": "^2.1.0",
"open": "^0.0.5",
- "phantom": "^0.7.0",
- "phantomjs": "^1.9.12",
- "sinon": "^1.12.1",
- "sinon-chai": "^2.6.0",
+ "phantom": "^0.7.2",
+ "phantomjs": "^1.9.15",
+ "sinon": "^1.12.2",
+ "sinon-chai": "^2.7.0",
"spooky": "^0.2.5",
"temp": "^0.8.1"
}