Added updater
This commit is contained in:
Родитель
ab7252a65b
Коммит
cbc6e86b48
|
@ -10,6 +10,7 @@
|
|||
"@oclif/command": "^1",
|
||||
"@oclif/config": "^1",
|
||||
"@oclif/plugin-help": "^2",
|
||||
"@oclif/plugin-update": "^1.2.14",
|
||||
"@types/lodash": "^4.14.116",
|
||||
"axios": "^0.18.0",
|
||||
"lodash": "^4.17.10",
|
||||
|
@ -49,7 +50,8 @@
|
|||
"commands": "./lib/commands",
|
||||
"bin": "thatconf",
|
||||
"plugins": [
|
||||
"@oclif/plugin-help"
|
||||
"@oclif/plugin-help",
|
||||
"@oclif/plugin-update"
|
||||
]
|
||||
},
|
||||
"repository": "wadewegner/thatconf",
|
||||
|
|
54
yarn.lock
54
yarn.lock
|
@ -110,7 +110,15 @@
|
|||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.0.tgz#50c1e2260ac0ed9439a181de3725a0168d59c48a"
|
||||
|
||||
"@oclif/command@^1", "@oclif/command@^1.4.30", "@oclif/command@^1.4.33":
|
||||
"@oclif/color@^0.0.0":
|
||||
version "0.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-0.0.0.tgz#54939bbd16d1387511bf1a48ccda1a417248e6a9"
|
||||
dependencies:
|
||||
ansi-styles "^3.2.1"
|
||||
supports-color "^5.4.0"
|
||||
tslib "^1"
|
||||
|
||||
"@oclif/command@^1", "@oclif/command@^1.4.30", "@oclif/command@^1.4.33", "@oclif/command@^1.4.34":
|
||||
version "1.4.36"
|
||||
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.36.tgz#cca1e02d8264f34be9c2d692a3c81efc0de15fdf"
|
||||
dependencies:
|
||||
|
@ -176,6 +184,26 @@
|
|||
widest-line "^2.0.0"
|
||||
wrap-ansi "^3.0.1"
|
||||
|
||||
"@oclif/plugin-update@^1.2.14":
|
||||
version "1.2.14"
|
||||
resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-1.2.14.tgz#db22cca449f6eba56c452fa279fbd6ed9aa01816"
|
||||
dependencies:
|
||||
"@oclif/color" "^0.0.0"
|
||||
"@oclif/command" "^1.4.34"
|
||||
"@oclif/config" "^1.6.33"
|
||||
"@oclif/errors" "^1.1.2"
|
||||
"@types/semver" "^5.5.0"
|
||||
cli-ux "^4.7.3"
|
||||
cross-spawn "^6.0.5"
|
||||
debug "^3.1.0"
|
||||
filesize "^3.6.1"
|
||||
fs-extra "^6.0.1"
|
||||
http-call "^5.1.4"
|
||||
lodash "^4.17.10"
|
||||
log-chopper "^1.0.2"
|
||||
semver "^5.5.0"
|
||||
tar-fs "^1.16.3"
|
||||
|
||||
"@oclif/screen@^1.0.2":
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.2.tgz#c9d7c84b0ea60ecec8dd7a9b22c012ba9967aed8"
|
||||
|
@ -214,6 +242,10 @@
|
|||
version "10.5.6"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.6.tgz#1640f021dd0eaf12e731e54198c12ad2e020dc8e"
|
||||
|
||||
"@types/semver@^5.5.0":
|
||||
version "5.5.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-5.5.0.tgz#146c2a29ee7d3bae4bf2fcb274636e264c813c45"
|
||||
|
||||
"@types/sinon@^5.0.1":
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-5.0.1.tgz#a15b36ec42f1f53166617491feabd1734cb03e21"
|
||||
|
@ -405,6 +437,10 @@ builtin-modules@^1.0.0, builtin-modules@^1.1.1:
|
|||
version "1.1.1"
|
||||
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
|
||||
|
||||
byline@5.x:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/byline/-/byline-5.0.0.tgz#741c5216468eadc457b03410118ad77de8c1ddb1"
|
||||
|
||||
cache-base@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
|
||||
|
@ -503,7 +539,7 @@ clean-stack@^1.3.0:
|
|||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"
|
||||
|
||||
cli-ux@^4.7.2:
|
||||
cli-ux@^4.7.2, cli-ux@^4.7.3:
|
||||
version "4.7.3"
|
||||
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.7.3.tgz#5b7f5e70105fde53883c5307a88e2f29f64236c4"
|
||||
dependencies:
|
||||
|
@ -819,6 +855,10 @@ fast-glob@^2.0.2:
|
|||
merge2 "^1.2.1"
|
||||
micromatch "^3.1.10"
|
||||
|
||||
filesize@^3.6.1:
|
||||
version "3.6.1"
|
||||
resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317"
|
||||
|
||||
fill-range@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
|
||||
|
@ -1013,7 +1053,7 @@ hosted-git-info@^2.1.4:
|
|||
version "2.7.1"
|
||||
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
|
||||
|
||||
http-call@^5.1.2:
|
||||
http-call@^5.1.2, http-call@^5.1.4:
|
||||
version "5.1.4"
|
||||
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.1.4.tgz#fc37a1f6638ece82aba3d12eb6030f0889da850a"
|
||||
dependencies:
|
||||
|
@ -1369,6 +1409,12 @@ lodash@^4.17.10, lodash@^4.17.5:
|
|||
version "4.17.10"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
|
||||
|
||||
log-chopper@^1.0.2:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/log-chopper/-/log-chopper-1.0.2.tgz#a88da7a47a9f0e511eda4d5e1dc840e0eaf4547a"
|
||||
dependencies:
|
||||
byline "5.x"
|
||||
|
||||
longest@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
|
||||
|
@ -2135,7 +2181,7 @@ supports-hyperlinks@^1.0.1:
|
|||
has-flag "^2.0.0"
|
||||
supports-color "^5.0.0"
|
||||
|
||||
tar-fs@^1.16.2:
|
||||
tar-fs@^1.16.2, tar-fs@^1.16.3:
|
||||
version "1.16.3"
|
||||
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-1.16.3.tgz#966a628841da2c4010406a82167cbd5e0c72d509"
|
||||
dependencies:
|
||||
|
|
Загрузка…
Ссылка в новой задаче