chore(package): update (almost) all dependencies
This commit is contained in:
parent
7aa591ffbd
commit
fbbd9ae249
@ -137,7 +137,7 @@ var help = wrap((function (pkg) {
|
||||
Executes a command on the current XO instance.
|
||||
|
||||
$name v$version
|
||||
*/}).replace(/<([^>]+)>|\$(\w+)/g, function (_, arg, key) {
|
||||
*/ }).replace(/<([^>]+)>|\$(\w+)/g, function (_, arg, key) {
|
||||
if (arg) {
|
||||
return '<' + chalk.yellow(arg) + '>'
|
||||
}
|
||||
|
@ -24,25 +24,25 @@
|
||||
"url": "https://github.com/vatesfr/xo-cli"
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "^2.2.2",
|
||||
"bluebird": "^3.4.6",
|
||||
"chalk": "^1.1.1",
|
||||
"event-to-promise": "^0.4.0",
|
||||
"exec-promise": "^0.5.0",
|
||||
"fs-promise": "^0.3.1",
|
||||
"got": "^5.0.0",
|
||||
"human-format": "^0.5.0",
|
||||
"l33teral": "^2.0.4",
|
||||
"lodash.assign": "^3.2.0",
|
||||
"lodash.filter": "^3.1.1",
|
||||
"lodash.foreach": "^3.0.3",
|
||||
"event-to-promise": "^0.7.0",
|
||||
"exec-promise": "^0.6.1",
|
||||
"fs-promise": "^0.5.0",
|
||||
"got": "^6.5.0",
|
||||
"human-format": "^0.7.0",
|
||||
"l33teral": "^3.0.2",
|
||||
"lodash.assign": "^4.2.0",
|
||||
"lodash.filter": "^4.6.0",
|
||||
"lodash.foreach": "^4.5.0",
|
||||
"lodash.isobject": "^3.0.2",
|
||||
"lodash.keys": "^3.1.2",
|
||||
"lodash.keys": "^4.2.0",
|
||||
"lodash.pairs": "^3.0.1",
|
||||
"lodash.pick": "^3.1.0",
|
||||
"lodash.pick": "^4.4.0",
|
||||
"micromatch": "^2.2.0",
|
||||
"mkdirp": "^0.5.0",
|
||||
"multiline": "^1.0.2",
|
||||
"nice-pipe": "0.0.0",
|
||||
"nice-pipe": "0.3.4",
|
||||
"pretty-ms": "^2.1.0",
|
||||
"progress-stream": "^1.1.1",
|
||||
"xdg-basedir": "^2.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user