From 7ba5c5d5e4f8fba4877bae9e423afbecbffa3e17 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 11 Jun 2014 09:30:30 +0300 Subject: Update grunt-csscomb. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 470b3585e..2e20fdb6c 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "grunt-contrib-qunit": "~0.5.2", "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-watch": "~0.6.1", - "grunt-csscomb": "~2.0.1", + "grunt-csscomb": "~3.0.0", "grunt-exec": "~0.4.5", "grunt-html-validation": "~0.1.18", "grunt-jekyll": "~0.4.2", -- cgit v1.2.3 From 88b4016ce68f24822c8c6083616493ee0989411c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 22 Jul 2014 08:29:39 +0300 Subject: Update all devDependencies. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 2e20fdb6c..9ba32d699 100644 --- a/package.json +++ b/package.json @@ -31,12 +31,12 @@ }, "devDependencies": { "btoa": "~1.1.2", - "glob": "~4.0.3", + "glob": "~4.0.4", "grunt": "~0.4.5", - "grunt-autoprefixer": "~0.8.1", + "grunt-autoprefixer": "~0.8.2", "grunt-banner": "~0.2.3", "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-concat": "~0.4.0", + "grunt-contrib-concat": "~0.5.0", "grunt-contrib-connect": "~0.8.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-csslint": "~0.2.0", @@ -48,7 +48,7 @@ "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~3.0.0", - "grunt-exec": "~0.4.5", + "grunt-exec": "~0.4.6", "grunt-html-validation": "~0.1.18", "grunt-jekyll": "~0.4.2", "grunt-jscs": "~0.6.1", -- cgit v1.2.3 From 80ca65915470c190a049efe327f96b6f1ba6f6bb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 31 Jul 2014 13:15:27 -0700 Subject: bump grunt-contrib-clean to ~0.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 9ba32d699..3cfa5552c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "grunt": "~0.4.5", "grunt-autoprefixer": "~0.8.2", "grunt-banner": "~0.2.3", - "grunt-contrib-clean": "~0.5.0", + "grunt-contrib-clean": "~0.6.0", "grunt-contrib-concat": "~0.5.0", "grunt-contrib-connect": "~0.8.0", "grunt-contrib-copy": "~0.5.0", -- cgit v1.2.3 From 460294ff77b8b8525d63d9043fe1ffa690950956 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 31 Jul 2014 13:16:04 -0700 Subject: bump grunt-saucelabs to ~8.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 3cfa5552c..48f6fac3a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "grunt-html-validation": "~0.1.18", "grunt-jekyll": "~0.4.2", "grunt-jscs": "~0.6.1", - "grunt-saucelabs": "~8.1.1", + "grunt-saucelabs": "~8.2.0", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.6.0", "markdown": "~0.5.0", -- cgit v1.2.3