Skip to content

Commit b22dedc

Browse files
committed
Update babel monorepo to ^7.25.8
1 parent 8f4eb8b commit b22dedc

File tree

2 files changed

+212
-4
lines changed

2 files changed

+212
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"format": "yarn lint --fix & yarn prettier --write 'src/**/*.{js,jsx,ts,tsx}'"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "^7.25.7",
18-
"@babel/preset-env": "^7.25.7",
17+
"@babel/core": "^7.25.8",
18+
"@babel/preset-env": "^7.25.8",
1919
"@babel/preset-react": "^7.25.7",
2020
"@babel/preset-typescript": "^7.25.7",
2121
"@types/node-fetch": "^2.6.11",

yarn.lock

Lines changed: 210 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.7.tgz#b8479fe0018ef0ac87b6b7a5c6916fcd67ae2c9c"
2424
integrity sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==
2525

26-
"@babel/core@^7.16.0", "@babel/core@^7.25.7":
26+
"@babel/compat-data@^7.25.8":
27+
version "7.25.8"
28+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.8.tgz#0376e83df5ab0eb0da18885c0140041f0747a402"
29+
integrity sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA==
30+
31+
"@babel/core@^7.16.0":
2732
version "7.25.7"
2833
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.7.tgz#1b3d144157575daf132a3bc80b2b18e6e3ca6ece"
2934
integrity sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==
@@ -44,6 +49,27 @@
4449
json5 "^2.2.3"
4550
semver "^6.3.1"
4651

52+
"@babel/core@^7.25.8":
53+
version "7.25.8"
54+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.8.tgz#a57137d2a51bbcffcfaeba43cb4dd33ae3e0e1c6"
55+
integrity sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==
56+
dependencies:
57+
"@ampproject/remapping" "^2.2.0"
58+
"@babel/code-frame" "^7.25.7"
59+
"@babel/generator" "^7.25.7"
60+
"@babel/helper-compilation-targets" "^7.25.7"
61+
"@babel/helper-module-transforms" "^7.25.7"
62+
"@babel/helpers" "^7.25.7"
63+
"@babel/parser" "^7.25.8"
64+
"@babel/template" "^7.25.7"
65+
"@babel/traverse" "^7.25.7"
66+
"@babel/types" "^7.25.8"
67+
convert-source-map "^2.0.0"
68+
debug "^4.1.0"
69+
gensync "^1.0.0-beta.2"
70+
json5 "^2.2.3"
71+
semver "^6.3.1"
72+
4773
"@babel/eslint-parser@^7.16.3":
4874
version "7.25.7"
4975
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.7.tgz#27b43de786c83cbabbcb328efbb4f099ae85415e"
@@ -243,6 +269,13 @@
243269
dependencies:
244270
"@babel/types" "^7.25.7"
245271

272+
"@babel/parser@^7.25.8":
273+
version "7.25.8"
274+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2"
275+
integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==
276+
dependencies:
277+
"@babel/types" "^7.25.8"
278+
246279
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.7":
247280
version "7.25.7"
248281
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.7.tgz#93969ac50ef4d68b2504b01b758af714e4cbdd64"
@@ -509,6 +542,15 @@
509542
"@babel/plugin-syntax-async-generators" "^7.8.4"
510543
"@babel/traverse" "^7.25.7"
511544

545+
"@babel/plugin-transform-async-generator-functions@^7.25.8":
546+
version "7.25.8"
547+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.8.tgz#3331de02f52cc1f2c75b396bec52188c85b0b1ec"
548+
integrity sha512-9ypqkozyzpG+HxlH4o4gdctalFGIjjdufzo7I2XPda0iBnZ6a+FO0rIEQcdSPXp02CkvGsII1exJhmROPQd5oA==
549+
dependencies:
550+
"@babel/helper-plugin-utils" "^7.25.7"
551+
"@babel/helper-remap-async-to-generator" "^7.25.7"
552+
"@babel/traverse" "^7.25.7"
553+
512554
"@babel/plugin-transform-async-to-generator@^7.25.7":
513555
version "7.25.7"
514556
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.7.tgz#a44c7323f8d4285a6c568dd43c5c361d6367ec52"
@@ -549,6 +591,14 @@
549591
"@babel/helper-plugin-utils" "^7.25.7"
550592
"@babel/plugin-syntax-class-static-block" "^7.14.5"
551593

