1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Update dependencies.

This commit is contained in:
XhmikosR 2014-07-01 07:24:14 +03:00
parent 8deab3a95d
commit a013c112c4
2 changed files with 12 additions and 12 deletions

View file

@ -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",

View file

@ -226,12 +226,12 @@
}
},
"grunt-autoprefixer": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-0.8.0.tgz",
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-0.8.1.tgz",
"dependencies": {
"autoprefixer": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-2.0.2.tgz",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-2.1.0.tgz",
"dependencies": {
"caniuse-db": {
"version": "1.0.20140628",
@ -1442,8 +1442,8 @@
}
},
"progress": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/progress/-/progress-1.1.6.tgz"
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/progress/-/progress-1.1.7.tgz"
},
"request": {
"version": "2.36.0",
@ -2154,16 +2154,16 @@
}
},
"grunt-jscs-checker": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/grunt-jscs-checker/-/grunt-jscs-checker-0.6.0.tgz",
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/grunt-jscs-checker/-/grunt-jscs-checker-0.6.1.tgz",
"dependencies": {
"hooker": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"
},
"jscs": {
"version": "1.5.6",
"resolved": "https://registry.npmjs.org/jscs/-/jscs-1.5.6.tgz",
"version": "1.5.7",
"resolved": "https://registry.npmjs.org/jscs/-/jscs-1.5.7.tgz",
"dependencies": {
"colors": {
"version": "0.6.2",