mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update dependencies.
This commit is contained in:
parent
edbdf21de5
commit
53bc3ffbf3
2 changed files with 26 additions and 12 deletions
34
grunt/npm-shrinkwrap.json
generated
34
grunt/npm-shrinkwrap.json
generated
|
@ -407,8 +407,14 @@
|
|||
"resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz"
|
||||
},
|
||||
"comment-parser": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-0.3.0.tgz"
|
||||
"version": "0.3.1",
|
||||
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-0.3.1.tgz",
|
||||
"dependencies": {
|
||||
"readable-stream": {
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz"
|
||||
}
|
||||
}
|
||||
},
|
||||
"commoner": {
|
||||
"version": "0.10.4",
|
||||
|
@ -1191,8 +1197,8 @@
|
|||
"resolved": "https://registry.npmjs.org/grunt-jekyll/-/grunt-jekyll-0.4.3.tgz"
|
||||
},
|
||||
"grunt-jscs": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-2.4.0.tgz"
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-2.5.0.tgz"
|
||||
},
|
||||
"grunt-legacy-log": {
|
||||
"version": "0.1.3",
|
||||
|
@ -1515,8 +1521,8 @@
|
|||
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz"
|
||||
},
|
||||
"jscs": {
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/jscs/-/jscs-2.6.0.tgz",
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/jscs/-/jscs-2.7.0.tgz",
|
||||
"dependencies": {
|
||||
"argparse": {
|
||||
"version": "1.0.3",
|
||||
|
@ -1563,8 +1569,8 @@
|
|||
}
|
||||
},
|
||||
"jscs-jsdoc": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-1.2.0.tgz"
|
||||
"version": "1.3.1",
|
||||
"resolved": "https://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-1.3.1.tgz"
|
||||
},
|
||||
"jscs-preset-wikimedia": {
|
||||
"version": "1.0.0",
|
||||
|
@ -1659,8 +1665,8 @@
|
|||
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-1.2.0.tgz"
|
||||
},
|
||||
"load-grunt-tasks": {
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-3.3.0.tgz"
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-3.4.0.tgz"
|
||||
},
|
||||
"load-json-file": {
|
||||
"version": "1.1.0",
|
||||
|
@ -3670,6 +3676,14 @@
|
|||
"version": "1.1.6",
|
||||
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz"
|
||||
},
|
||||
"resolve-from": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz"
|
||||
},
|
||||
"resolve-pkg": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-0.1.0.tgz"
|
||||
},
|
||||
"restore-cursor": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz"
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"grunt-exec": "~0.4.6",
|
||||
"grunt-html": "~5.0.0",
|
||||
"grunt-jekyll": "~0.4.2",
|
||||
"grunt-jscs": "~2.4.0",
|
||||
"grunt-jscs": "~2.5.0",
|
||||
"grunt-line-remover": "0.0.2",
|
||||
"grunt-postcss": "^0.7.0",
|
||||
"grunt-sass": "^1.0.0",
|
||||
|
@ -59,7 +59,7 @@
|
|||
"grunt-scss-lint": "^0.3.8",
|
||||
"grunt-stamp": "^0.1.0",
|
||||
"is-travis": "^1.0.0",
|
||||
"load-grunt-tasks": "~3.3.0",
|
||||
"load-grunt-tasks": "~3.4.0",
|
||||
"markdown-it": "^5.0.0",
|
||||
"mq4-hover-shim": "^0.3.0",
|
||||
"npm-shrinkwrap": "^200.1.0",
|
||||
|
|
Loading…
Reference in a new issue