From c6c2958385e38d573aee61cb117add738f1b3635 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 26 Jan 2016 14:55:26 +0200 Subject: Update grunt-html to v6.0.0. Also remove the workaround for the old validator version. [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 b2494c6e2..d02e6d6a6 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "grunt-contrib-watch": "~0.6.1", "grunt-eslint": "^17.1.0", "grunt-exec": "~0.4.6", - "grunt-html": "~5.0.0", + "grunt-html": "~6.0.0", "grunt-jekyll": "~0.4.2", "grunt-jscs": "~2.7.0", "grunt-line-remover": "0.0.2", -- cgit v1.2.3 From 9989966ddedbdb4c424e0a12c2f00cddeb01ac9a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 19 Feb 2016 13:09:42 +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 d02e6d6a6..8d2dae309 100644 --- a/package.json +++ b/package.json @@ -32,12 +32,12 @@ "autoprefixer": "^6.0.3", "babel-eslint": "^4.1.3", "btoa": "~1.1.2", - "glob": "~6.0.1", + "glob": "~7.0.0", "grunt": "~0.4.5", "grunt-babel": "^5.0.3", "grunt-build-control": "~0.6.0", - "grunt-contrib-clean": "~0.7.0", - "grunt-contrib-compress": "~0.14.0", + "grunt-contrib-clean": "~1.0.0", + "grunt-contrib-compress": "~1.0.0", "grunt-contrib-concat": "~0.5.1", "grunt-contrib-connect": "~0.11.2", "grunt-contrib-copy": "~0.8.1", @@ -59,7 +59,7 @@ "grunt-stamp": "^0.1.0", "is-travis": "^1.0.0", "load-grunt-tasks": "~3.4.0", - "markdown-it": "^5.0.0", + "markdown-it": "^6.0.0", "mq4-hover-shim": "^0.3.0", "npm-shrinkwrap": "^200.1.0", "shelljs": "^0.6.0", -- cgit v1.2.3 From 44be1d261cc7e66b6340c18f615d002d56d99c6a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 23 Feb 2016 09:47:17 +0200 Subject: Bump grunt-contrib-concat. [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 8d2dae309..5266abf6b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "grunt-build-control": "~0.6.0", "grunt-contrib-clean": "~1.0.0", "grunt-contrib-compress": "~1.0.0", - "grunt-contrib-concat": "~0.5.1", + "grunt-contrib-concat": "~1.0.0", "grunt-contrib-connect": "~0.11.2", "grunt-contrib-copy": "~0.8.1", "grunt-contrib-cssmin": "~0.14.0", -- cgit v1.2.3 From 258098125283e74a7728ab0d2526e53b8ea359be Mon Sep 17 00:00:00 2001 From: Charlie Wagner Date: Fri, 26 Feb 2016 21:36:00 -0500 Subject: Include all grunt requires files in npm package --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 5266abf6b..568f2a417 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,7 @@ }, "files": [ "dist", - "grunt/*.js", - "grunt/*.json", + "grunt", "js/*.js", "scss/**/*.scss", "Gruntfile.js", -- cgit v1.2.3 From 7a6b5cefb73e9daa6a7895d48b5a0ef23f73b55d Mon Sep 17 00:00:00 2001 From: Ameya Pandilwar Date: Sat, 27 Feb 2016 18:17:51 -0500 Subject: Removed unused markdown-it dependency --- package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 568f2a417..c15f21065 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,6 @@ "grunt-stamp": "^0.1.0", "is-travis": "^1.0.0", "load-grunt-tasks": "~3.4.0", - "markdown-it": "^6.0.0", "mq4-hover-shim": "^0.3.0", "npm-shrinkwrap": "^200.1.0", "shelljs": "^0.6.0", -- cgit v1.2.3 From dbaf20fc44ffaf1c9d103b42338965b4c1fae344 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 3 Mar 2016 10:35:55 +0200 Subject: Update grunt-jscs. [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 c15f21065..245db46b8 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "grunt-exec": "~0.4.6", "grunt-html": "~6.0.0", "grunt-jekyll": "~0.4.2", - "grunt-jscs": "~2.7.0", + "grunt-jscs": "~2.8.0", "grunt-line-remover": "0.0.2", "grunt-postcss": "^0.7.0", "grunt-sass": "^1.0.0", -- cgit v1.2.3 From b2bb83d8f6ab8b9fb2bbd9a738dbcb77c76fe29a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 7 Mar 2016 01:23:55 -0800 Subject: Add jQuery and Tether to npm dependencies; fixes #17325 [skip sauce] --- package.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 245db46b8..0e3b2b5a2 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,10 @@ "url": "https://github.com/twbs/bootstrap/issues" }, "license": "MIT", + "dependencies": { + "jquery": "1.9.1 - 2", + "tether": "^1.1.1" + }, "devDependencies": { "autoprefixer": "^6.0.3", "babel-eslint": "^4.1.3", -- cgit v1.2.3 From 2a999c6c2c21e0d791d1817331398a1b636413c2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 7 Mar 2016 11:41:37 +0200 Subject: Bump devDependencies. Also switch to `^`. --- package.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 245db46b8..edc3f9823 100644 --- a/package.json +++ b/package.json @@ -31,34 +31,34 @@ "devDependencies": { "autoprefixer": "^6.0.3", "babel-eslint": "^4.1.3", - "btoa": "~1.1.2", - "glob": "~7.0.0", - "grunt": "~0.4.5", + "btoa": "^1.1.2", + "glob": "^7.0.0", + "grunt": "^0.4.5", "grunt-babel": "^5.0.3", - "grunt-build-control": "~0.6.0", - "grunt-contrib-clean": "~1.0.0", - "grunt-contrib-compress": "~1.0.0", - "grunt-contrib-concat": "~1.0.0", - "grunt-contrib-connect": "~0.11.2", - "grunt-contrib-copy": "~0.8.1", - "grunt-contrib-cssmin": "~0.14.0", - "grunt-contrib-qunit": "~1.0.1", - "grunt-contrib-sass": "^0.9.2", - "grunt-contrib-uglify": "~0.11.0", - "grunt-contrib-watch": "~0.6.1", + "grunt-build-control": "^0.6.0", + "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-compress": "^1.1.0", + "grunt-contrib-concat": "^1.0.0", + "grunt-contrib-connect": "^1.0.0", + "grunt-contrib-copy": "^1.0.0", + "grunt-contrib-cssmin": "^1.0.0", + "grunt-contrib-qunit": "^1.0.1", + "grunt-contrib-sass": "^1.0.0", + "grunt-contrib-uglify": "^1.0.0", + "grunt-contrib-watch": "^0.6.1", "grunt-eslint": "^17.1.0", - "grunt-exec": "~0.4.6", - "grunt-html": "~6.0.0", - "grunt-jekyll": "~0.4.2", - "grunt-jscs": "~2.8.0", + "grunt-exec": "^0.4.6", + "grunt-html": "^6.0.0", + "grunt-jekyll": "^0.4.2", + "grunt-jscs": "^2.8.0", "grunt-line-remover": "0.0.2", - "grunt-postcss": "^0.7.0", + "grunt-postcss": "^0.8.0", "grunt-sass": "^1.0.0", - "grunt-saucelabs": "~8.6.1", + "grunt-saucelabs": "^8.6.1", "grunt-scss-lint": "^0.3.8", "grunt-stamp": "^0.1.0", "is-travis": "^1.0.0", - "load-grunt-tasks": "~3.4.0", + "load-grunt-tasks": "^3.4.0", "mq4-hover-shim": "^0.3.0", "npm-shrinkwrap": "^200.1.0", "shelljs": "^0.6.0", -- cgit v1.2.3 From 3d5a6a70fc3e08aab33af0a7f0f25a039b21f446 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 4 Mar 2016 19:26:30 +0200 Subject: Remove the now unused btoa dependency. [skip sauce] --- package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index edc3f9823..fbd74338a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "devDependencies": { "autoprefixer": "^6.0.3", "babel-eslint": "^4.1.3", - "btoa": "^1.1.2", "glob": "^7.0.0", "grunt": "^0.4.5", "grunt-babel": "^5.0.3", -- cgit v1.2.3 From ae4d774fa5cd7fbca6c1e11775f16f6d9c8a6c71 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 15 Mar 2016 21:09:10 +0200 Subject: Remove the now unused glob. --- package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 80bb1d7c0..5dc3728a4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,6 @@ "devDependencies": { "autoprefixer": "^6.0.3", "babel-eslint": "^4.1.3", - "glob": "^7.0.0", "grunt": "^0.4.5", "grunt-babel": "^5.0.3", "grunt-build-control": "^0.6.0", -- cgit v1.2.3 From a277c1221440df30fcb764d628296cf14fba687c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 19 Mar 2016 18:54:01 +0200 Subject: Update dependencies. [ci skip] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 5dc3728a4..394b9cd7c 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "grunt-contrib-qunit": "^1.0.1", "grunt-contrib-sass": "^1.0.0", "grunt-contrib-uglify": "^1.0.0", - "grunt-contrib-watch": "^0.6.1", + "grunt-contrib-watch": "^1.0.0", "grunt-eslint": "^17.1.0", "grunt-exec": "^0.4.6", "grunt-html": "^6.0.0", -- cgit v1.2.3 From 768dac2e87efdeb250564e612671437974171983 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 23 Mar 2016 22:37:43 -0700 Subject: Use vanilla npm shrinkwrap instead of uber/npm-shrinkwrap; fixes #18559 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 394b9cd7c..e09ce0352 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "author": "Twitter, Inc.", "scripts": { "change-version": "node grunt/change-version.js", + "shrinkwrap": "npm shrinkwrap --dev && mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json", "test": "grunt test" }, "style": "dist/css/bootstrap.css", @@ -62,7 +63,6 @@ "is-travis": "^1.0.0", "load-grunt-tasks": "^3.4.0", "mq4-hover-shim": "^0.3.0", - "npm-shrinkwrap": "^200.1.0", "shelljs": "^0.6.0", "time-grunt": "^1.2.1" }, -- cgit v1.2.3 From da6674a2b76782cc662e337762ad28a137091dbf Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 24 Mar 2016 09:36:41 +0200 Subject: Update grunt-html. [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 e09ce0352..61d850a9d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "grunt-contrib-watch": "^1.0.0", "grunt-eslint": "^17.1.0", "grunt-exec": "^0.4.6", - "grunt-html": "^6.0.0", + "grunt-html": "^7.0.0", "grunt-jekyll": "^0.4.2", "grunt-jscs": "^2.8.0", "grunt-line-remover": "0.0.2", -- cgit v1.2.3 From ed0c12fd7109fd4cf16ef1b42874105566132192 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 2 Apr 2016 10:03:04 +0300 Subject: Nuke grunt-line-remover. Use concat's process function instead. --- package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 61d850a9d..32c823821 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,6 @@ "grunt-html": "^7.0.0", "grunt-jekyll": "^0.4.2", "grunt-jscs": "^2.8.0", - "grunt-line-remover": "0.0.2", "grunt-postcss": "^0.8.0", "grunt-sass": "^1.0.0", "grunt-saucelabs": "^8.6.1", -- cgit v1.2.3