aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-01-19 19:54:43 +0200
committerXhmikosR <[email protected]>2015-01-19 19:54:43 +0200
commit4fd01b7ac130dd815e7490950ed807487b684f4a (patch)
tree917013d6f2d46a8f608d42337532a1ce3dcffd97
parent24aad4fe3a9c3c607e52d5cd8de5b72527bca70b (diff)
parentfbc220defdd80e7471592262495869f0f52b02b9 (diff)
downloadbootstrap-4fd01b7ac130dd815e7490950ed807487b684f4a.tar.xz
bootstrap-4fd01b7ac130dd815e7490950ed807487b684f4a.zip
Merge pull request #15605 from twbs/deps
Update devDependencies.
-rw-r--r--package.json4
-rw-r--r--test-infra/npm-shrinkwrap.json36
2 files changed, 24 insertions, 16 deletions
diff --git a/package.json b/package.json
index de9a095a6..71e4fb0d1 100644
--- a/package.json
+++ b/package.json
@@ -34,14 +34,14 @@
"btoa": "~1.1.2",
"glob": "~4.3.5",
"grunt": "~0.4.5",
- "grunt-autoprefixer": "~2.1.0",
+ "grunt-autoprefixer": "~2.2.0",
"grunt-banner": "~0.3.1",
"grunt-contrib-clean": "~0.6.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",
- "grunt-contrib-csslint": "~0.3.1",
+ "grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-jade": "~0.14.0",
"grunt-contrib-jshint": "~0.10.0",
diff --git a/test-infra/npm-shrinkwrap.json b/test-infra/npm-shrinkwrap.json
index 0b57a4196..d242e2a60 100644
--- a/test-infra/npm-shrinkwrap.json
+++ b/test-infra/npm-shrinkwrap.json
@@ -248,20 +248,24 @@
}
},
"grunt-autoprefixer": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-2.1.0.tgz",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-2.2.0.tgz",
"dependencies": {
"autoprefixer-core": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-4.0.2.tgz",
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.0.0.tgz",
"dependencies": {
+ "browserslist": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-0.1.1.tgz"
+ },
"caniuse-db": {
- "version": "1.0.30000047",
- "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000047.tgz"
+ "version": "1.0.30000048",
+ "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000048.tgz"
},
"postcss": {
- "version": "3.0.7",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-3.0.7.tgz",
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.0.1.tgz",
"dependencies": {
"js-base64": {
"version": "2.1.7",
@@ -1110,8 +1114,8 @@
}
},
"grunt-contrib-csslint": {
- "version": "0.3.1",
- "resolved": "https://registry.npmjs.org/grunt-contrib-csslint/-/grunt-contrib-csslint-0.3.1.tgz",
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/grunt-contrib-csslint/-/grunt-contrib-csslint-0.4.0.tgz",
"dependencies": {
"chalk": {
"version": "0.5.1",
@@ -1164,6 +1168,10 @@
"lodash": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz"
+ },
+ "strip-json-comments": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.2.tgz"
}
}
},
@@ -1210,8 +1218,8 @@
}
},
"clean-css": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.0.4.tgz",
+ "version": "3.0.5",
+ "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.0.5.tgz",
"dependencies": {
"commander": {
"version": "2.5.1",
@@ -2744,8 +2752,8 @@
"resolved": "https://registry.npmjs.org/commander/-/commander-2.5.1.tgz"
},
"esprima": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz"
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.3.tgz"
},
"esprima-harmony-jscs": {
"version": "1.1.0-regex-token-fix",