Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 45b34a8

Browse files
committed
fix: oclif rename
1 parent bc6169b commit 45b34a8

File tree

2 files changed

+28
-47
lines changed

2 files changed

+28
-47
lines changed

package.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,20 @@
44
"version": "1.2.20",
55
"author": "Jeff Dickey @jdxcode",
66
"bugs": "https://github.com/oclif/command/issues",
7+
"oclif": {
8+
"devPlugins": [
9+
"@oclif/plugin-help",
10+
"@oclif/plugin-plugins"
11+
]
12+
},
713
"dependencies": {
814
"@oclif/parser": "^3.2.8"
915
},
1016
"devDependencies": {
11-
"@oclif/plugin-not-found": "^0.1.19",
12-
"@anycli/plugin-plugins": "^0.2.15",
1317
"@oclif/config": "^1.3.47",
1418
"@oclif/errors": "^1.0.1",
15-
"@oclif/plugin-help": "^0.7.3",
19+
"@oclif/plugin-help": "^0.7.4",
20+
"@oclif/plugin-plugins": "^0.2.17",
1621
"@oclif/tslint": "^0.2.7",
1722
"@types/chai": "^4.1.2",
1823
"@types/mocha": "^2.2.48",

yarn.lock

+20-44
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@anycli/command@^1.2.18":
6-
version "1.2.19"
7-
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.19.tgz#11a2f35a2438c4ae96026d28d4974ea8947d59b3"
8-
dependencies:
9-
"@anycli/parser" "^3.2.6"
10-
11-
"@anycli/parser@^3.2.6":
12-
version "3.2.6"
13-
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.2.6.tgz#bbd119a80709099179a9f11af0dc44b68c54575b"
14-
15-
"@anycli/plugin-plugins@^0.2.15":
16-
version "0.2.16"
17-
resolved "https://registry.yarnpkg.com/@anycli/plugin-plugins/-/plugin-plugins-0.2.16.tgz#9d84ec822abff725d9af412320238ccfdd4d415b"
18-
dependencies:
19-
"@anycli/command" "^1.2.18"
20-
"@heroku-cli/color" "^1.1.3"
21-
chalk "^2.3.0"
22-
cli-ux "^3.3.18"
23-
debug "^3.1.0"
24-
fs-extra "^5.0.0"
25-
http-call "^5.0.2"
26-
load-json-file "^4.0.0"
27-
npm-run-path "^2.0.2"
28-
semver "^5.5.0"
29-
tslib "^1.9.0"
30-
yarn "^1.3.2"
31-
325
"@heroku-cli/color@^1.1.3":
336
version "1.1.3"
347
resolved "https://registry.yarnpkg.com/@heroku-cli/color/-/color-1.1.3.tgz#f5f3bb043c3c5c78888135a89633227cfca04b2b"
@@ -42,7 +15,7 @@
4215
version "1.0.0"
4316
resolved "https://registry.yarnpkg.com/@heroku/linewrap/-/linewrap-1.0.0.tgz#a9d4e99f0a3e423a899b775f5f3d6747a1ff15c6"
4417

45-
"@oclif/command@^1.2.20":
18+
"@oclif/command@^1.2.19", "@oclif/command@^1.2.20":
4619
version "1.2.20"
4720
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.2.20.tgz#1330834cae3147c3319d91fba89f24576e493e5f"
4821
dependencies:
@@ -66,9 +39,9 @@
6639
version "3.2.8"
6740
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.8.tgz#2b2e35b5c075d200d70950923acd64e258c5ae1d"
6841

69-
"@oclif/plugin-help@^0.7.3":
70-
version "0.7.3"
71-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-0.7.3.tgz#eb551780c0cc6da5b7e0ae5fd1b298160b20df6d"
42+
"@oclif/plugin-help@^0.7.4":
43+
version "0.7.4"
44+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-0.7.4.tgz#1b7903ad303bc9c2816e1f8a8275da051b2361f7"
7245
dependencies:
7346
"@oclif/command" "^1.2.20"
7447
chalk "^2.3.1"
@@ -78,13 +51,22 @@
7851
widest-line "^2.0.0"
7952
wrap-ansi "^3.0.1"
8053

81-
"@oclif/plugin-not-found@^0.1.19":
82-
version "0.1.20"
83-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-0.1.20.tgz#9a99acea53a30a98d90198f315ff9985e5f58383"
54+
"@oclif/plugin-plugins@^0.2.17":
55+
version "0.2.17"
56+
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-0.2.17.tgz#634819e7629de36806ff17081ec817b420a7ac15"
8457
dependencies:
8558
"@heroku-cli/color" "^1.1.3"
86-
"@oclif/command" "^1.2.20"
87-
string-similarity "^1.2.0"
59+
"@oclif/command" "^1.2.19"
60+
chalk "^2.3.1"
61+
cli-ux "^3.3.19"
62+
debug "^3.1.0"
63+
fs-extra "^5.0.0"
64+
http-call "^5.0.2"
65+
load-json-file "^4.0.0"
66+
npm-run-path "^2.0.2"
67+
semver "^5.5.0"
68+
tslib "^1.9.0"
69+
yarn "^1.3.2"
8870

8971
"@oclif/screen@^1.0.0":
9072
version "1.0.1"
@@ -246,7 +228,7 @@ clean-stack@^1.3.0:
246228
version "1.3.0"
247229
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"
248230

249-
cli-ux@^3.3.18:
231+
cli-ux@^3.3.19:
250232
version "3.3.19"
251233
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.19.tgz#e303faa923f061b91fb2c458f362ccfc7965a6b5"
252234
dependencies:
@@ -550,7 +532,7 @@ lodash.templatesettings@^4.0.0:
550532
dependencies:
551533
lodash._reinterpolate "~3.0.0"
552534

553-
lodash@^4.13.1, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.5.1:
535+
lodash@^4.17.4, lodash@^4.17.5, lodash@^4.5.1:
554536
version "4.17.5"
555537
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
556538

@@ -716,12 +698,6 @@ stdout-stderr@^0.1.6:
716698
dependencies:
717699
strip-ansi "^4.0.0"
718700

719-
string-similarity@^1.2.0:
720-
version "1.2.0"
721-
resolved "https://registry.yarnpkg.com/string-similarity/-/string-similarity-1.2.0.tgz#d75153cb383846318b7a39a8d9292bb4db4e9c30"
722-
dependencies:
723-
lodash "^4.13.1"
724-
725701
string-width@^2.1.1:
726702
version "2.1.1"
727703
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"

0 commit comments

Comments
 (0)