mirror of
https://github.com/thumbsup/thumbsup
synced 2024-11-11 07:10:26 +00:00
Update all dependencies
This commit is contained in:
parent
6e2f7e2ffb
commit
97a6e348cc
@ -90,6 +90,7 @@ 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:
|
||||||
|
--version Show version number [boolean]
|
||||||
--help Show help [boolean]
|
--help Show help [boolean]
|
||||||
--config Path to JSON config file [string]
|
--config Path to JSON config file [string]
|
||||||
|
|
||||||
|
10
package.json
10
package.json
@ -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…
Reference in New Issue
Block a user