Update dependencies
This commit is contained in:
+10
-10
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yellowlabtools",
|
||||
"version": "1.7.6",
|
||||
"version": "1.7.7",
|
||||
"description": "Online tool to audit a webpage for performance and front-end quality issues",
|
||||
"license": "GPL-2.0",
|
||||
"author": {
|
||||
@@ -17,13 +17,13 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"angular": "1.4.4",
|
||||
"angular-animate": "1.4.4",
|
||||
"angular-chart.js": "0.7.6",
|
||||
"angular": "1.4.5",
|
||||
"angular-animate": "1.4.5",
|
||||
"angular-chart.js": "0.8.3",
|
||||
"angular-local-storage": "0.2.2",
|
||||
"angular-resource": "1.4.4",
|
||||
"angular-route": "1.4.4",
|
||||
"angular-sanitize": "1.4.4",
|
||||
"angular-resource": "1.4.5",
|
||||
"angular-route": "1.4.5",
|
||||
"angular-sanitize": "1.4.5",
|
||||
"async": "1.4.2",
|
||||
"body-parser": "1.13.3",
|
||||
"chart.js": "1.0.2",
|
||||
@@ -55,7 +55,7 @@
|
||||
"grunt-contrib-copy": "~0.8.1",
|
||||
"grunt-contrib-cssmin": "~0.13.0",
|
||||
"grunt-contrib-htmlmin": "~0.4.0",
|
||||
"grunt-contrib-jshint": "~0.11.2",
|
||||
"grunt-contrib-jshint": "~0.11.3",
|
||||
"grunt-contrib-less": "~1.0.1",
|
||||
"grunt-contrib-uglify": "~0.9.2",
|
||||
"grunt-env": "~0.4.4",
|
||||
@@ -64,11 +64,11 @@
|
||||
"grunt-inline-angular-templates": "~0.1.5",
|
||||
"grunt-line-remover": "~0.0.2",
|
||||
"grunt-mocha-test": "~0.12.7",
|
||||
"grunt-replace": "~0.10.2",
|
||||
"grunt-replace": "~0.11.0",
|
||||
"grunt-usemin": "~3.1.1",
|
||||
"grunt-webfont": "~0.5.4",
|
||||
"matchdep": "~0.3.0",
|
||||
"mocha": "~2.2.5",
|
||||
"mocha": "~2.3.2",
|
||||
"sinon": "~1.16.1",
|
||||
"sinon-chai": "~2.8.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user