Skip to content

Commit 8d12205

Browse files
committed
add flow-copy-source
1 parent 7e6009c commit 8d12205

File tree

3 files changed

+172
-6
lines changed

3 files changed

+172
-6
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@
99
"license": "MIT",
1010
"private": false,
1111
"devDependencies": {
12+
"@babel/cli": "^7.1.2",
1213
"@babel/core": "^7.1.2",
1314
"@babel/runtime": "^7.1.2",
1415
"@callstack/eslint-config": "^3.0.0",
1516
"@types/react": "^16.4.15",
1617
"@types/react-test-renderer": "^16.0.3",
17-
"@babel/cli": "^7.1.2",
1818
"babel-core": "7.0.0-bridge.0",
1919
"babel-jest": "^23.6.0",
2020
"chalk": "^2.4.1",
2121
"conventional-changelog-cli": "^2.0.11",
2222
"dedent": "^0.7.0",
2323
"eslint": "^5.6.1",
2424
"flow-bin": "^0.86.0",
25+
"flow-copy-source": "^2.0.2",
2526
"jest": "^23.6.0",
2627
"metro-react-native-babel-preset": "^0.49.0",
2728
"react": "16.6.1",
@@ -44,8 +45,9 @@
4445
"typescript-check": "tsc --noEmit --skipLibCheck --jsx react ./typings/__tests__/*",
4546
"lint": "eslint src --cache",
4647
"release": "release-it",
47-
"prepublish": "yarn build",
48-
"build": "babel src --out-dir build --presets=module:metro-react-native-babel-preset --ignore 'src/__tests__/*'"
48+
"prepublish": "yarn build && yarn copy-flowtypes",
49+
"copy-flowtypes": "flow-copy-source --ignore __tests__/*.js src build",
50+
"build": "rm -rf build ; babel src --out-dir build --presets=module:metro-react-native-babel-preset --ignore 'src/__tests__/*'"
4951
},
5052
"jest": {
5153
"preset": "react-native"

src/__tests__/renderRNComponents.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class RNComponents extends React.Component<*> {
2626
<Text>t2</Text>
2727
<Text>t3</Text>
2828
</TouchableOpacity>
29-
<ActivityIndicator show />
29+
<ActivityIndicator />
3030
</ScrollView>
3131
</Modal>
3232
</View>

yarn.lock

Lines changed: 166 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,7 @@ chardet@^0.7.0:
18661866
version "0.7.0"
18671867
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
18681868

1869-
chokidar@^2.0.3:
1869+
chokidar@^2.0.0, chokidar@^2.0.3:
18701870
version "2.0.4"
18711871
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.4.tgz#356ff4e2b0e8e43e322d18a372460bbcf3accd26"
18721872
integrity sha512-z9n7yt9rOvIJrMhvDtDictKrkFHeihkNl6uWMmZlmL6tJtX9Cs+87oK+teBx+JIgzvbX3yZHT3eF8vpbDxHJXQ==
@@ -2297,7 +2297,7 @@ cross-spawn@^5.0.1, cross-spawn@^5.1.0:
22972297
shebang-command "^1.2.0"
22982298
which "^1.2.9"
22992299

2300-
cross-spawn@^6.0.5:
2300+
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
23012301
version "6.0.5"
23022302
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
23032303
dependencies:
@@ -2864,6 +2864,19 @@ exec-sh@^0.2.0:
28642864
dependencies:
28652865
merge "^1.2.0"
28662866

2867+
execa@^0.10.0:
2868+
version "0.10.0"
2869+
resolved "https://registry.yarnpkg.com/execa/-/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50"
2870+
integrity sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==
2871+
dependencies:
2872+
cross-spawn "^6.0.0"
2873+
get-stream "^3.0.0"
2874+
is-stream "^1.1.0"
2875+
npm-run-path "^2.0.0"
2876+
p-finally "^1.0.0"
2877+
signal-exit "^3.0.0"
2878+
strip-eof "^1.0.0"
2879+
28672880
execa@^0.7.0:
28682881
version "0.7.0"
28692882
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
@@ -3147,6 +3160,13 @@ find-up@^2.0.0, find-up@^2.1.0:
31473160
dependencies:
31483161
locate-path "^2.0.0"
31493162

3163+
find-up@^3.0.0:
3164+
version "3.0.0"
3165+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
3166+
integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
3167+
dependencies:
3168+
locate-path "^3.0.0"
3169+
31503170
flat-cache@^1.2.1:
31513171
version "1.3.0"
31523172
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.0.tgz#d3030b32b38154f4e3b7e9c709f490f7ef97c481"
@@ -3160,6 +3180,17 @@ flow-bin@^0.86.0:
31603180
version "0.86.0"
31613181
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.86.0.tgz#153a28722b4dc13b7200c74b644dd4d9f4969a11"
31623182

3183+
flow-copy-source@^2.0.2:
3184+
version "2.0.2"
3185+
resolved "https://registry.yarnpkg.com/flow-copy-source/-/flow-copy-source-2.0.2.tgz#096e579a9bb63a38afc5d4dd68ac847a5be27594"
3186+
integrity sha512-IHKgy45Q+Xs7UanUZyFFJae/ubMKtzj0dU4vs1YoqlfKl2wzLTaqehyTpjqO4vLAnL48yGvLfnttncX5Utn/4g==
3187+
dependencies:
3188+
chokidar "^2.0.0"
3189+
fs-extra "^7.0.0"
3190+
glob "^7.0.0"
3191+
kefir "^3.7.3"
3192+
yargs "^12.0.1"
3193+
31633194
for-in@^1.0.1, for-in@^1.0.2:
31643195
version "1.0.2"
31653196
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -3207,6 +3238,15 @@ fs-extra@^1.0.0:
32073238
jsonfile "^2.1.0"
32083239
klaw "^1.0.0"
32093240

3241+
fs-extra@^7.0.0:
3242+
version "7.0.1"
3243+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
3244+
integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
3245+
dependencies:
3246+
graceful-fs "^4.1.2"
3247+
jsonfile "^4.0.0"
3248+
universalify "^0.1.0"
3249+
32103250
fs-minipass@^1.2.5:
32113251
version "1.2.5"
32123252
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d"
@@ -3715,6 +3755,11 @@ invert-kv@^1.0.0:
37153755
version "1.0.0"
37163756
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
37173757

3758+
invert-kv@^2.0.0:
3759+
version "2.0.0"
3760+
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02"
3761+
integrity sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==
3762+
37183763
is-accessor-descriptor@^0.1.6:
37193764
version "0.1.6"
37203765
resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6"
@@ -4491,6 +4536,13 @@ jsonfile@^2.1.0:
44914536
optionalDependencies:
44924537
graceful-fs "^4.1.6"
44934538

4539+
jsonfile@^4.0.0:
4540+
version "4.0.0"
4541+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
4542+
integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=
4543+
optionalDependencies:
4544+
graceful-fs "^4.1.6"
4545+
44944546
jsonify@~0.0.0:
44954547
version "0.0.0"
44964548
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
@@ -4514,6 +4566,13 @@ jsx-ast-utils@^2.0.1:
45144566
dependencies:
45154567
array-includes "^3.0.3"
45164568

4569+
kefir@^3.7.3:
4570+
version "3.8.5"
4571+
resolved "https://registry.yarnpkg.com/kefir/-/kefir-3.8.5.tgz#ce8d952707ea833d9d995a96b92daa744dea83ba"
4572+
integrity sha512-u4UxHyIvdOOM62Y/yAtYPeYEg/yUfwl5/QF3ksrTRxEdhpa7LAFChntZxVqbcf0gCGblZzL/JnV/gZYWOps3Qw==
4573+
dependencies:
4574+
symbol-observable "1.0.4"
4575+
45174576
keyv@3.0.0:
45184577
version "3.0.0"
45194578
resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.0.0.tgz#44923ba39e68b12a7cec7df6c3268c031f2ef373"
@@ -4566,6 +4625,13 @@ lcid@^1.0.0:
45664625
dependencies:
45674626
invert-kv "^1.0.0"
45684627

4628+
lcid@^2.0.0:
4629+
version "2.0.0"
4630+
resolved "https://registry.yarnpkg.com/lcid/-/lcid-2.0.0.tgz#6ef5d2df60e52f82eb228a4c373e8d1f397253cf"
4631+
integrity sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==
4632+
dependencies:
4633+
invert-kv "^2.0.0"
4634+
45694635
left-pad@^1.3.0:
45704636
version "1.3.0"
45714637
resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e"
@@ -4616,6 +4682,14 @@ locate-path@^2.0.0:
46164682
p-locate "^2.0.0"
46174683
path-exists "^3.0.0"
46184684

4685+
locate-path@^3.0.0:
4686+
version "3.0.0"
4687+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
4688+
integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
4689+
dependencies:
4690+
p-locate "^3.0.0"
4691+
path-exists "^3.0.0"
4692+
46194693
lodash._reinterpolate@~3.0.0:
46204694
version "3.0.0"
46214695
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -4712,6 +4786,13 @@ makeerror@1.0.x:
47124786
dependencies:
47134787
tmpl "1.0.x"
47144788

4789+
map-age-cleaner@^0.1.1:
4790+
version "0.1.3"
4791+
resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a"
4792+
integrity sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==
4793+
dependencies:
4794+
p-defer "^1.0.0"
4795+
47154796
map-cache@^0.2.2:
47164797
version "0.2.2"
47174798
resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
@@ -4740,6 +4821,15 @@ mem@^1.1.0:
47404821
dependencies:
47414822
mimic-fn "^1.0.0"
47424823

4824+
mem@^4.0.0:
4825+
version "4.0.0"
4826+
resolved "https://registry.yarnpkg.com/mem/-/mem-4.0.0.tgz#6437690d9471678f6cc83659c00cbafcd6b0cdaf"
4827+
integrity sha512-WQxG/5xYc3tMbYLXoXPm81ET2WDULiU5FxbuIoNbJqLOOI8zehXFdZuiUEgfdrU2mVB1pxBZUGlYORSrpuJreA==
4828+
dependencies:
4829+
map-age-cleaner "^0.1.1"
4830+
mimic-fn "^1.0.0"
4831+
p-is-promise "^1.1.0"
4832+
47434833
meow@^3.3.0:
47444834
version "3.7.0"
47454835
resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb"
@@ -5461,6 +5551,15 @@ os-locale@^2.0.0:
54615551
lcid "^1.0.0"
54625552
mem "^1.1.0"
54635553

5554+
os-locale@^3.0.0:
5555+
version "3.0.1"
5556+
resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.0.1.tgz#3b014fbf01d87f60a1e5348d80fe870dc82c4620"
5557+
integrity sha512-7g5e7dmXPtzcP4bgsZ8ixDVqA7oWYuEz4lOSujeWyliPai4gfVDiFIcwBg3aGCPnmSGfzOKTK3ccPn0CKv3DBw==
5558+
dependencies:
5559+
execa "^0.10.0"
5560+
lcid "^2.0.0"
5561+
mem "^4.0.0"
5562+
54645563
os-name@2.0.1, os-name@^2.0.1:
54655564
version "2.0.1"
54665565
resolved "https://registry.yarnpkg.com/os-name/-/os-name-2.0.1.tgz#b9a386361c17ae3a21736ef0599405c9a8c5dc5e"
@@ -5492,6 +5591,11 @@ p-cancelable@^0.4.0:
54925591
version "0.4.1"
54935592
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.4.1.tgz#35f363d67d52081c8d9585e37bcceb7e0bbcb2a0"
54945593

5594+
p-defer@^1.0.0:
5595+
version "1.0.0"
5596+
resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c"
5597+
integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=
5598+
54955599
p-finally@^1.0.0:
54965600
version "1.0.0"
54975601
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
@@ -5506,12 +5610,26 @@ p-limit@^1.1.0:
55065610
dependencies:
55075611
p-try "^1.0.0"
55085612

5613+
p-limit@^2.0.0:
5614+
version "2.0.0"
5615+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.0.0.tgz#e624ed54ee8c460a778b3c9f3670496ff8a57aec"
5616+
integrity sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A==
5617+
dependencies:
5618+
p-try "^2.0.0"
5619+
55095620
p-locate@^2.0.0:
55105621
version "2.0.0"
55115622
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
55125623
dependencies:
55135624
p-limit "^1.1.0"
55145625

5626+
p-locate@^3.0.0:
5627+
version "3.0.0"
5628+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
5629+
integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
5630+
dependencies:
5631+
p-limit "^2.0.0"
5632+
55155633
p-timeout@^2.0.1:
55165634
version "2.0.1"
55175635
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-2.0.1.tgz#d8dd1979595d2dc0139e1fe46b8b646cb3cdf038"
@@ -5522,6 +5640,11 @@ p-try@^1.0.0:
55225640
version "1.0.0"
55235641
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
55245642

5643+
p-try@^2.0.0:
5644+
version "2.0.0"
5645+
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.0.0.tgz#85080bb87c64688fa47996fe8f7dfbe8211760b1"
5646+
integrity sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==
5647+
55255648
package-json@^4.0.0:
55265649
version "4.0.1"
55275650
resolved "https://registry.yarnpkg.com/package-json/-/package-json-4.0.1.tgz#8869a0401253661c4c4ca3da6c2121ed555f5eed"
@@ -6775,6 +6898,11 @@ supports-color@^3.1.2:
67756898
dependencies:
67766899
has-flag "^1.0.0"
67776900

6901+
symbol-observable@1.0.4:
6902+
version "1.0.4"
6903+
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.4.tgz#29bf615d4aa7121bdd898b22d4b3f9bc4e2aa03d"
6904+
integrity sha1-Kb9hXUqnEhvdiYsi1LP5vE4qoD0=
6905+
67786906
symbol-tree@^3.2.2:
67796907
version "3.2.2"
67806908
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
@@ -7033,6 +7161,11 @@ universal-user-agent@^2.0.0:
70337161
dependencies:
70347162
os-name "^2.0.1"
70357163

7164+
universalify@^0.1.0:
7165+
version "0.1.2"
7166+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
7167+
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
7168+
70367169
unpipe@~1.0.0:
70377170
version "1.0.0"
70387171
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
@@ -7351,6 +7484,11 @@ y18n@^3.2.1:
73517484
version "3.2.1"
73527485
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
73537486

7487+
"y18n@^3.2.1 || ^4.0.0":
7488+
version "4.0.0"
7489+
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
7490+
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
7491+
73547492
yallist@^2.1.2:
73557493
version "2.1.2"
73567494
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
@@ -7366,6 +7504,14 @@ yargs-parser@11.1.0:
73667504
camelcase "^5.0.0"
73677505
decamelize "^1.2.0"
73687506

7507+
yargs-parser@^11.1.1:
7508+
version "11.1.1"
7509+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4"
7510+
integrity sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==
7511+
dependencies:
7512+
camelcase "^5.0.0"
7513+
decamelize "^1.2.0"
7514+
73697515
yargs-parser@^7.0.0:
73707516
version "7.0.0"
73717517
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9"
@@ -7395,6 +7541,24 @@ yargs@^11.0.0:
73957541
y18n "^3.2.1"
73967542
yargs-parser "^9.0.2"
73977543

7544+
yargs@^12.0.1:
7545+
version "12.0.5"
7546+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
7547+
integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==
7548+
dependencies:
7549+
cliui "^4.0.0"
7550+
decamelize "^1.2.0"
7551+
find-up "^3.0.0"
7552+
get-caller-file "^1.0.1"
7553+
os-locale "^3.0.0"
7554+
require-directory "^2.1.1"
7555+
require-main-filename "^1.0.1"
7556+
set-blocking "^2.0.0"
7557+
string-width "^2.0.0"
7558+
which-module "^2.0.0"
7559+
y18n "^3.2.1 || ^4.0.0"
7560+
yargs-parser "^11.1.1"
7561+
73987562
yargs@^9.0.0:
73997563
version "9.0.1"
74007564
resolved "https://registry.yarnpkg.com/yargs/-/yargs-9.0.1.tgz#52acc23feecac34042078ee78c0c007f5085db4c"

0 commit comments

Comments
 (0)