594+
"@babel/plugin-transform-class-static-block@^7.25.8":
595+
version "7.25.8"
596+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.8.tgz#a8af22028920fe404668031eceb4c3aadccb5262"
597+
integrity sha512-e82gl3TCorath6YLf9xUwFehVvjvfqFhdOo4+0iVIVju+6XOi5XHkqB3P2AXnSwoeTX0HBoXq5gJFtvotJzFnQ==
598+
dependencies:
599+
"@babel/helper-create-class-features-plugin" "^7.25.7"
600+
"@babel/helper-plugin-utils" "^7.25.7"
601+
552602
"@babel/plugin-transform-classes@^7.25.7":
553603
version "7.25.7"
554604
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.7.tgz#5103206cf80d02283bbbd044509ea3b65d0906bb"
@@ -607,6 +657,13 @@
607657
"@babel/helper-plugin-utils" "^7.25.7"
608658
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
609659

660+
"@babel/plugin-transform-dynamic-import@^7.25.8":
661+
version "7.25.8"
662+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.8.tgz#f1edbe75b248cf44c70c8ca8ed3818a668753aaa"
663+
integrity sha512-gznWY+mr4ZQL/EWPcbBQUP3BXS5FwZp8RUOw06BaRn8tQLzN4XLIxXejpHN9Qo8x8jjBmAAKp6FoS51AgkSA/A==
664+
dependencies:
665+
"@babel/helper-plugin-utils" "^7.25.7"
666+
610667
"@babel/plugin-transform-exponentiation-operator@^7.25.7":
611668
version "7.25.7"
612669
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.7.tgz#5961a3a23a398faccd6cddb34a2182807d75fb5f"
@@ -623,6 +680,13 @@
623680
"@babel/helper-plugin-utils" "^7.25.7"
624681
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
625682

683+
"@babel/plugin-transform-export-namespace-from@^7.25.8":
684+
version "7.25.8"
685+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.8.tgz#d1988c3019a380b417e0516418b02804d3858145"
686+
integrity sha512-sPtYrduWINTQTW7FtOy99VCTWp4H23UX7vYcut7S4CIMEXU+54zKX9uCoGkLsWXteyaMXzVHgzWbLfQ1w4GZgw==
687+
dependencies:
688+
"@babel/helper-plugin-utils" "^7.25.7"
689+
626690
"@babel/plugin-transform-flow-strip-types@^7.16.0":
627691
version "7.25.7"
628692
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.25.7.tgz#32be871a80e10bbe6d8b1c8a7eeedbbc896d5e80"
@@ -656,6 +720,13 @@
656720
"@babel/helper-plugin-utils" "^7.25.7"
657721
"@babel/plugin-syntax-json-strings" "^7.8.3"
658722

723+
"@babel/plugin-transform-json-strings@^7.25.8":
724+
version "7.25.8"
725+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.8.tgz#6fb3ec383a2ea92652289fdba653e3f9de722694"
726+
integrity sha512-4OMNv7eHTmJ2YXs3tvxAfa/I43di+VcF+M4Wt66c88EAED1RoGaf1D64cL5FkRpNL+Vx9Hds84lksWvd/wMIdA==
727+
dependencies:
728+
"@babel/helper-plugin-utils" "^7.25.7"
729+
659730
"@babel/plugin-transform-literals@^7.25.7":
660731
version "7.25.7"
661732
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.7.tgz#70cbdc742f2cfdb1a63ea2cbd018d12a60b213c3"
@@ -671,6 +742,13 @@
671742
"@babel/helper-plugin-utils" "^7.25.7"
672743
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
673744

