Updating package.json / npm packages

Updates to newer versions.  We should test this and release it early in the
Newton cycle.

Change-Id: Ia1f0c414c75d9a2bf860da7cdf85886b54d401f4
Closes-Bug: 1582912
This commit is contained in:
Matt Borland 2016-05-17 15:17:46 -06:00 committed by Rob Cresswell
parent caa5e91059
commit bf4f7e8b25
1 changed files with 6 additions and 6 deletions

View File

@ -8,14 +8,14 @@
"devDependencies": {
"eslint": "1.10.3",
"eslint-config-openstack": "1.2.4",
"eslint-plugin-angular": "0.15.0",
"eslint-plugin-angular": "1.0.1",
"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-chrome-launcher": "1.0.1",
"karma-cli": "1.0.0",
"karma-coverage": "1.0.0",
"karma-jasmine": "1.0.2",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-threshold-reporter": "0.1.15"
},
"scripts": {