From 71f6dd25fc30c52c93fdb90fd6cb145593cdf2ee Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 2 Dec 2014 13:50:20 +0200 Subject: Add grunt-contrib-compress. Now, the zip file is created when running `grunt prep-release`. [ci skip] --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 5793ad2d4..3beb0e90d 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "grunt-autoprefixer": "~2.0.0", "grunt-banner": "~0.2.3", "grunt-contrib-clean": "~0.6.0", + "grunt-contrib-compress": "~0.12.0", "grunt-contrib-concat": "~0.5.0", "grunt-contrib-connect": "~0.9.0", "grunt-contrib-copy": "~0.7.0", -- cgit v1.2.3 From afa46515d07eecd41353a0134d3bf30de47245e0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 9 Dec 2014 07:55:38 +0200 Subject: Update glob. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 5793ad2d4..7f6b66ce3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "btoa": "~1.1.2", - "glob": "~4.2.1", + "glob": "~4.3.1", "grunt": "~0.4.5", "grunt-autoprefixer": "~2.0.0", "grunt-banner": "~0.2.3", -- cgit v1.2.3 From f2ecc775620dc67f97179536d4638c9af6e1f9dc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 12 Dec 2014 12:41:51 -0800 Subject: use npm-shrinkwrap ^200.0.0 ; fixes #15279 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8f4f3aa0e..791d3bb51 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "grunt-saucelabs": "~8.3.3", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~1.0.0", - "npm-shrinkwrap": "5.0.0", + "npm-shrinkwrap": "^200.0.0", "remarkable": "~1.4.2", "time-grunt": "~1.0.0" }, -- cgit v1.2.3 From 74df3175b9ec9aae3d72e27a60f2faced6ac8750 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 12 Dec 2014 13:42:43 -0800 Subject: bump remarkable to ~1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 791d3bb51..81dc1b915 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "grunt-sed": "~0.1.1", "load-grunt-tasks": "~1.0.0", "npm-shrinkwrap": "^200.0.0", - "remarkable": "~1.4.2", + "remarkable": "~1.5.0", "time-grunt": "~1.0.0" }, "engines": { -- cgit v1.2.3 From 33cbf2142b477417ba9ad2f42ce8f3ad65f9aca3 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 12 Dec 2014 14:13:17 -0800 Subject: bump grunt-saucelabs to ~8.4.0 [skip validator] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 81dc1b915..1bc5a863e 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "grunt-html-validation": "~0.1.18", "grunt-jekyll": "~0.4.2", "grunt-jscs": "~1.0.0", - "grunt-saucelabs": "~8.3.3", + "grunt-saucelabs": "~8.4.0", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~1.0.0", "npm-shrinkwrap": "^200.0.0", -- cgit v1.2.3 From 28790491632befc63fb952dd79aab042d641176b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Dec 2014 18:25:49 -0800 Subject: bump remarkable to ~1.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 1bc5a863e..26a509eb9 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "grunt-sed": "~0.1.1", "load-grunt-tasks": "~1.0.0", "npm-shrinkwrap": "^200.0.0", - "remarkable": "~1.5.0", + "remarkable": "~1.6.0", "time-grunt": "~1.0.0" }, "engines": { -- cgit v1.2.3 From 93cd02cd29bf750343429a0620e02008b3d7e1e9 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Dec 2014 18:43:47 -0800 Subject: bump load-grunt-tasks to ~2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 26a509eb9..ec442abcc 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "grunt-jscs": "~1.0.0", "grunt-saucelabs": "~8.4.0", "grunt-sed": "~0.1.1", - "load-grunt-tasks": "~1.0.0", + "load-grunt-tasks": "~2.0.0", "npm-shrinkwrap": "^200.0.0", "remarkable": "~1.6.0", "time-grunt": "~1.0.0" -- cgit v1.2.3 From b282e8a01fed462923de26f4568933611aa4e983 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Dec 2014 18:53:55 -0800 Subject: bump grunt-contrib-jade to ~0.14.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index ec442abcc..de0ecfecc 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "grunt-contrib-copy": "~0.7.0", "grunt-contrib-csslint": "~0.3.1", "grunt-contrib-cssmin": "~0.10.0", - "grunt-contrib-jade": "~0.13.0", + "grunt-contrib-jade": "~0.14.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "~0.12.0", "grunt-contrib-qunit": "~0.5.2", -- cgit v1.2.3 From f5dad0fa39f93f467e771337d159b5bcae641afe Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Dec 2014 18:59:49 -0800 Subject: bump grunt-contrib-compress to ~0.13.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index de0ecfecc..8ebba8c42 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "grunt-autoprefixer": "~2.0.0", "grunt-banner": "~0.2.3", "grunt-contrib-clean": "~0.6.0", - "grunt-contrib-compress": "~0.12.0", + "grunt-contrib-compress": "~0.13.0", "grunt-contrib-concat": "~0.5.0", "grunt-contrib-connect": "~0.9.0", "grunt-contrib-copy": "~0.7.0", -- cgit v1.2.3 From 139226157e43541f90991e1d4cf7b6cd3f4dbf07 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Dec 2014 19:47:46 -0800 Subject: bump grunt-contrib-uglify to ~0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8ebba8c42..91d807dea 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "~0.12.0", "grunt-contrib-qunit": "~0.5.2", - "grunt-contrib-uglify": "~0.6.0", + "grunt-contrib-uglify": "~0.7.0", "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~3.0.0", "grunt-exec": "~0.4.6", -- cgit v1.2.3 From f91071bc1bb0cb0999739d62dd46d18727312165 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Dec 2014 19:58:29 -0800 Subject: Bump grunt-contrib-cssmin to ~0.11.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 91d807dea..1d8f185be 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "grunt-contrib-connect": "~0.9.0", "grunt-contrib-copy": "~0.7.0", "grunt-contrib-csslint": "~0.3.1", - "grunt-contrib-cssmin": "~0.10.0", + "grunt-contrib-cssmin": "~0.11.0", "grunt-contrib-jade": "~0.14.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "~0.12.0", -- cgit v1.2.3 From 995c7683307b2e39d8505989615967b5d7843caa Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 29 Dec 2014 11:57:56 -0800 Subject: bump grunt-jscs to ~1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 91d807dea..771fd4324 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "grunt-exec": "~0.4.6", "grunt-html-validation": "~0.1.18", "grunt-jekyll": "~0.4.2", - "grunt-jscs": "~1.0.0", + "grunt-jscs": "~1.1.0", "grunt-saucelabs": "~8.4.0", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~2.0.0", -- cgit v1.2.3 From e0b5de6ab12f181247108529b8e7a473eabe3b39 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 5 Jan 2015 16:29:17 -0800 Subject: bump grunt-autoprefixer to ~2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8d4434622..67a26ad0f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "btoa": "~1.1.2", "glob": "~4.3.1", "grunt": "~0.4.5", - "grunt-autoprefixer": "~2.0.0", + "grunt-autoprefixer": "~2.1.0", "grunt-banner": "~0.2.3", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-compress": "~0.13.0", -- cgit v1.2.3 From 7f65b71cc3f7639eab7ca1f06388f16db2c630c5 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 5 Jan 2015 16:29:52 -0800 Subject: bump grunt-banner to ~0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 67a26ad0f..2560c7d89 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "glob": "~4.3.1", "grunt": "~0.4.5", "grunt-autoprefixer": "~2.1.0", - "grunt-banner": "~0.2.3", + "grunt-banner": "~0.3.0", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-compress": "~0.13.0", "grunt-contrib-concat": "~0.5.0", -- cgit v1.2.3 From b24e6cf2edb064046e648e0eb5ac109bf577a07e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 29 Dec 2014 12:09:39 -0800 Subject: bump grunt-contrib-less to ~1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 2560c7d89..70d0b7a4c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "grunt-contrib-cssmin": "~0.11.0", "grunt-contrib-jade": "~0.14.0", "grunt-contrib-jshint": "~0.10.0", - "grunt-contrib-less": "~0.12.0", + "grunt-contrib-less": "~1.0.0", "grunt-contrib-qunit": "~0.5.2", "grunt-contrib-uglify": "~0.7.0", "grunt-contrib-watch": "~0.6.1", -- cgit v1.2.3 From f5a5621af2194b6757ed3028a79598575cc9e1e2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 16 Jan 2015 10:10:02 +0200 Subject: Update devDependencies. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 70d0b7a4c..36490e847 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,10 @@ }, "devDependencies": { "btoa": "~1.1.2", - "glob": "~4.3.1", + "glob": "~4.3.5", "grunt": "~0.4.5", "grunt-autoprefixer": "~2.1.0", - "grunt-banner": "~0.3.0", + "grunt-banner": "~0.3.1", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-compress": "~0.13.0", "grunt-contrib-concat": "~0.5.0", @@ -53,8 +53,8 @@ "grunt-exec": "~0.4.6", "grunt-html-validation": "~0.1.18", "grunt-jekyll": "~0.4.2", - "grunt-jscs": "~1.1.0", - "grunt-saucelabs": "~8.4.0", + "grunt-jscs": "~1.2.0", + "grunt-saucelabs": "~8.4.1", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~2.0.0", "npm-shrinkwrap": "^200.0.0", -- cgit v1.2.3