Skip to content

Commit 527ac2f

Browse files
yungstersfacebook-github-bot
authored andcommitted
JS: Upgrade to yargs@^17.5.1
Summary: Upgrades all of our JavaScript tooling to use `yargs@^17.5.1`. Of all [release notes](https://github.com/yargs/yargs/releases), these are the major version notes: - [v17.0.0](https://github.com/yargs/yargs/releases/tag/v17.0.0) - [v16.0.0](https://github.com/yargs/yargs/releases/tag/v16.0.0) A cursory inspection suggests that these breaking changes are unlikely to seriously impact our use cases (or can be fixed forward). Changelog: [Internal] Reviewed By: huntie Differential Revision: D39550338 fbshipit-source-id: 5b2c5265f8c7a95ab0cc9bab62873f9e4355f32f
1 parent 49c90f7 commit 527ac2f

File tree

4 files changed

+84
-78
lines changed

4 files changed

+84
-78
lines changed

ReactCommon/hermes/inspector/tools/msggen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"devtools-protocol": "0.0.959523",
16-
"yargs": "^14.2.0"
16+
"yargs": "^17.5.1"
1717
},
1818
"devDependencies": {
1919
"@babel/cli": "^7.2.0",

ReactCommon/hermes/inspector/tools/msggen/yarn.lock

Lines changed: 63 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,17 +1501,17 @@ ansi-escapes@^4.2.1:
15011501
dependencies:
15021502
type-fest "^0.21.3"
15031503

1504-
ansi-regex@^4.1.0:
1505-
version "4.1.0"
1506-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
1507-
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
1508-
15091504
ansi-regex@^5.0.0:
15101505
version "5.0.0"
15111506
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
15121507
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
15131508

1514-
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
1509+
ansi-regex@^5.0.1:
1510+
version "5.0.1"
1511+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
1512+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
1513+
1514+
ansi-styles@^3.2.1:
15151515
version "3.2.1"
15161516
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
15171517
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
@@ -2088,15 +2088,6 @@ class-utils@^0.3.5:
20882088
isobject "^3.0.0"
20892089
static-extend "^0.1.1"
20902090

2091-
cliui@^5.0.0:
2092-
version "5.0.0"
2093-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
2094-
integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
2095-
dependencies:
2096-
string-width "^3.1.0"
2097-
strip-ansi "^5.2.0"
2098-
wrap-ansi "^5.1.0"
2099-
21002091
cliui@^6.0.0:
21012092
version "6.0.0"
21022093
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
@@ -2106,6 +2097,15 @@ cliui@^6.0.0:
21062097
strip-ansi "^6.0.0"
21072098
wrap-ansi "^6.2.0"
21082099

2100+
cliui@^7.0.2:
2101+
version "7.0.4"
2102+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
2103+
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
2104+
dependencies:
2105+
string-width "^4.2.0"
2106+
strip-ansi "^6.0.0"
2107+
wrap-ansi "^7.0.0"
2108+
21092109
co@^4.6.0:
21102110
version "4.6.0"
21112111
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -2516,11 +2516,6 @@ emittery@^0.7.1:
25162516
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.7.2.tgz#25595908e13af0f5674ab419396e2fb394cdfa82"
25172517
integrity sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==
25182518

2519-
emoji-regex@^7.0.1:
2520-
version "7.0.3"
2521-
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
2522-
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
2523-
25242519
emoji-regex@^8.0.0:
25252520
version "8.0.0"
25262521
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
@@ -2901,7 +2896,7 @@ gensync@^1.0.0-beta.2:
29012896
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
29022897
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
29032898

2904-
get-caller-file@^2.0.1:
2899+
get-caller-file@^2.0.1, get-caller-file@^2.0.5:
29052900
version "2.0.5"
29062901
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
29072902
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
@@ -3278,11 +3273,6 @@ is-extglob@^2.1.0, is-extglob@^2.1.1:
32783273
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
32793274
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
32803275

3281-
is-fullwidth-code-point@^2.0.0:
3282-
version "2.0.0"
3283-
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
3284-
integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
3285-
32863276
is-fullwidth-code-point@^3.0.0:
32873277
version "3.0.0"
32883278
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
@@ -5400,15 +5390,6 @@ string-length@^4.0.1:
54005390
char-regex "^1.0.2"
54015391
strip-ansi "^6.0.0"
54025392

5403-
string-width@^3.0.0, string-width@^3.1.0:
5404-
version "3.1.0"
5405-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
5406-
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
5407-
dependencies:
5408-
emoji-regex "^7.0.1"
5409-
is-fullwidth-code-point "^2.0.0"
5410-
strip-ansi "^5.1.0"
5411-
54125393
string-width@^4.1.0, string-width@^4.2.0:
54135394
version "4.2.2"
54145395
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5"
@@ -5418,6 +5399,15 @@ string-width@^4.1.0, string-width@^4.2.0:
54185399
is-fullwidth-code-point "^3.0.0"
54195400
strip-ansi "^6.0.0"
54205401

5402+
string-width@^4.2.3:
5403+
version "4.2.3"
5404+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5405+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5406+
dependencies:
5407+
emoji-regex "^8.0.0"
5408+
is-fullwidth-code-point "^3.0.0"
5409+
strip-ansi "^6.0.1"
5410+
54215411
string_decoder@^1.0.0, string_decoder@^1.1.1:
54225412
version "1.3.0"
54235413
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -5432,20 +5422,20 @@ string_decoder@~1.1.1:
54325422
dependencies:
54335423
safe-buffer "~5.1.0"
54345424

5435-
strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
5436-
version "5.2.0"
5437-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
5438-
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
5439-
dependencies:
5440-
ansi-regex "^4.1.0"
5441-
54425425
strip-ansi@^6.0.0:
54435426
version "6.0.0"
54445427
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
54455428
integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
54465429
dependencies:
54475430
ansi-regex "^5.0.0"
54485431

5432+
strip-ansi@^6.0.1:
5433+
version "6.0.1"
5434+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5435+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5436+
dependencies:
5437+
ansi-regex "^5.0.1"
5438+
54495439
strip-bom@^4.0.0:
54505440
version "4.0.0"
54515441
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
@@ -5969,15 +5959,6 @@ worker-farm@^1.7.0:
59695959
dependencies:
59705960
errno "~0.1.7"
59715961

5972-
wrap-ansi@^5.1.0:
5973-
version "5.1.0"
5974-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
5975-
integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==
5976-
dependencies:
5977-
ansi-styles "^3.2.0"
5978-
string-width "^3.0.0"
5979-
strip-ansi "^5.0.0"
5980-
59815962
wrap-ansi@^6.2.0:
59825963
version "6.2.0"
59835964
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
@@ -5987,6 +5968,15 @@ wrap-ansi@^6.2.0:
59875968
string-width "^4.1.0"
59885969
strip-ansi "^6.0.0"
59895970

5971+
wrap-ansi@^7.0.0:
5972+
version "7.0.0"
5973+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5974+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5975+
dependencies:
5976+
ansi-styles "^4.0.0"
5977+
string-width "^4.1.0"
5978+
strip-ansi "^6.0.0"
5979+
59905980
wrappy@1:
59915981
version "1.0.2"
59925982
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
@@ -6027,6 +6017,11 @@ y18n@^4.0.0:
60276017
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf"
60286018
integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==
60296019

6020+
y18n@^5.0.5:
6021+
version "5.0.8"
6022+
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
6023+
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
6024+
60306025
yallist@^3.0.2:
60316026
version "3.1.1"
60326027
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
@@ -6037,14 +6032,6 @@ yallist@^4.0.0:
60376032
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
60386033
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
60396034

6040-
yargs-parser@^15.0.0:
6041-
version "15.0.0"
6042-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.0.tgz#cdd7a97490ec836195f59f3f4dbe5ea9e8f75f08"
6043-
integrity sha512-xLTUnCMc4JhxrPEPUYD5IBR1mWCK/aT6+RJ/K29JY2y1vD+FhtgKK0AXRWvI262q3QSffAQuTouFIKUuHX89wQ==
6044-
dependencies:
6045-
camelcase "^5.0.0"
6046-
decamelize "^1.2.0"
6047-
60486035
yargs-parser@^18.1.2:
60496036
version "18.1.3"
60506037
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
@@ -6053,22 +6040,10 @@ yargs-parser@^18.1.2:
60536040
camelcase "^5.0.0"
60546041
decamelize "^1.2.0"
60556042

6056-
yargs@^14.2.0:
6057-
version "14.2.2"
6058-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.2.2.tgz#2769564379009ff8597cdd38fba09da9b493c4b5"
6059-
integrity sha512-/4ld+4VV5RnrynMhPZJ/ZpOCGSCeghMykZ3BhdFBDa9Wy/RH6uEGNWDJog+aUlq+9OM1CFTgtYRW5Is1Po9NOA==
6060-
dependencies:
6061-
cliui "^5.0.0"
6062-
decamelize "^1.2.0"
6063-
find-up "^3.0.0"
6064-
get-caller-file "^2.0.1"
6065-
require-directory "^2.1.1"
6066-
require-main-filename "^2.0.0"
6067-
set-blocking "^2.0.0"
6068-
string-width "^3.0.0"
6069-
which-module "^2.0.0"
6070-
y18n "^4.0.0"
6071-
yargs-parser "^15.0.0"
6043+
yargs-parser@^21.0.0:
6044+
version "21.1.1"
6045+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
6046+
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
60726047

60736048
yargs@^15.4.1:
60746049
version "15.4.1"
@@ -6086,3 +6061,16 @@ yargs@^15.4.1:
60866061
which-module "^2.0.0"
60876062
y18n "^4.0.0"
60886063
yargs-parser "^18.1.2"
6064+
6065+
yargs@^17.5.1:
6066+
version "17.5.1"
6067+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b36e58e"
6068+
integrity sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==
6069+
dependencies:
6070+
cliui "^7.0.2"
6071+
escalade "^3.1.1"
6072+
get-caller-file "^2.0.5"
6073+
require-directory "^2.1.1"
6074+
string-width "^4.2.3"
6075+
y18n "^5.0.5"
6076+
yargs-parser "^21.0.0"

repo-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"shelljs": "^0.8.5",
4848
"signedsource": "^1.0.0",
4949
"ws": "^6.1.4",
50-
"yargs": "^15.3.1"
50+
"yargs": "^17.5.1"
5151
},
5252
"devDependencies": {
5353
"mock-fs": "^5.1.4"

yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8039,7 +8039,7 @@ string-natural-compare@^3.0.1:
80398039
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
80408040
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
80418041

8042-
string-width@^4.1.0, string-width@^4.2.0:
8042+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
80438043
version "4.2.3"
80448044
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
80458045
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8809,6 +8809,11 @@ yargs-parser@^20.2.2:
88098809
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
88108810
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
88118811

8812+
yargs-parser@^21.0.0:
8813+
version "21.1.1"
8814+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
8815+
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
8816+
88128817
yargs@^15.1.0, yargs@^15.3.1:
88138818
version "15.4.1"
88148819
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
@@ -8839,6 +8844,19 @@ yargs@^16.2.0:
88398844
y18n "^5.0.5"
88408845
yargs-parser "^20.2.2"
88418846

8847+
yargs@^17.5.1:
8848+
version "17.5.1"
8849+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b36e58e"
8850+
integrity sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==
8851+
dependencies:
8852+
cliui "^7.0.2"
8853+
escalade "^3.1.1"
8854+
get-caller-file "^2.0.5"
8855+
require-directory "^2.1.1"
8856+
string-width "^4.2.3"
8857+
y18n "^5.0.5"
8858+
yargs-parser "^21.0.0"
8859+
88428860
yocto-queue@^0.1.0:
88438861
version "0.1.0"
88448862
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"

0 commit comments

Comments
 (0)