Update all dependencies

pull/77/head
Romain 7 years ago
parent 6e2f7e2ffb
commit 97a6e348cc

@ -90,8 +90,9 @@ Deprecated:
--original-videos Copy and allow download of full-size videos [boolean] [default: false] --original-videos Copy and allow download of full-size videos [boolean] [default: false]
Options: Options:
--help Show help [boolean] --version Show version number [boolean]
--config Path to JSON config file [string] --help Show help [boolean]
--config Path to JSON config file [string]
The optional JSON config should contain a single object with one key per argument, not including the leading "--". For example: The optional JSON config should contain a single object with one key per argument, not including the leading "--". For example:

@ -37,20 +37,20 @@
"lightgallery": "1.2.14", "lightgallery": "1.2.14",
"lodash": "^4.16.6", "lodash": "^4.16.6",
"moment": "^2.16.0", "moment": "^2.16.0",
"pad": "^1.0.2", "pad": "^2.0.1",
"progress": "^2.0.0", "progress": "^2.0.0",
"thumbsup-downsize": "^1.0.0", "thumbsup-downsize": "^1.0.0",
"url-join": "^2.0.2", "url-join": "^2.0.2",
"video.js": "^5.17.0", "video.js": "^6.2.8",
"yargs": "^8.0.2" "yargs": "^9.0.1"
}, },
"devDependencies": { "devDependencies": {
"injectmd": "^1.0.0", "injectmd": "^1.0.0",
"markdown-toc": "^1.1.0", "markdown-toc": "^1.1.0",
"mocha": "^3.5.0", "mocha": "^4.0.1",
"mock-fs": "^4.4.1", "mock-fs": "^4.4.1",
"require-lint": "^1.3.0", "require-lint": "^1.3.0",
"should": "^11.1.1", "should": "^13.1.2",
"standard": "^10.0.3" "standard": "^10.0.3"
}, },
"standard": { "standard": {

Loading…
Cancel
Save