745+
"@babel/plugin-transform-logical-assignment-operators@^7.25.8":
746+
version "7.25.8"
747+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.8.tgz#01868ff92daa9e525b4c7902aa51979082a05710"
748+
integrity sha512-f5W0AhSbbI+yY6VakT04jmxdxz+WsID0neG7+kQZbCOjuyJNdL5Nn4WIBm4hRpKnUcO9lP0eipUhFN12JpoH8g==
749+
dependencies:
750+
"@babel/helper-plugin-utils" "^7.25.7"
751+
674752
"@babel/plugin-transform-member-expression-literals@^7.25.7":
675753
version "7.25.7"
676754
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.7.tgz#0a36c3fbd450cc9e6485c507f005fa3d1bc8fca5"
@@ -736,6 +814,13 @@
736814
"@babel/helper-plugin-utils" "^7.25.7"
737815
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
738816

817+
"@babel/plugin-transform-nullish-coalescing-operator@^7.25.8":
818+
version "7.25.8"
819+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.8.tgz#befb4900c130bd52fccf2b926314557987f1b552"
820+
integrity sha512-Z7WJJWdQc8yCWgAmjI3hyC+5PXIubH9yRKzkl9ZEG647O9szl9zvmKLzpbItlijBnVhTUf1cpyWBsZ3+2wjWPQ==
821+
dependencies:
822+
"@babel/helper-plugin-utils" "^7.25.7"
823+
739824
"@babel/plugin-transform-numeric-separator@^7.25.7":
740825
version "7.25.7"
741826
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.7.tgz#a516b78f894d1c08283f39d809b2048fd2f29448"
@@ -744,6 +829,13 @@
744829
"@babel/helper-plugin-utils" "^7.25.7"
745830
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
746831

832+
"@babel/plugin-transform-numeric-separator@^7.25.8":
833+
version "7.25.8"
834+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.8.tgz#91e370486371637bd42161052f2602c701386891"
835+
integrity sha512-rm9a5iEFPS4iMIy+/A/PiS0QN0UyjPIeVvbU5EMZFKJZHt8vQnasbpo3T3EFcxzCeYO0BHfc4RqooCZc51J86Q==
836+
dependencies:
837+
"@babel/helper-plugin-utils" "^7.25.7"
838+
747839
"@babel/plugin-transform-object-rest-spread@^7.25.7":
748840
version "7.25.7"
749841
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.7.tgz#fa0916521be96fd434e2db59780b24b308c6d169"
@@ -754,6 +846,15 @@
754846
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
755847
"@babel/plugin-transform-parameters" "^7.25.7"
756848

849+
"@babel/plugin-transform-object-rest-spread@^7.25.8":
850+
version "7.25.8"
851+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.8.tgz#0904ac16bcce41df4db12d915d6780f85c7fb04b"
852+
integrity sha512-LkUu0O2hnUKHKE7/zYOIjByMa4VRaV2CD/cdGz0AxU9we+VA3kDDggKEzI0Oz1IroG+6gUP6UmWEHBMWZU316g==
853+
dependencies:
854+
"@babel/helper-compilation-targets" "^7.25.7"
855+
"@babel/helper-plugin-utils" "^7.25.7"
856+
"@babel/plugin-transform-parameters" "^7.25.7"
857+
757858
"@babel/plugin-transform-object-super@^7.25.7":
758859
version "7.25.7"
759860
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.7.tgz#582a9cea8cf0a1e02732be5b5a703a38dedf5661"
@@ -770,6 +871,13 @@
770871
"@babel/helper-plugin-utils" "^7.25.7"
771872
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
772873

874+
"@babel/plugin-transform-optional-catch-binding@^7.25.8":
875+
version "7.25.8"
876+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.8.tgz#2649b86a3bb202c6894ec81a6ddf41b94d8f3103"
877+
integrity sha512-EbQYweoMAHOn7iJ9GgZo14ghhb9tTjgOc88xFgYngifx7Z9u580cENCV159M4xDh3q/irbhSjZVpuhpC2gKBbg==
878+
dependencies:
879+
"@babel/helper-plugin-utils" "^7.25.7"
880+
773881
"@babel/plugin-transform-optional-chaining@^7.25.7":
774882
version "7.25.7"
775883
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.7.tgz#b7f7c9321aa1d8414e67799c28d87c23682e4d68"
@@ -779,6 +887,14 @@
779887
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.7"
780888
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
781889

