chore(package): update (almost) all dependencies

This commit is contained in:
Julien Fontanet 2016-10-24 15:55:01 +02:00
parent 7aa591ffbd
commit fbbd9ae249
2 changed files with 14 additions and 14 deletions

View File

@ -137,7 +137,7 @@ var help = wrap((function (pkg) {
Executes a command on the current XO instance. Executes a command on the current XO instance.
$name v$version $name v$version
*/}).replace(/<([^>]+)>|\$(\w+)/g, function (_, arg, key) { */ }).replace(/<([^>]+)>|\$(\w+)/g, function (_, arg, key) {
if (arg) { if (arg) {
return '<' + chalk.yellow(arg) + '>' return '<' + chalk.yellow(arg) + '>'
} }

View File

@ -24,25 +24,25 @@
"url": "https://github.com/vatesfr/xo-cli" "url": "https://github.com/vatesfr/xo-cli"
}, },
"dependencies": { "dependencies": {
"bluebird": "^2.2.2", "bluebird": "^3.4.6",
"chalk": "^1.1.1", "chalk": "^1.1.1",
"event-to-promise": "^0.4.0", "event-to-promise": "^0.7.0",
"exec-promise": "^0.5.0", "exec-promise": "^0.6.1",
"fs-promise": "^0.3.1", "fs-promise": "^0.5.0",
"got": "^5.0.0", "got": "^6.5.0",
"human-format": "^0.5.0", "human-format": "^0.7.0",
"l33teral": "^2.0.4", "l33teral": "^3.0.2",
"lodash.assign": "^3.2.0", "lodash.assign": "^4.2.0",
"lodash.filter": "^3.1.1", "lodash.filter": "^4.6.0",
"lodash.foreach": "^3.0.3", "lodash.foreach": "^4.5.0",
"lodash.isobject": "^3.0.2", "lodash.isobject": "^3.0.2",
"lodash.keys": "^3.1.2", "lodash.keys": "^4.2.0",
"lodash.pairs": "^3.0.1", "lodash.pairs": "^3.0.1",
"lodash.pick": "^3.1.0", "lodash.pick": "^4.4.0",
"micromatch": "^2.2.0", "micromatch": "^2.2.0",
"mkdirp": "^0.5.0", "mkdirp": "^0.5.0",
"multiline": "^1.0.2", "multiline": "^1.0.2",
"nice-pipe": "0.0.0", "nice-pipe": "0.3.4",
"pretty-ms": "^2.1.0", "pretty-ms": "^2.1.0",
"progress-stream": "^1.1.1", "progress-stream": "^1.1.1",
"xdg-basedir": "^2.0.0", "xdg-basedir": "^2.0.0",