1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 01:55:46 +02:00

Update dependencies.

This commit is contained in:
XhmikosR
2015-04-29 12:11:30 +03:00
parent aa2c5b5672
commit 26ff019753
2 changed files with 21 additions and 35 deletions

View File

@@ -54,12 +54,12 @@
"grunt-exec": "~0.4.6", "grunt-exec": "~0.4.6",
"grunt-html": "~4.0.2", "grunt-html": "~4.0.2",
"grunt-jekyll": "~0.4.2", "grunt-jekyll": "~0.4.2",
"grunt-jscs": "~1.6.0", "grunt-jscs": "~1.8.0",
"grunt-saucelabs": "~8.6.1", "grunt-saucelabs": "~8.6.1",
"grunt-sed": "twbs/grunt-sed#v0.2.0", "grunt-sed": "twbs/grunt-sed#v0.2.0",
"load-grunt-tasks": "~3.1.0", "load-grunt-tasks": "~3.1.0",
"markdown-it": "^4.1.1", "markdown-it": "^4.2.0",
"npm-shrinkwrap": "^200.1.0", "npm-shrinkwrap": "^200.4.0",
"time-grunt": "^1.1.1" "time-grunt": "^1.1.1"
}, },
"engines": { "engines": {

View File

@@ -247,8 +247,8 @@
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-0.2.0.tgz" "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-0.2.0.tgz"
}, },
"caniuse-db": { "caniuse-db": {
"version": "1.0.30000149", "version": "1.0.30000150",
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000149.tgz" "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000150.tgz"
}, },
"num2fraction": { "num2fraction": {
"version": "1.1.0", "version": "1.1.0",
@@ -2349,14 +2349,8 @@
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz" "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz"
}, },
"tough-cookie": { "tough-cookie": {
"version": "1.0.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.0.0.tgz", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.1.0.tgz"
"dependencies": {
"punycode": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
}
}
}, },
"tunnel-agent": { "tunnel-agent": {
"version": "0.4.0", "version": "0.4.0",
@@ -2679,14 +2673,8 @@
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz" "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz"
}, },
"tough-cookie": { "tough-cookie": {
"version": "1.0.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.0.0.tgz", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.1.0.tgz"
"dependencies": {
"punycode": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
}
}
}, },
"tunnel-agent": { "tunnel-agent": {
"version": "0.4.0", "version": "0.4.0",
@@ -3169,16 +3157,16 @@
} }
}, },
"grunt-jscs": { "grunt-jscs": {
"version": "1.6.0", "version": "1.8.0",
"resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-1.6.0.tgz", "resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-1.8.0.tgz",
"dependencies": { "dependencies": {
"hooker": { "hooker": {
"version": "0.2.3", "version": "0.2.3",
"resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"
}, },
"jscs": { "jscs": {
"version": "1.12.0", "version": "1.13.0",
"resolved": "https://registry.npmjs.org/jscs/-/jscs-1.12.0.tgz", "resolved": "https://registry.npmjs.org/jscs/-/jscs-1.13.0.tgz",
"dependencies": { "dependencies": {
"chalk": { "chalk": {
"version": "1.0.0", "version": "1.0.0",
@@ -3241,8 +3229,8 @@
"resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz" "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz"
}, },
"esprima-harmony-jscs": { "esprima-harmony-jscs": {
"version": "1.1.0-templates", "version": "1.1.0-bin",
"resolved": "https://registry.npmjs.org/esprima-harmony-jscs/-/esprima-harmony-jscs-1.1.0-templates.tgz" "resolved": "https://registry.npmjs.org/esprima-harmony-jscs/-/esprima-harmony-jscs-1.1.0-bin.tgz"
}, },
"estraverse": { "estraverse": {
"version": "1.9.3", "version": "1.9.3",
@@ -3324,6 +3312,10 @@
} }
} }
}, },
"pathval": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/pathval/-/pathval-0.1.1.tgz"
},
"prompt": { "prompt": {
"version": "0.2.14", "version": "0.2.14",
"resolved": "https://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz", "resolved": "https://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz",
@@ -3689,14 +3681,8 @@
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz" "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz"
}, },
"tough-cookie": { "tough-cookie": {
"version": "1.0.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.0.0.tgz", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.1.0.tgz"
"dependencies": {
"punycode": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
}
}
}, },
"tunnel-agent": { "tunnel-agent": {
"version": "0.4.0", "version": "0.4.0",