890+
"@babel/plugin-transform-optional-chaining@^7.25.8":
891+
version "7.25.8"
892+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.8.tgz#f46283b78adcc5b6ab988a952f989e7dce70653f"
893+
integrity sha512-q05Bk7gXOxpTHoQ8RSzGSh/LHVB9JEIkKnk3myAWwZHnYiTGYtbdrYkIsS8Xyh4ltKf7GNUSgzs/6P2bJtBAQg==
894+
dependencies:
895+
"@babel/helper-plugin-utils" "^7.25.7"
896+
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.7"
897+
782898
"@babel/plugin-transform-parameters@^7.25.7":
783899
version "7.25.7"
784900
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.7.tgz#80c38b03ef580f6d6bffe1c5254bb35986859ac7"
@@ -804,6 +920,15 @@
804920
"@babel/helper-plugin-utils" "^7.25.7"
805921
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
806922

923+
"@babel/plugin-transform-private-property-in-object@^7.25.8":
924+
version "7.25.8"
925+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.8.tgz#1234f856ce85e061f9688764194e51ea7577c434"
926+
integrity sha512-8Uh966svuB4V8RHHg0QJOB32QK287NBksJOByoKmHMp1TAobNniNalIkI2i5IPj5+S9NYCG4VIjbEuiSN8r+ow==
927+
dependencies:
928+
"@babel/helper-annotate-as-pure" "^7.25.7"
929+
"@babel/helper-create-class-features-plugin" "^7.25.7"
930+
"@babel/helper-plugin-utils" "^7.25.7"
931+
807932
"@babel/plugin-transform-property-literals@^7.25.7":
808933
version "7.25.7"
809934
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.7.tgz#a8612b4ea4e10430f00012ecf0155662c7d6550d"
@@ -949,7 +1074,7 @@
9491074
"@babel/helper-create-regexp-features-plugin" "^7.25.7"
9501075
"@babel/helper-plugin-utils" "^7.25.7"
9511076

952-
"@babel/preset-env@^7.16.4", "@babel/preset-env@^7.25.7":
1077+
"@babel/preset-env@^7.16.4":
9531078
version "7.25.7"
9541079
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.7.tgz#fc1b092152db4b58377b85dc05c890081c1157e0"
9551080
integrity sha512-Gibz4OUdyNqqLj+7OAvBZxOD7CklCtMA5/j0JgUEwOnaRULsPDXmic2iKxL2DX2vQduPR5wH2hjZas/Vr/Oc0g==
@@ -1038,6 +1163,80 @@
10381163
core-js-compat "^3.38.1"
10391164
semver "^6.3.1"
10401165

