From 8da92fb400c3a1c9e8ab20be801263bd59a900c0 Mon Sep 17 00:00:00 2001 From: Rob Cresswell Date: Fri, 8 Apr 2016 12:09:40 +0100 Subject: [PATCH] Update JS dev dependencies A lot of the JavaScript dev dependencies are quite outdated. This patch updates them. Closes-Bug: 1569783 Change-Id: I8b47e573a3a3160c824e21f6865b5e9af32c8d64 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b6eed808a2..a68b95d20a 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ "eslint": "1.2.1", "eslint-config-openstack": "1.2.3", "eslint-plugin-angular": "0.15.0", - "jasmine-core": "2.2.0", - "karma": "0.12.31", - "karma-chrome-launcher": "^0.1.8", - "karma-cli": "0.0.4", - "karma-coverage": "0.3.1", - "karma-jasmine": "0.3.5", - "karma-ng-html2js-preprocessor": "0.1.2", + "jasmine-core": "2.4.1", + "karma": "0.13.22", + "karma-chrome-launcher": "0.2.3", + "karma-cli": "0.1.2", + "karma-coverage": "0.5.5", + "karma-jasmine": "0.3.8", + "karma-ng-html2js-preprocessor": "0.2.2", "karma-threshold-reporter": "0.1.15" }, "scripts": {