Skip to content

Commit 8c1f442

Browse files
kelsetfacebook-github-bot
authored andcommitted
bump @babel/* packages (facebook#987)
Summary: Pull Request resolved: facebook#987 While working on facebook/react-native#35786 I noticed some inconsistencies in the versioning for Babel and Flow across the monorepo. So in this PR I wanted to address that so that for 0.72 we'll have the codebase in a more consistent shape. Happy to split in multiple PRs if needed. ## Changelog [GENERAL] [CHANGED] - Bump Babel packages to ^7.20.0 (or closest latest release), bump flow parser to 0.206.0 in a few places that were left out from latest bump X-link: facebook/react-native#35787 Test Plan: CI is green. Reviewed By: cipolleschi Differential Revision: D42384881 Pulled By: hoxyq fbshipit-source-id: c3aa02e1f29133b51dd138ec926ef0c73b78cf84
1 parent e24c6ae commit 8c1f442

File tree

6 files changed

+95
-29
lines changed

6 files changed

+95
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"devDependencies": {
44
"@babel/core": "^7.20.0",
55
"@babel/plugin-syntax-class-properties": "^7.0.0",
6-
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
6+
"@babel/plugin-transform-flow-strip-types": "^7.20.0",
77
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
88
"@tsconfig/node16": "1.0.1",
99
"@typescript-eslint/eslint-plugin": "^5.57.1",

packages/metro-babel-register/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@babel/core": "^7.20.0",
12-
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
12+
"@babel/plugin-transform-flow-strip-types": "^7.20.0",
1313
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
1414
"@babel/preset-typescript": "^7.18.0",
1515
"@babel/register": "^7.0.0",

packages/metro-react-native-babel-preset/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@
2020
"dependencies": {
2121
"@babel/core": "^7.20.0",
2222
"@babel/plugin-proposal-async-generator-functions": "^7.0.0",
23-
"@babel/plugin-proposal-class-properties": "^7.0.0",
23+
"@babel/plugin-proposal-class-properties": "^7.18.0",
2424
"@babel/plugin-proposal-export-default-from": "^7.0.0",
25-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
25+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.0",
2626
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
27-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
27+
"@babel/plugin-proposal-object-rest-spread": "^7.20.0",
2828
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
29-
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
30-
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
29+
"@babel/plugin-proposal-optional-chaining": "^7.20.0",
30+
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
3131
"@babel/plugin-syntax-export-default-from": "^7.0.0",
3232
"@babel/plugin-syntax-flow": "^7.18.0",
3333
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
3434
"@babel/plugin-syntax-optional-chaining": "^7.0.0",
3535
"@babel/plugin-transform-arrow-functions": "^7.0.0",
36-
"@babel/plugin-transform-async-to-generator": "^7.0.0",
36+
"@babel/plugin-transform-async-to-generator": "^7.20.0",
3737
"@babel/plugin-transform-block-scoping": "^7.0.0",
3838
"@babel/plugin-transform-classes": "^7.0.0",
3939
"@babel/plugin-transform-computed-properties": "^7.0.0",
40-
"@babel/plugin-transform-destructuring": "^7.0.0",
41-
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
40+
"@babel/plugin-transform-destructuring": "^7.20.0",
41+
"@babel/plugin-transform-flow-strip-types": "^7.20.0",
4242
"@babel/plugin-transform-function-name": "^7.0.0",
4343
"@babel/plugin-transform-literals": "^7.0.0",
4444
"@babel/plugin-transform-modules-commonjs": "^7.0.0",

packages/metro-transform-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@babel/code-frame": "^7.0.0",
2424
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
25-
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
25+
"@babel/plugin-transform-flow-strip-types": "^7.20.0",
2626
"@babel/types": "^7.20.0",
2727
"metro": "0.76.4"
2828
},

packages/metro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"yargs": "^17.6.2"
6363
},
6464
"devDependencies": {
65-
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
65+
"@babel/plugin-transform-flow-strip-types": "^7.20.0",
6666
"babel-jest": "^29.2.1",
6767
"dedent": "^0.7.0",
6868
"jest-snapshot": "^26.5.2",

yarn.lock

Lines changed: 83 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
2323
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
2424

25+
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.21.5":
26+
version "7.21.7"
27+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc"
28+
integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==
29+
2530
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.20.0":
2631
version "7.20.5"
2732
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
@@ -69,6 +74,17 @@
6974
browserslist "^4.21.3"
7075
semver "^6.3.0"
7176

77+
"@babel/helper-compilation-targets@^7.20.7":
78+
version "7.21.5"
79+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366"
80+
integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==
81+
dependencies:
82+
"@babel/compat-data" "^7.21.5"
83+
"@babel/helper-validator-option" "^7.21.0"
84+
browserslist "^4.21.3"
85+
lru-cache "^5.1.1"
86+
semver "^6.3.0"
87+
7288
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.20.2":
7389
version "7.20.5"
7490
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.5.tgz#327154eedfb12e977baa4ecc72e5806720a85a06"
@@ -162,7 +178,7 @@
162178
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
163179
integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
164180

165-
"@babel/helper-remap-async-to-generator@^7.18.6", "@babel/helper-remap-async-to-generator@^7.18.9":
181+
"@babel/helper-remap-async-to-generator@^7.18.9":
166182
version "7.18.9"
167183
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519"
168184
integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==
@@ -190,7 +206,7 @@
190206
dependencies:
191207
"@babel/types" "^7.20.2"
192208

193-
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
209+
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9", "@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
194210
version "7.20.0"
195211
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
196212
integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==
@@ -219,6 +235,11 @@
219235
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
220236
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
221237

238+
"@babel/helper-validator-option@^7.21.0":
239+
version "7.21.0"
240+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
241+
integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==
242+
222243
"@babel/helper-wrap-function@^7.18.9":
223244
version "7.20.5"
224245
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz#75e2d84d499a0ab3b31c33bcfe59d6b8a45f62e3"
@@ -262,7 +283,7 @@
262283
"@babel/helper-remap-async-to-generator" "^7.18.9"
263284
"@babel/plugin-syntax-async-generators" "^7.8.4"
264285

265-
"@babel/plugin-proposal-class-properties@^7.0.0":
286+
"@babel/plugin-proposal-class-properties@^7.0.0", "@babel/plugin-proposal-class-properties@^7.18.0":
266287
version "7.18.6"
267288
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
268289
integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==
@@ -278,7 +299,7 @@
278299
"@babel/helper-plugin-utils" "^7.18.9"
279300
"@babel/plugin-syntax-export-default-from" "^7.18.6"
280301

281-
"@babel/plugin-proposal-nullish-coalescing-operator@^7.0.0":
302+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.18.0":
282303
version "7.18.6"
283304
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1"
284305
integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==
@@ -305,6 +326,17 @@
305326
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
306327
"@babel/plugin-transform-parameters" "^7.20.1"
307328

329+
"@babel/plugin-proposal-object-rest-spread@^7.20.0":
330+
version "7.20.7"
331+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a"
332+
integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==
333+
dependencies:
334+
"@babel/compat-data" "^7.20.5"
335+
"@babel/helper-compilation-targets" "^7.20.7"
336+
"@babel/helper-plugin-utils" "^7.20.2"
337+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
338+
"@babel/plugin-transform-parameters" "^7.20.7"
339+
308340
"@babel/plugin-proposal-optional-catch-binding@^7.0.0":
309341
version "7.18.6"
310342
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz#f9400d0e6a3ea93ba9ef70b09e72dd6da638a2cb"
@@ -313,13 +345,13 @@
313345
"@babel/helper-plugin-utils" "^7.18.6"
314346
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
315347

316-
"@babel/plugin-proposal-optional-chaining@^7.0.0":
317-
version "7.18.9"
318-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz#e8e8fe0723f2563960e4bf5e9690933691915993"
319-
integrity sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==
348+
"@babel/plugin-proposal-optional-chaining@^7.20.0":
349+
version "7.21.0"
350+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea"
351+
integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==
320352
dependencies:
321-
"@babel/helper-plugin-utils" "^7.18.9"
322-
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
353+
"@babel/helper-plugin-utils" "^7.20.2"
354+
"@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
323355
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
324356

325357
"@babel/plugin-syntax-async-generators@^7.8.4":
@@ -343,7 +375,7 @@
343375
dependencies:
344376
"@babel/helper-plugin-utils" "^7.12.13"
345377

346-
"@babel/plugin-syntax-dynamic-import@^7.0.0":
378+
"@babel/plugin-syntax-dynamic-import@^7.8.0":
347379
version "7.8.3"
348380
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3"
349381
integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
@@ -448,14 +480,14 @@
448480
dependencies:
449481
"@babel/helper-plugin-utils" "^7.18.6"
450482

451-
"@babel/plugin-transform-async-to-generator@^7.0.0":
452-
version "7.18.6"
453-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz#ccda3d1ab9d5ced5265fdb13f1882d5476c71615"
454-
integrity sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==
483+
"@babel/plugin-transform-async-to-generator@^7.20.0":
484+
version "7.20.7"
485+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz#dfee18623c8cb31deb796aa3ca84dda9cea94354"
486+
integrity sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==
455487
dependencies:
456488
"@babel/helper-module-imports" "^7.18.6"
457-
"@babel/helper-plugin-utils" "^7.18.6"
458-
"@babel/helper-remap-async-to-generator" "^7.18.6"
489+
"@babel/helper-plugin-utils" "^7.20.2"
490+
"@babel/helper-remap-async-to-generator" "^7.18.9"
459491

460492
"@babel/plugin-transform-block-scoped-functions@^7.0.0":
461493
version "7.18.6"
@@ -500,6 +532,13 @@
500532
dependencies:
501533
"@babel/helper-plugin-utils" "^7.20.2"
502534

535+
"@babel/plugin-transform-destructuring@^7.20.0":
536+
version "7.21.3"
537+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.21.3.tgz#73b46d0fd11cd6ef57dea8a381b1215f4959d401"
538+
integrity sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==
539+
dependencies:
540+
"@babel/helper-plugin-utils" "^7.20.2"
541+
503542
"@babel/plugin-transform-flow-strip-types@^7.0.0":
504543
version "7.19.0"
505544
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.19.0.tgz#e9e8606633287488216028719638cbbb2f2dde8f"
@@ -508,6 +547,14 @@
508547
"@babel/helper-plugin-utils" "^7.19.0"
509548
"@babel/plugin-syntax-flow" "^7.18.6"
510549

550+
"@babel/plugin-transform-flow-strip-types@^7.20.0":
551+
version "7.21.0"
552+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.21.0.tgz#6aeca0adcb81dc627c8986e770bfaa4d9812aff5"
553+
integrity sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==
554+
dependencies:
555+
"@babel/helper-plugin-utils" "^7.20.2"
556+
"@babel/plugin-syntax-flow" "^7.18.6"
557+
511558
"@babel/plugin-transform-for-of@^7.0.0":
512559
version "7.18.8"
513560
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz#6ef8a50b244eb6a0bdbad0c7c61877e4e30097c1"
@@ -570,6 +617,13 @@
570617
dependencies:
571618
"@babel/helper-plugin-utils" "^7.20.2"
572619

620+
"@babel/plugin-transform-parameters@^7.20.7":
621+
version "7.21.3"
622+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.21.3.tgz#18fc4e797cf6d6d972cb8c411dbe8a809fa157db"
623+
integrity sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==
624+
dependencies:
625+
"@babel/helper-plugin-utils" "^7.20.2"
626+
573627
"@babel/plugin-transform-property-literals@^7.0.0":
574628
version "7.18.6"
575629
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz#e22498903a483448e94e032e9bbb9c5ccbfc93a3"
@@ -4618,6 +4672,13 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
46184672
dependencies:
46194673
js-tokens "^3.0.0 || ^4.0.0"
46204674

4675+
lru-cache@^5.1.1:
4676+
version "5.1.1"
4677+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
4678+
integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
4679+
dependencies:
4680+
yallist "^3.0.2"
4681+
46214682
lru-cache@^6.0.0:
46224683
version "6.0.0"
46234684
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -6439,6 +6500,11 @@ y18n@^5.0.5:
64396500
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
64406501
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
64416502

6503+
yallist@^3.0.2:
6504+
version "3.1.1"
6505+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
6506+
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
6507+
64426508
yallist@^4.0.0:
64436509
version "4.0.0"
64446510
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"

0 commit comments

Comments
 (0)