1166+
"@babel/preset-env@^7.25.8":
1167+
version "7.25.8"
1168+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.8.tgz#dc6b719627fb29cd9cccbbbe041802fd575b524c"
1169+
integrity sha512-58T2yulDHMN8YMUxiLq5YmWUnlDCyY1FsHM+v12VMx+1/FlrUj5tY50iDCpofFQEM8fMYOaY9YRvym2jcjn1Dg==
1170+
dependencies:
1171+
"@babel/compat-data" "^7.25.8"
1172+
"@babel/helper-compilation-targets" "^7.25.7"
1173+
"@babel/helper-plugin-utils" "^7.25.7"
1174+
"@babel/helper-validator-option" "^7.25.7"
1175+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.7"
1176+
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.7"
1177+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.7"
1178+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.7"
1179+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.7"
1180+
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
1181+
"@babel/plugin-syntax-import-assertions" "^7.25.7"
1182+
"@babel/plugin-syntax-import-attributes" "^7.25.7"
1183+
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
1184+
"@babel/plugin-transform-arrow-functions" "^7.25.7"
1185+
"@babel/plugin-transform-async-generator-functions" "^7.25.8"
1186+
"@babel/plugin-transform-async-to-generator" "^7.25.7"
1187+
"@babel/plugin-transform-block-scoped-functions" "^7.25.7"
1188+
"@babel/plugin-transform-block-scoping" "^7.25.7"
1189+
"@babel/plugin-transform-class-properties" "^7.25.7"
1190+
"@babel/plugin-transform-class-static-block" "^7.25.8"
1191+
"@babel/plugin-transform-classes" "^7.25.7"
1192+
"@babel/plugin-transform-computed-properties" "^7.25.7"
1193+
"@babel/plugin-transform-destructuring" "^7.25.7"
1194+
"@babel/plugin-transform-dotall-regex" "^7.25.7"
1195+
"@babel/plugin-transform-duplicate-keys" "^7.25.7"
1196+
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.7"
1197+
"@babel/plugin-transform-dynamic-import" "^7.25.8"
1198+
"@babel/plugin-transform-exponentiation-operator" "^7.25.7"
1199+
"@babel/plugin-transform-export-namespace-from" "^7.25.8"
1200+
"@babel/plugin-transform-for-of" "^7.25.7"
1201+
"@babel/plugin-transform-function-name" "^7.25.7"
1202+
"@babel/plugin-transform-json-strings" "^7.25.8"
1203+
"@babel/plugin-transform-literals" "^7.25.7"
1204+
"@babel/plugin-transform-logical-assignment-operators" "^7.25.8"
1205+
"@babel/plugin-transform-member-expression-literals" "^7.25.7"
1206+
"@babel/plugin-transform-modules-amd" "^7.25.7"
1207+
"@babel/plugin-transform-modules-commonjs" "^7.25.7"
1208+
"@babel/plugin-transform-modules-systemjs" "^7.25.7"
1209+
"@babel/plugin-transform-modules-umd" "^7.25.7"
1210+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.25.7"
1211+
"@babel/plugin-transform-new-target" "^7.25.7"
1212+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.25.8"
1213+
"@babel/plugin-transform-numeric-separator" "^7.25.8"
1214+
"@babel/plugin-transform-object-rest-spread" "^7.25.8"
1215+
"@babel/plugin-transform-object-super" "^7.25.7"
1216+
"@babel/plugin-transform-optional-catch-binding" "^7.25.8"
1217+
"@babel/plugin-transform-optional-chaining" "^7.25.8"
1218+
"@babel/plugin-transform-parameters" "^7.25.7"
1219+
"@babel/plugin-transform-private-methods" "^7.25.7"
1220+
"@babel/plugin-transform-private-property-in-object" "^7.25.8"
1221+
"@babel/plugin-transform-property-literals" "^7.25.7"
1222+
"@babel/plugin-transform-regenerator" "^7.25.7"
1223+
"@babel/plugin-transform-reserved-words" "^7.25.7"
1224+
"@babel/plugin-transform-shorthand-properties" "^7.25.7"
1225+
"@babel/plugin-transform-spread" "^7.25.7"
1226+
"@babel/plugin-transform-sticky-regex" "^7.25.7"
1227+
"@babel/plugin-transform-template-literals" "^7.25.7"
1228+
"@babel/plugin-transform-typeof-symbol" "^7.25.7"
1229+
"@babel/plugin-transform-unicode-escapes" "^7.25.7"
1230+
"@babel/plugin-transform-unicode-property-regex" "^7.25.7"
1231+
"@babel/plugin-transform-unicode-regex" "^7.25.7"
1232+
"@babel/plugin-transform-unicode-sets-regex" "^7.25.7"
1233+
"@babel/preset-modules" "0.1.6-no-external-plugins"
1234+
babel-plugin-polyfill-corejs2 "^0.4.10"
1235+
babel-plugin-polyfill-corejs3 "^0.10.6"
1236+
babel-plugin-polyfill-regenerator "^0.6.1"
1237+
core-js-compat "^3.38.1"
1238+
semver "^6.3.1"
1239+
10411240
10421241
version "0.1.6-no-external-plugins"
10431242
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a"
@@ -1108,6 +1307,15 @@
11081307
"@babel/helper-validator-identifier" "^7.25.7"
11091308
to-fast-properties "^2.0.0"
11101309

1310+
"@babel/types@^7.25.8":
1311+
version "7.25.8"
1312+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1"
1313+
integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==
1314+
dependencies:
1315+
"@babel/helper-string-parser" "^7.25.7"
1316+
"@babel/helper-validator-identifier" "^7.25.7"
1317+
to-fast-properties "^2.0.0"
1318+
11111319
"@discoveryjs/json-ext@^0.5.0":
11121320
version "0.5.7"
11131321
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"

0 commit comments

Comments
 (0)