From f2952aeccf4e5653bd7fc2ba3f7ca183e570ab3e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 20 Mar 2014 06:46:32 +0200 Subject: Update grunt-contrib-less to v0.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 c6fa72b93..a124238db 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "grunt-contrib-cssmin": "~0.9.0", "grunt-contrib-jade": "~0.11.0", "grunt-contrib-jshint": "~0.9.2", - "grunt-contrib-less": "~0.10.0", + "grunt-contrib-less": "~0.11.0", "grunt-contrib-qunit": "~0.4.0", "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-watch": "~0.6.0", -- cgit v1.2.3 From 30cc625c5c686f00af15a926f9437cb0e3fdff42 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 23 Mar 2014 08:13:38 +0200 Subject: Update time-grunt to v0.3.1. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index a124238db..f11a63334 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.4.0", "markdown": "~0.5.0", - "time-grunt": "~0.2.10" + "time-grunt": "~0.3.1" }, "engines": { "node": "~0.10.1" -- cgit v1.2.3 From 24c5a453b2314ded0fcdea20dc30f2e02c0cd501 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 12 Mar 2014 14:01:09 -0700 Subject: use glob instead of fs.readdirSync since /less now has subdirs --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index f11a63334..afae79aa1 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "devDependencies": { "btoa": "~1.1.1", "canonical-json": "~0.0.4", + "glob": "^3.2.9", "grunt": "~0.4.4", "grunt-autoprefixer": "~0.7.2", "grunt-banner": "~0.2.2", -- cgit v1.2.3 From 35d34ccfaad366175978d9d737116a8537176ff8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 30 Mar 2014 17:17:59 -0700 Subject: bump grunt-saucelabs to v5.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index afae79aa1..c1eedafa8 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "grunt-html-validation": "~0.1.13", "grunt-jekyll": "~0.4.1", "grunt-jscs-checker": "~0.4.0", - "grunt-saucelabs": "~5.1.0", + "grunt-saucelabs": "~5.1.1", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.4.0", "markdown": "~0.5.0", -- cgit v1.2.3 From db6572e726d93fbc056d22e60090c77ee703c536 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 30 Mar 2014 17:26:13 -0700 Subject: bump patch versions of 3 grunt tasks --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index c1eedafa8..d8ebb4f7d 100644 --- a/package.json +++ b/package.json @@ -47,13 +47,13 @@ "grunt-contrib-less": "~0.11.0", "grunt-contrib-qunit": "~0.4.0", "grunt-contrib-uglify": "~0.4.0", - "grunt-contrib-watch": "~0.6.0", + "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~2.0.1", "grunt-css-flip": "~0.2.1", "grunt-exec": "~0.4.5", - "grunt-html-validation": "~0.1.13", + "grunt-html-validation": "~0.1.14", "grunt-jekyll": "~0.4.1", - "grunt-jscs-checker": "~0.4.0", + "grunt-jscs-checker": "~0.4.1", "grunt-saucelabs": "~5.1.1", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.4.0", -- cgit v1.2.3 From 367da423c4ebfa71166c9f338c614753feb15aee Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 1 Apr 2014 08:26:39 +0300 Subject: Update "grunt-contrib-concat" dependency. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index d8ebb4f7d..e65bdd84d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "grunt-autoprefixer": "~0.7.2", "grunt-banner": "~0.2.2", "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-concat": "~0.3.0", + "grunt-contrib-concat": "~0.4.0", "grunt-contrib-connect": "~0.7.1", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-csslint": "~0.2.0", -- cgit v1.2.3 From 76e717b23395ea3997de3d7039a8ec8ab216bbd4 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 2 Apr 2014 16:23:20 +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 e65bdd84d..8b71d24f7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "grunt-contrib-csslint": "~0.2.0", "grunt-contrib-cssmin": "~0.9.0", "grunt-contrib-jade": "~0.11.0", - "grunt-contrib-jshint": "~0.9.2", + "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "~0.11.0", "grunt-contrib-qunit": "~0.4.0", "grunt-contrib-uglify": "~0.4.0", @@ -51,7 +51,7 @@ "grunt-csscomb": "~2.0.1", "grunt-css-flip": "~0.2.1", "grunt-exec": "~0.4.5", - "grunt-html-validation": "~0.1.14", + "grunt-html-validation": "~0.1.15", "grunt-jekyll": "~0.4.1", "grunt-jscs-checker": "~0.4.1", "grunt-saucelabs": "~5.1.1", -- cgit v1.2.3 From 348e7a011a624bc48983be337c9f5fd723318aaf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 3 May 2014 16:43:02 -0700 Subject: bump grunt-css-flip to ~0.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8b71d24f7..2f20af528 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~2.0.1", - "grunt-css-flip": "~0.2.1", + "grunt-css-flip": "~0.2.2", "grunt-exec": "~0.4.5", "grunt-html-validation": "~0.1.15", "grunt-jekyll": "~0.4.1", -- cgit v1.2.3 From b100e15d419a6640c523e121b664330f819ea7af Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 5 May 2014 12:08:04 -0700 Subject: temporarily lock grunt-jscs-checker to v0.4.0 Per #13512 & https://github.com/mdevils/node-jscs/issues/357 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 2f20af528..8c90cef51 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "grunt-exec": "~0.4.5", "grunt-html-validation": "~0.1.15", "grunt-jekyll": "~0.4.1", - "grunt-jscs-checker": "~0.4.1", + "grunt-jscs-checker": "0.4.0", "grunt-saucelabs": "~5.1.1", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.4.0", -- cgit v1.2.3 From 64fdbd762190fb1d2191e0e6aac1bccc621b54db Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 5 May 2014 12:31:17 -0700 Subject: bump grunt-jscs-checker to v0.4.1; refs #13512 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8c90cef51..bbb647887 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "grunt-exec": "~0.4.5", "grunt-html-validation": "~0.1.15", "grunt-jekyll": "~0.4.1", - "grunt-jscs-checker": "0.4.0", + "grunt-jscs-checker": "0.4.1", "grunt-saucelabs": "~5.1.1", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.4.0", -- cgit v1.2.3 From 150ca95b19ddbac917be861ceeddfbe87d3e82d3 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 7 May 2014 13:28:02 -0700 Subject: unlock & bump grunt-jscs-checker to ~0.4.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index bbb647887..4e4672959 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "grunt-exec": "~0.4.5", "grunt-html-validation": "~0.1.15", "grunt-jekyll": "~0.4.1", - "grunt-jscs-checker": "0.4.1", + "grunt-jscs-checker": "~0.4.3", "grunt-saucelabs": "~5.1.1", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.4.0", -- cgit v1.2.3 From f5513fd30ef16228869b1ec3473217dab63f2c29 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 May 2014 19:47:53 -0700 Subject: nuke rtl --- package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 4e4672959..f90cf3868 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,6 @@ "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~2.0.1", - "grunt-css-flip": "~0.2.2", "grunt-exec": "~0.4.5", "grunt-html-validation": "~0.1.15", "grunt-jekyll": "~0.4.1", -- cgit v1.2.3 From 6fef447a62dc079448d3c3429f0ce920645a2788 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 13 May 2014 14:54:41 -0700 Subject: bump grunt-saucelabs to v5.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index f90cf3868..823e743f8 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "grunt-html-validation": "~0.1.15", "grunt-jekyll": "~0.4.1", "grunt-jscs-checker": "~0.4.3", - "grunt-saucelabs": "~5.1.1", + "grunt-saucelabs": "~5.1.3", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.4.0", "markdown": "~0.5.0", -- cgit v1.2.3 From 8be8fb61bb27ff33d0e6e18da6adc8bf447d1384 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 23 May 2014 12:29:24 -0700 Subject: bump glob to ^4.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 823e743f8..be01101a4 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "btoa": "~1.1.1", "canonical-json": "~0.0.4", - "glob": "^3.2.9", + "glob": "^4.0.0", "grunt": "~0.4.4", "grunt-autoprefixer": "~0.7.2", "grunt-banner": "~0.2.2", -- cgit v1.2.3 From 7b2600cfc54ad8c42e3710f65e766d65cc6eb4d8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 23 May 2014 12:44:52 -0700 Subject: bump grunt-saucelabs to ~7.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 be01101a4..bedbd1334 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "grunt-html-validation": "~0.1.15", "grunt-jekyll": "~0.4.1", "grunt-jscs-checker": "~0.4.3", - "grunt-saucelabs": "~5.1.3", + "grunt-saucelabs": "~7.0.0", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.4.0", "markdown": "~0.5.0", -- cgit v1.2.3 From 094e42883acae475c0a863de1231cd965744eae1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 4 Jun 2014 12:06:03 -0700 Subject: bump grunt-contrib-qunit 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 bedbd1334..3be8ce0b3 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "grunt-contrib-jade": "~0.11.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "~0.11.0", - "grunt-contrib-qunit": "~0.4.0", + "grunt-contrib-qunit": "~0.5.1", "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~2.0.1", -- cgit v1.2.3 From 34621740b35df5d40d25ac32316b43940b8f39c2 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 4 Jun 2014 12:06:47 -0700 Subject: bump grunt-contrib-jade to ~0.12.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 3be8ce0b3..757ff2163 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "grunt-contrib-copy": "~0.5.0", "grunt-contrib-csslint": "~0.2.0", "grunt-contrib-cssmin": "~0.9.0", - "grunt-contrib-jade": "~0.11.0", + "grunt-contrib-jade": "~0.12.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "~0.11.0", "grunt-contrib-qunit": "~0.5.1", -- cgit v1.2.3 From f0c97bf758a57148935516a9c94aebc3e891f4d9 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 4 Jun 2014 12:38:26 -0700 Subject: bump grunt-saucelabs to ~8.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 757ff2163..97ed639eb 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "grunt-html-validation": "~0.1.15", "grunt-jekyll": "~0.4.1", "grunt-jscs-checker": "~0.4.3", - "grunt-saucelabs": "~7.0.0", + "grunt-saucelabs": "~8.0.2", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.4.0", "markdown": "~0.5.0", -- cgit v1.2.3 From 2213a5b756ad01042bd6e68b9a17f591ca62e977 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 9 Jun 2014 17:32:10 -0700 Subject: bump grunt-contrib-connect to ~0.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 97ed639eb..3c9f2056a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "grunt-banner": "~0.2.2", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-concat": "~0.4.0", - "grunt-contrib-connect": "~0.7.1", + "grunt-contrib-connect": "~0.8.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-csslint": "~0.2.0", "grunt-contrib-cssmin": "~0.9.0", -- cgit v1.2.3 From 624800aa4f29a75e10c4c4d847cfa79141d34068 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 13 Jun 2014 11:55:04 -0700 Subject: bump load-grunt-tasks to ~0.5.0 [skip validator] [skip sauce] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 3c9f2056a..8105591d7 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "grunt-jscs-checker": "~0.4.3", "grunt-saucelabs": "~8.0.2", "grunt-sed": "~0.1.1", - "load-grunt-tasks": "~0.4.0", + "load-grunt-tasks": "~0.5.0", "markdown": "~0.5.0", "time-grunt": "~0.3.1" }, -- cgit v1.2.3 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