Update JS dev dependencies

A lot of the JavaScript dev dependencies are quite outdated. This patch
updates them.

Closes-Bug: 1569783
Change-Id: I8b47e573a3a3160c824e21f6865b5e9af32c8d64
This commit is contained in:
Rob Cresswell 2016-04-08 12:09:40 +01:00
parent 6ffb2f0216
commit 8da92fb400
1 changed files with 7 additions and 7 deletions

View File

@ -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": {