package: Add cli-progress library
This commit is contained in:
parent
b577d1ac83
commit
306695fb09
2 changed files with 10 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
"@oclif/config": "^1",
|
||||
"@oclif/plugin-help": "^3",
|
||||
"chalk": "^4.1.2",
|
||||
"cli-progress": "^3.9.1",
|
||||
"ora": "5.4.1",
|
||||
"tslib": "^1",
|
||||
"zx": "^4.2.0"
|
||||
|
@ -20,6 +21,7 @@
|
|||
"@oclif/dev-cli": "^1",
|
||||
"@oclif/test": "^1",
|
||||
"@types/chai": "^4",
|
||||
"@types/cli-progress": "^3.9.2",
|
||||
"@types/mocha": "^5",
|
||||
"@types/node": "^16.11.6",
|
||||
"chai": "^4",
|
||||
|
|
|
@ -347,6 +347,13 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.22.tgz#47020d7e4cf19194d43b5202f35f75bd2ad35ce7"
|
||||
integrity sha512-tFfcE+DSTzWAgifkjik9AySNqIyNoYwmR+uecPwwD/XRNfvOjmC/FjCxpiUGDkDVDphPfCUecSQVFw+lN3M3kQ==
|
||||
|
||||
"@types/cli-progress@^3.9.2":
|
||||
version "3.9.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.9.2.tgz#6ca355f96268af39bee9f9307f0ac96145639c26"
|
||||
integrity sha512-VO5/X5Ij+oVgEVjg5u0IXVe3JQSKJX+Ev8C5x+0hPy0AuWyW+bF8tbajR7cPFnDGhs7pidztcac+ccrDtk5teA==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
"@types/eslint-visitor-keys@^1.0.0":
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
|
||||
|
@ -753,7 +760,7 @@ cli-cursor@^3.1.0:
|
|||
dependencies:
|
||||
restore-cursor "^3.1.0"
|
||||
|
||||
cli-progress@^3.4.0:
|
||||
cli-progress@^3.4.0, cli-progress@^3.9.1:
|
||||
version "3.9.1"
|
||||
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.9.1.tgz#a22eba6a20f53289fdd05d5ee8cb2cc8c28f866e"
|
||||
integrity sha512-AXxiCe2a0Lm0VN+9L0jzmfQSkcZm5EYspfqXKaSIQKqIk+0hnkZ3/v1E9B39mkD6vYhKih3c/RPsJBSwq9O99Q==
|
||||
|
|
Loading…
Reference in a new issue