Merge pull request #15605 from twbs/deps

Update devDependencies.
This commit is contained in:
XhmikosR 2015-01-19 19:54:43 +02:00
commit 4fd01b7ac1
2 changed files with 24 additions and 16 deletions

View File

@ -34,14 +34,14 @@
"btoa": "~1.1.2", "btoa": "~1.1.2",
"glob": "~4.3.5", "glob": "~4.3.5",
"grunt": "~0.4.5", "grunt": "~0.4.5",
"grunt-autoprefixer": "~2.1.0", "grunt-autoprefixer": "~2.2.0",
"grunt-banner": "~0.3.1", "grunt-banner": "~0.3.1",
"grunt-contrib-clean": "~0.6.0", "grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.13.0", "grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.5.0", "grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.9.0", "grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.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-cssmin": "~0.11.0",
"grunt-contrib-jade": "~0.14.0", "grunt-contrib-jade": "~0.14.0",
"grunt-contrib-jshint": "~0.10.0", "grunt-contrib-jshint": "~0.10.0",

View File

@ -248,20 +248,24 @@
} }
}, },
"grunt-autoprefixer": { "grunt-autoprefixer": {
"version": "2.1.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-2.1.0.tgz", "resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-2.2.0.tgz",
"dependencies": { "dependencies": {
"autoprefixer-core": { "autoprefixer-core": {
"version": "4.0.2", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-4.0.2.tgz", "resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.0.0.tgz",
"dependencies": { "dependencies": {
"browserslist": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-0.1.1.tgz"
},
"caniuse-db": { "caniuse-db": {
"version": "1.0.30000047", "version": "1.0.30000048",
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000047.tgz" "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000048.tgz"
}, },
"postcss": { "postcss": {
"version": "3.0.7", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-3.0.7.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.0.1.tgz",
"dependencies": { "dependencies": {
"js-base64": { "js-base64": {
"version": "2.1.7", "version": "2.1.7",
@ -1110,8 +1114,8 @@
} }
}, },
"grunt-contrib-csslint": { "grunt-contrib-csslint": {
"version": "0.3.1", "version": "0.4.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-csslint/-/grunt-contrib-csslint-0.3.1.tgz", "resolved": "https://registry.npmjs.org/grunt-contrib-csslint/-/grunt-contrib-csslint-0.4.0.tgz",
"dependencies": { "dependencies": {
"chalk": { "chalk": {
"version": "0.5.1", "version": "0.5.1",
@ -1164,6 +1168,10 @@
"lodash": { "lodash": {
"version": "2.4.1", "version": "2.4.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz" "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": { "clean-css": {
"version": "3.0.4", "version": "3.0.5",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.0.4.tgz", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.0.5.tgz",
"dependencies": { "dependencies": {
"commander": { "commander": {
"version": "2.5.1", "version": "2.5.1",
@ -2744,8 +2752,8 @@
"resolved": "https://registry.npmjs.org/commander/-/commander-2.5.1.tgz" "resolved": "https://registry.npmjs.org/commander/-/commander-2.5.1.tgz"
}, },
"esprima": { "esprima": {
"version": "1.2.2", "version": "1.2.3",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz" "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.3.tgz"
}, },
"esprima-harmony-jscs": { "esprima-harmony-jscs": {
"version": "1.1.0-regex-token-fix", "version": "1.1.0-regex-token-fix",