Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit 08b2a22

Browse files
committed
feat: typescript 3
1 parent a7525ac commit 08b2a22

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
},
99
"bugs": "https://github.com/oclif/dev-cli/issues",
1010
"dependencies": {
11-
"@oclif/command": "^1.4.36",
12-
"@oclif/config": "^1.6.33",
13-
"@oclif/errors": "^1.1.2",
14-
"@oclif/plugin-help": "^2.0.5",
15-
"cli-ux": "^4.7.3",
11+
"@oclif/command": "^1.5.0",
12+
"@oclif/config": "^1.7.0",
13+
"@oclif/errors": "^1.2.0",
14+
"@oclif/plugin-help": "^2.1.0",
15+
"cli-ux": "^4.8.0",
1616
"debug": "^3.1.0",
1717
"fs-extra": "^7.0.0",
1818
"lodash": "^4.17.10",
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@oclif/plugin-legacy": "^1.0.18",
25-
"@oclif/test": "^1.1.0",
25+
"@oclif/test": "^1.2.0",
2626
"@oclif/tslint": "^2.0.0",
2727
"@types/chai": "^4.1.4",
2828
"@types/execa": "^0.9.0",

yarn.lock

+41-41
Original file line numberDiff line numberDiff line change
@@ -62,28 +62,28 @@
6262
supports-color "^5.4.0"
6363
tslib "^1"
6464

65-
"@oclif/command@^1.4.30", "@oclif/command@^1.4.34", "@oclif/command@^1.4.36":
66-
version "1.4.36"
67-
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.36.tgz#cca1e02d8264f34be9c2d692a3c81efc0de15fdf"
65+
"@oclif/command@^1.4.34", "@oclif/command@^1.5.0":
66+
version "1.5.0"
67+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.5.0.tgz#d5276a19506349fff0254b0dd98e3b8a2bd971aa"
6868
dependencies:
6969
"@oclif/errors" "^1.1.2"
70-
"@oclif/parser" "^3.5.2"
70+
"@oclif/parser" "^3.6.0"
7171
debug "^3.1.0"
7272
semver "^5.5.0"
7373

74-
"@oclif/config@^1.6.33":
75-
version "1.6.33"
76-
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.33.tgz#61906143b30751d96dd29991c20c214bf4d9e4ff"
74+
"@oclif/config@^1.7.0":
75+
version "1.7.0"
76+
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.7.0.tgz#deb465093d10a1ee802cca7580cd2d33f78d9d60"
7777
dependencies:
7878
debug "^3.1.0"
79-
tslib "^1.9.2"
79+
tslib "^1.9.3"
8080

81-
"@oclif/errors@^1.1.2":
82-
version "1.1.2"
83-
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.1.2.tgz#2a54aae07a7655cc4523cae270d0a50cbc5dbef3"
81+
"@oclif/errors@^1.1.2", "@oclif/errors@^1.2.0":
82+
version "1.2.0"
83+
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.2.0.tgz#4166952699724c25af2ab4528fe223e930655e72"
8484
dependencies:
8585
clean-stack "^1.3.0"
86-
fs-extra "^6.0.1"
86+
fs-extra "^7.0.0"
8787
indent-string "^3.2.0"
8888
strip-ansi "^4.0.0"
8989
wrap-ansi "^3.0.1"
@@ -92,19 +92,19 @@
9292
version "1.0.0"
9393
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
9494

95-
"@oclif/parser@^3.5.2":
96-
version "3.5.3"
97-
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.5.3.tgz#fa5d0cc616a18240bcaefab02c7b7c9cb322656c"
95+
"@oclif/parser@^3.6.0":
96+
version "3.6.0"
97+
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.6.0.tgz#8d0b4c3e012aa1f0d59a6936b3dedec318b11a6d"
9898
dependencies:
9999
"@oclif/linewrap" "^1.0.0"
100100
chalk "^2.4.1"
101101
tslib "^1.9.3"
102102

103-
"@oclif/plugin-help@^2.0.5":
104-
version "2.0.5"
105-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-2.0.5.tgz#98084286099b44c8c6ed6214e3589f32525f4827"
103+
"@oclif/plugin-help@^2.1.0":
104+
version "2.1.0"
105+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-2.1.0.tgz#eb0748904558b8e379416ab3ef7bbefed2151348"
106106
dependencies:
107-
"@oclif/command" "^1.4.30"
107+
"@oclif/command" "^1.5.0"
108108
chalk "^2.4.1"
109109
indent-string "^3.2.0"
110110
lodash.template "^4.4.0"
@@ -128,11 +128,11 @@
128128
version "1.0.2"
129129
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.2.tgz#c9d7c84b0ea60ecec8dd7a9b22c012ba9967aed8"
130130

131-
"@oclif/test@^1.1.0":
132-
version "1.1.0"
133-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.1.0.tgz#63eea93f3b20ff534831b1a281d217eb02073a9c"
131+
"@oclif/test@^1.2.0":
132+
version "1.2.0"
133+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.2.0.tgz#764ca66215f5bd36c0b5cbcbfc5963f0271825b8"
134134
dependencies:
135-
fancy-test "^1.2.0"
135+
fancy-test "^1.3.0"
136136

137137
"@oclif/tslint@^2.0.0":
138138
version "2.0.0"
@@ -181,25 +181,25 @@
181181
dependencies:
182182
"@types/lodash" "*"
183183

184-
"@types/lodash@*", "@types/lodash@^4.14.109", "@types/lodash@^4.14.116":
184+
"@types/lodash@*", "@types/lodash@^4.14.116":
185185
version "4.14.116"
186186
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.116.tgz#5ccf215653e3e8c786a58390751033a9adca0eb9"
187187

188188
"@types/minimatch@*":
189189
version "3.0.3"
190190
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
191191

192-
"@types/mocha@^5.2.2", "@types/mocha@^5.2.5":
192+
"@types/mocha@^5.2.5":
193193
version "5.2.5"
194194
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.5.tgz#8a4accfc403c124a0bafe8a9fc61a05ec1032073"
195195

196-
"@types/nock@^9.1.3":
196+
"@types/nock@^9.3.0":
197197
version "9.3.0"
198198
resolved "https://registry.yarnpkg.com/@types/nock/-/nock-9.3.0.tgz#9d34358fdcc08afd07144e0784ac9e951d412dd4"
199199
dependencies:
200200
"@types/node" "*"
201201

202-
"@types/node@*", "@types/node@^10.3.3", "@types/node@^10.7.1":
202+
"@types/node@*", "@types/node@^10.7.1":
203203
version "10.7.1"
204204
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.7.1.tgz#b704d7c259aa40ee052eec678758a68d07132a2e"
205205

@@ -470,9 +470,9 @@ clean-stack@^1.3.0:
470470
version "1.3.0"
471471
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"
472472

473-
cli-ux@^4.7.1, cli-ux@^4.7.3:
474-
version "4.7.3"
475-
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.7.3.tgz#5b7f5e70105fde53883c5307a88e2f29f64236c4"
473+
cli-ux@^4.7.1, cli-ux@^4.8.0:
474+
version "4.8.0"
475+
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.8.0.tgz#4013e177bfb6a2138565c071ef99f4a13e1cab20"
476476
dependencies:
477477
"@oclif/linewrap" "^1.0.0"
478478
"@oclif/screen" "^1.0.2"
@@ -481,12 +481,12 @@ cli-ux@^4.7.1, cli-ux@^4.7.3:
481481
chalk "^2.4.1"
482482
clean-stack "^1.3.0"
483483
extract-stack "^1.0.0"
484-
fs-extra "^6.0.1"
484+
fs-extra "^7.0.0"
485485
hyperlinker "^1.0.0"
486486
indent-string "^3.2.0"
487487
is-wsl "^1.1.0"
488488
lodash "^4.17.10"
489-
password-prompt "^1.0.6"
489+
password-prompt "^1.0.7"
490490
semver "^5.5.0"
491491
strip-ansi "^4.0.0"
492492
supports-color "^5.4.0"
@@ -696,15 +696,15 @@ extract-stack@^1.0.0:
696696
version "1.0.0"
697697
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-1.0.0.tgz#b97acaf9441eea2332529624b732fc5a1c8165fa"
698698

699-
fancy-test@^1.2.0:
700-
version "1.2.0"
701-
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.2.0.tgz#c5f6f81725ea42b9caec9bb18731449cfab526f3"
699+
fancy-test@^1.3.0:
700+
version "1.3.0"
701+
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.3.0.tgz#014b63b5be0dd2dde602ec677cec443f34578f37"
702702
dependencies:
703703
"@types/chai" "^4.1.4"
704-
"@types/lodash" "^4.14.109"
705-
"@types/mocha" "^5.2.2"
706-
"@types/nock" "^9.1.3"
707-
"@types/node" "^10.3.3"
704+
"@types/lodash" "^4.14.116"
705+
"@types/mocha" "^5.2.5"
706+
"@types/nock" "^9.3.0"
707+
"@types/node" "^10.7.1"
708708
"@types/sinon" "^5.0.1"
709709
lodash "^4.17.10"
710710
mock-stdin "^0.3.1"
@@ -1355,7 +1355,7 @@ pascalcase@^0.1.1:
13551355
version "0.1.1"
13561356
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
13571357

1358-
password-prompt@^1.0.6:
1358+
password-prompt@^1.0.7:
13591359
version "1.0.7"
13601360
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.0.7.tgz#8e27748d3400bc9c9140d5ade705dfb7aeb7d91a"
13611361
dependencies:
@@ -1780,7 +1780,7 @@ [email protected]:
17801780
version "1.9.0"
17811781
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
17821782

1783-
tslib@^1, tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.2, tslib@^1.9.3:
1783+
tslib@^1, tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.3:
17841784
version "1.9.3"
17851785
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
17861786

0 commit comments

Comments
 (0)