From ebd03c7b1a39630c62c36e984759a3f1c84edb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 26 Nov 2015 17:41:22 +0100 Subject: [PATCH] Update dependencies --- front/src/css/rule.css | 2 +- front/src/css/timeline.css | 30 +++++++++++++++--------------- package.json | 38 +++++++++++++++++++------------------- 3 files changed, 35 insertions(+), 35 deletions(-) diff --git a/front/src/css/rule.css b/front/src/css/rule.css index bef4497..686d735 100644 --- a/front/src/css/rule.css +++ b/front/src/css/rule.css @@ -179,7 +179,7 @@ .checker { /* Checkerboard background */ background-color: #ddd; - background-image: linear-gradient(45deg, #aaaaaa 25%, transparent 25%, transparent 75%, #aaaaaa 75%, #aaaaaa), linear-gradient(45deg, #aaaaaa 25%, transparent 25%, transparent 75%, #aaaaaa 75%, #aaaaaa); + background-image: linear-gradient(45deg, #AAA 25%, transparent 25%, transparent 75%, #AAA 75%, #AAA), linear-gradient(45deg, #AAA 25%, transparent 25%, transparent 75%, #AAA 75%, #AAA); background-size: 1em 1em; background-position: 0 0, 0.5em 0.5em; } diff --git a/front/src/css/timeline.css b/front/src/css/timeline.css index 5b2c872..11920fb 100644 --- a/front/src/css/timeline.css +++ b/front/src/css/timeline.css @@ -62,34 +62,34 @@ background: #F04DA7; } .timeline .domComplete.interval { - background: #ede3ff; + background: #EDE3FF; } .timeline .domComplete .color { - background: #c2a3ff; + background: #C2A3FF; } .timeline .domContentLoadedEnd.interval { - background: #d8f0f0; + background: #D8F0F0; } .timeline .domContentLoadedEnd .color { - background: #7ecccc; + background: #7ECCCC; } .timeline .domContentLoaded.interval { - background: #e0ffd1; + background: #E0FFD1; } .timeline .domContentLoaded .color { - background: #a7e846; + background: #A7E846; } .timeline .domInteractive.interval { - background: #fffccc; + background: #FFFCCC; } .timeline .domInteractive .color { - background: #ffe433; + background: #FFE433; } .timeline .domCreation.interval { - background: #ffe0cc; + background: #FFE0CC; } .timeline .domCreation .color { - background: #ff6600; + background: #FF6600; } .timeline .tooltip.detailsOverlay { position: absolute; @@ -294,19 +294,19 @@ white-space: nowrap; } .table > div > .startTime.domComplete { - background: #ede3ff; + background: #EDE3FF; } .table > div > .startTime.domContentLoadedEnd { - background: #d8f0f0; + background: #D8F0F0; } .table > div > .startTime.domContentLoaded { - background: #e0ffd1; + background: #E0FFD1; } .table > div > .startTime.domInteractive { - background: #fffccc; + background: #FFFCCC; } .table > div > .startTime.domCreation { - background: #ffe0cc; + background: #FFE0CC; } .execution .icon-warning { color: #e74c3c; diff --git a/package.json b/package.json index 771aca9..46ea2ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yellowlabtools", - "version": "1.8.2", + "version": "1.9.0", "description": "Online tool to audit a webpage for performance and front-end quality issues", "license": "GPL-2.0", "author": { @@ -20,50 +20,50 @@ }, "main": "./lib/index.js", "dependencies": { - "angular": "1.4.7", - "angular-animate": "1.4.7", - "angular-chart.js": "0.8.5", + "angular": "1.4.8", + "angular-animate": "1.4.8", + "angular-chart.js": "0.8.6", "angular-local-storage": "0.2.2", - "angular-resource": "1.4.7", - "angular-route": "1.4.7", - "angular-sanitize": "1.4.7", + "angular-resource": "1.4.8", + "angular-route": "1.4.8", + "angular-sanitize": "1.4.8", "async": "1.5.0", "body-parser": "1.14.1", "chart.js": "1.0.2", - "clean-css": "3.4.6", + "clean-css": "3.4.8", "color-diff": "0.1.7", "compression": "1.6.0", "cors": "2.7.1", "debug": "2.2.0", "express": "4.13.3", - "imagemin": "3.2.2", - "imagemin-jpegoptim": "4.0.0", + "imagemin": "4.0.0", + "imagemin-jpegoptim": "4.1.0", "jstoxml": "0.2.3", "lwip": "0.0.8", - "meow": "3.4.2", + "meow": "3.6.0", "minimize": "1.7.4", "parse-color": "1.0.0", "phantomas": "1.13.0", "ps-node": "0.0.5", "q": "1.4.1", - "request": "2.65.0", - "rimraf": "2.4.3", + "request": "2.67.0", + "rimraf": "2.4.4", "temporary": "0.0.8", "try-thread-sleep": "1.0.0", - "uglify-js": "2.5.0" + "uglify-js": "2.6.1" }, "devDependencies": { "chai": "~3.4.0", "grunt": "~0.4.5", - "grunt-blanket": "~0.0.8", - "grunt-contrib-clean": "~0.6.0", + "grunt-blanket": "~0.0.10", + "grunt-contrib-clean": "~0.7.0", "grunt-contrib-concat": "~0.5.1", "grunt-contrib-copy": "~0.8.2", "grunt-contrib-cssmin": "~0.14.0", "grunt-contrib-htmlmin": "~0.6.0", "grunt-contrib-jshint": "~0.11.3", - "grunt-contrib-less": "~1.0.1", - "grunt-contrib-uglify": "~0.10.0", + "grunt-contrib-less": "~1.1.0", + "grunt-contrib-uglify": "~0.11.0", "grunt-env": "~0.4.4", "grunt-express": "~1.4.1", "grunt-filerev": "~2.3.1", @@ -72,7 +72,7 @@ "grunt-mocha-test": "~0.12.7", "grunt-replace": "~0.11.0", "grunt-usemin": "~3.1.1", - "grunt-webfont": "~0.5.4", + "grunt-webfont": "~1.0.2", "matchdep": "~1.0.0", "mocha": "~2.3.2", "sinon": "~1.17.2",