From e42de7511ab95532c3d1fee5d58757def86ca607 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 11 Jun 2014 09:30:30 +0300 Subject: Update dependencies. --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8105591d7..dbb7f21e0 100644 --- a/package.json +++ b/package.json @@ -30,34 +30,34 @@ "url": "https://github.com/twbs/bootstrap/blob/master/LICENSE" }, "devDependencies": { - "btoa": "~1.1.1", + "btoa": "~1.1.2", "canonical-json": "~0.0.4", - "glob": "^4.0.0", - "grunt": "~0.4.4", - "grunt-autoprefixer": "~0.7.2", - "grunt-banner": "~0.2.2", + "glob": "~4.0.2", + "grunt": "~0.4.5", + "grunt-autoprefixer": "~0.7.5", + "grunt-banner": "~0.2.3", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-concat": "~0.4.0", "grunt-contrib-connect": "~0.8.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-csslint": "~0.2.0", - "grunt-contrib-cssmin": "~0.9.0", + "grunt-contrib-cssmin": "~0.10.0", "grunt-contrib-jade": "~0.12.0", "grunt-contrib-jshint": "~0.10.0", - "grunt-contrib-less": "~0.11.0", + "grunt-contrib-less": "~0.11.2", "grunt-contrib-qunit": "~0.5.1", - "grunt-contrib-uglify": "~0.4.0", + "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~2.0.1", "grunt-exec": "~0.4.5", - "grunt-html-validation": "~0.1.15", - "grunt-jekyll": "~0.4.1", - "grunt-jscs-checker": "~0.4.3", + "grunt-html-validation": "~0.1.18", + "grunt-jekyll": "~0.4.2", + "grunt-jscs-checker": "~0.4.4", "grunt-saucelabs": "~8.0.2", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.5.0", "markdown": "~0.5.0", - "time-grunt": "~0.3.1" + "time-grunt": "~0.3.2" }, "engines": { "node": "~0.10.1" -- cgit v1.2.3 From 3c4ba2a08cef519f2135922f0549bf787cf3010d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 19 Jun 2014 10:47:55 -0700 Subject: Switch to uber/npm-shrinkwrap for npm-shrinkwrap.json generation Instead of our homegrown grunt/shrinkwrap.js Fixes #13483. New npm-shrinkwrap.json is human-readable but still in a consistent/stable format. Should aid debugging, produce better diffs, and be less prone to merge conflicts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index dbb7f21e0..40feb944f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ }, "devDependencies": { "btoa": "~1.1.2", - "canonical-json": "~0.0.4", "glob": "~4.0.2", "grunt": "~0.4.5", "grunt-autoprefixer": "~0.7.5", @@ -57,6 +56,7 @@ "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.5.0", "markdown": "~0.5.0", + "npm-shrinkwrap": "~3.1.3", "time-grunt": "~0.3.2" }, "engines": { -- cgit v1.2.3 From 7bc8db9558bf222196ab57d176aff08fab6ee552 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Thu, 19 Jun 2014 11:40:16 +0200 Subject: Bump grunt-jscs-checker to 0.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 40feb944f..6776b772e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "grunt-exec": "~0.4.5", "grunt-html-validation": "~0.1.18", "grunt-jekyll": "~0.4.2", - "grunt-jscs-checker": "~0.4.4", + "grunt-jscs-checker": "~0.5.1", "grunt-saucelabs": "~8.0.2", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.5.0", -- cgit v1.2.3 From 856bc8694c7eed0bd5499daf733754da7c6ce977 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 19 Jun 2014 16:04:18 -0700 Subject: bump npm-shrinkwrap to ~3.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 6776b772e..46d0c7c9f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.5.0", "markdown": "~0.5.0", - "npm-shrinkwrap": "~3.1.3", + "npm-shrinkwrap": "~3.1.4", "time-grunt": "~0.3.2" }, "engines": { -- cgit v1.2.3 From 898328655f1978656fa2eba49bb0d2b43557e712 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 23 Jun 2014 03:06:12 +0300 Subject: Update dependencies. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 46d0c7c9f..c91de4403 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "btoa": "~1.1.2", "glob": "~4.0.2", "grunt": "~0.4.5", - "grunt-autoprefixer": "~0.7.5", + "grunt-autoprefixer": "~0.7.6", "grunt-banner": "~0.2.3", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-concat": "~0.4.0", @@ -43,7 +43,7 @@ "grunt-contrib-cssmin": "~0.10.0", "grunt-contrib-jade": "~0.12.0", "grunt-contrib-jshint": "~0.10.0", - "grunt-contrib-less": "~0.11.2", + "grunt-contrib-less": "~0.11.3", "grunt-contrib-qunit": "~0.5.1", "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-watch": "~0.6.1", @@ -54,9 +54,9 @@ "grunt-jscs-checker": "~0.5.1", "grunt-saucelabs": "~8.0.2", "grunt-sed": "~0.1.1", - "load-grunt-tasks": "~0.5.0", + "load-grunt-tasks": "~0.6.0", "markdown": "~0.5.0", - "npm-shrinkwrap": "~3.1.4", + "npm-shrinkwrap": "~3.1.6", "time-grunt": "~0.3.2" }, "engines": { -- cgit v1.2.3 From dc7da296e4f658a32c618b9b01bb00645c272be8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 24 Jun 2014 10:54:19 +0300 Subject: Update dependencies. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index c91de4403..be5b06ff0 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,8 @@ "grunt-exec": "~0.4.5", "grunt-html-validation": "~0.1.18", "grunt-jekyll": "~0.4.2", - "grunt-jscs-checker": "~0.5.1", - "grunt-saucelabs": "~8.0.2", + "grunt-jscs-checker": "~0.6.0", + "grunt-saucelabs": "~8.0.3", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.6.0", "markdown": "~0.5.0", -- cgit v1.2.3 From df1aee56dfe91aabbba2df0d868447c82baae64d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 24 Jun 2014 12:11:39 -0700 Subject: upgrade grunt-saucelabs to ~8.1.0 update shrinkwrap too --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index be5b06ff0..bd4c8a153 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "grunt-html-validation": "~0.1.18", "grunt-jekyll": "~0.4.2", "grunt-jscs-checker": "~0.6.0", - "grunt-saucelabs": "~8.0.3", + "grunt-saucelabs": "~8.1.0", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.6.0", "markdown": "~0.5.0", -- cgit v1.2.3 From ff6b279b3cd37e7e4e6bd93535afd016f6957afc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 26 Jun 2014 09:13:24 -0700 Subject: bump to v3.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 bd4c8a153..3243fa8ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", - "version": "3.1.1", + "version": "3.2.0", "keywords": [ "css", "less", -- cgit v1.2.3 From fec94e1695131a98187165bef9ec7528f0ec6ba2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 27 Jun 2014 07:35:22 +0300 Subject: Update "grunt-autoprefixer". --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 3243fa8ba..ae41d9161 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "btoa": "~1.1.2", "glob": "~4.0.2", "grunt": "~0.4.5", - "grunt-autoprefixer": "~0.7.6", + "grunt-autoprefixer": "~0.8.0", "grunt-banner": "~0.2.3", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-concat": "~0.4.0", -- cgit v1.2.3 From 225351431eeb19178bf2679ee9e0936790a5c765 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 30 Jun 2014 18:35:17 +0300 Subject: Update dependencies. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index ae41d9161..a84960fe9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "btoa": "~1.1.2", - "glob": "~4.0.2", + "glob": "~4.0.3", "grunt": "~0.4.5", "grunt-autoprefixer": "~0.8.0", "grunt-banner": "~0.2.3", -- cgit v1.2.3 From a013c112c41e096a881de67cae76fbaeb88947ee Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 1 Jul 2014 07:24:14 +0300 Subject: Update dependencies. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index a84960fe9..f87f1c899 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "btoa": "~1.1.2", "glob": "~4.0.3", "grunt": "~0.4.5", - "grunt-autoprefixer": "~0.8.0", + "grunt-autoprefixer": "~0.8.1", "grunt-banner": "~0.2.3", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-concat": "~0.4.0", @@ -51,7 +51,7 @@ "grunt-exec": "~0.4.5", "grunt-html-validation": "~0.1.18", "grunt-jekyll": "~0.4.2", - "grunt-jscs-checker": "~0.6.0", + "grunt-jscs-checker": "~0.6.1", "grunt-saucelabs": "~8.1.0", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.6.0", -- cgit v1.2.3 From 0a8845c3fdbcc30f6e314f5a97d41a8d67c88713 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 6 Jul 2014 14:20:49 +0300 Subject: Update package.json. * "grunt-jscs-checker" was renamed to "grunt-jscs" * update deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index f87f1c899..234490b55 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,8 @@ "grunt-exec": "~0.4.5", "grunt-html-validation": "~0.1.18", "grunt-jekyll": "~0.4.2", - "grunt-jscs-checker": "~0.6.1", - "grunt-saucelabs": "~8.1.0", + "grunt-jscs": "~0.6.1", + "grunt-saucelabs": "~8.1.1", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.6.0", "markdown": "~0.5.0", -- cgit v1.2.3 From 503ec4e5db855eca993304ee05bd4acadf2f03e0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 10 Jul 2014 09:52:11 +0300 Subject: Update dependencies. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 234490b55..470b3585e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "grunt-contrib-jade": "~0.12.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "~0.11.3", - "grunt-contrib-qunit": "~0.5.1", + "grunt-contrib-qunit": "~0.5.2", "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~2.0.1", @@ -57,7 +57,7 @@ "load-grunt-tasks": "~0.6.0", "markdown": "~0.5.0", "npm-shrinkwrap": "~3.1.6", - "time-grunt": "~0.3.2" + "time-grunt": "~0.4.0" }, "engines": { "node": "~0.10.1" -- cgit v1.2.3 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 From b3e8001be2a2fb9d2c461a3a875b6351a189425c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 5 Aug 2014 18:38:29 -0700 Subject: bump grunt-autoprefixer 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 48f6fac3a..00c9be7cd 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "btoa": "~1.1.2", "glob": "~4.0.4", "grunt": "~0.4.5", - "grunt-autoprefixer": "~0.8.2", + "grunt-autoprefixer": "~1.0.0", "grunt-banner": "~0.2.3", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-concat": "~0.5.0", -- cgit v1.2.3 From 701c27e22edd2e42e011029d2b7e44d57e729980 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 26 Aug 2014 13:49:16 +0300 Subject: Update dev dependencies. --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 00c9be7cd..8f406346a 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ }, "devDependencies": { "btoa": "~1.1.2", - "glob": "~4.0.4", + "glob": "~4.0.5", "grunt": "~0.4.5", - "grunt-autoprefixer": "~1.0.0", + "grunt-autoprefixer": "~1.0.1", "grunt-banner": "~0.2.3", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-concat": "~0.5.0", @@ -43,21 +43,21 @@ "grunt-contrib-cssmin": "~0.10.0", "grunt-contrib-jade": "~0.12.0", "grunt-contrib-jshint": "~0.10.0", - "grunt-contrib-less": "~0.11.3", + "grunt-contrib-less": "~0.11.4", "grunt-contrib-qunit": "~0.5.2", - "grunt-contrib-uglify": "~0.5.0", + "grunt-contrib-uglify": "~0.5.1", "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~3.0.0", "grunt-exec": "~0.4.6", "grunt-html-validation": "~0.1.18", "grunt-jekyll": "~0.4.2", - "grunt-jscs": "~0.6.1", - "grunt-saucelabs": "~8.2.0", + "grunt-jscs": "~0.6.2", + "grunt-saucelabs": "~8.3.1", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.6.0", "markdown": "~0.5.0", - "npm-shrinkwrap": "~3.1.6", - "time-grunt": "~0.4.0" + "npm-shrinkwrap": "~3.1.8", + "time-grunt": "~1.0.0" }, "engines": { "node": "~0.10.1" -- cgit v1.2.3