Skip to content

Commit 4f21196

Browse files
committed
Update babel monorepo to v7.25.8
1 parent b201a22 commit 4f21196

File tree

2 files changed

+40
-69
lines changed

2 files changed

+40
-69
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
],
77
"dependencies": {
88
"@ant-design/icons": "4.8.3",
9-
"@babel/core": "7.25.7",
10-
"@babel/preset-env": "7.25.7",
9+
"@babel/core": "7.25.8",
10+
"@babel/preset-env": "7.25.8",
1111
"@babel/preset-react": "7.25.7",
1212
"@codefreak/eslint-config": "0.1.3",
1313
"@codefreak/prettier-config": "0.1.2",

yarn.lock

Lines changed: 38 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
9292
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
9393

94-
"@babel/compat-data@^7.25.7":
94+
"@babel/compat-data@^7.25.7", "@babel/compat-data@^7.25.8":
9595
version "7.25.8"
9696
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.8.tgz#0376e83df5ab0eb0da18885c0140041f0747a402"
9797
integrity sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA==
@@ -118,21 +118,21 @@
118118
semver "^5.4.1"
119119
source-map "^0.5.0"
120120

121-
"@babel/[email protected].7":
122-
version "7.25.7"
123-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.7.tgz#1b3d144157575daf132a3bc80b2b18e6e3ca6ece"
124-
integrity sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==
121+
"@babel/[email protected].8":
122+
version "7.25.8"
123+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.8.tgz#a57137d2a51bbcffcfaeba43cb4dd33ae3e0e1c6"
124+
integrity sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==
125125
dependencies:
126126
"@ampproject/remapping" "^2.2.0"
127127
"@babel/code-frame" "^7.25.7"
128128
"@babel/generator" "^7.25.7"
129129
"@babel/helper-compilation-targets" "^7.25.7"
130130
"@babel/helper-module-transforms" "^7.25.7"
131131
"@babel/helpers" "^7.25.7"
132-
"@babel/parser" "^7.25.7"
132+
"@babel/parser" "^7.25.8"
133133
"@babel/template" "^7.25.7"
134134
"@babel/traverse" "^7.25.7"
135-
"@babel/types" "^7.25.7"
135+
"@babel/types" "^7.25.8"
136136
convert-source-map "^2.0.0"
137137
debug "^4.1.0"
138138
gensync "^1.0.0-beta.2"
@@ -818,7 +818,7 @@
818818
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
819819
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
820820

821-
"@babel/parser@^7.25.7":
821+
"@babel/parser@^7.25.7", "@babel/parser@^7.25.8":
822822
version "7.25.8"
823823
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2"
824824
integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==
@@ -1069,13 +1069,6 @@
10691069
dependencies:
10701070
"@babel/helper-plugin-utils" "^7.12.13"
10711071

1072-
"@babel/plugin-syntax-class-static-block@^7.14.5":
1073-
version "7.14.5"
1074-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406"
1075-
integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==
1076-
dependencies:
1077-
"@babel/helper-plugin-utils" "^7.14.5"
1078-
10791072
"@babel/plugin-syntax-decorators@^7.12.13":
10801073
version "7.12.13"
10811074
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.13.tgz#fac829bf3c7ef4a1bc916257b403e58c6bdaf648"
@@ -1125,7 +1118,7 @@
11251118
dependencies:
11261119
"@babel/helper-plugin-utils" "^7.25.7"
11271120

1128-
"@babel/plugin-syntax-import-meta@^7.10.4", "@babel/plugin-syntax-import-meta@^7.8.3":
1121+
"@babel/plugin-syntax-import-meta@^7.8.3":
11291122
version "7.10.4"
11301123
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51"
11311124
integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==
@@ -1223,13 +1216,6 @@
12231216
dependencies:
12241217
"@babel/helper-plugin-utils" "^7.12.13"
12251218

1226-
"@babel/plugin-syntax-top-level-await@^7.14.5":
1227-
version "7.14.5"
1228-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c"
1229-
integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
1230-
dependencies:
1231-
"@babel/helper-plugin-utils" "^7.14.5"
1232-
12331219
"@babel/plugin-syntax-typescript@^7.12.13":
12341220
version "7.12.13"
12351221
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474"
@@ -1259,7 +1245,7 @@
12591245
dependencies:
12601246
"@babel/helper-plugin-utils" "^7.25.7"
12611247

1262-
"@babel/plugin-transform-async-generator-functions@^7.25.7":
1248+
"@babel/plugin-transform-async-generator-functions@^7.25.8":
12631249
version "7.25.8"
12641250
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.8.tgz#3331de02f52cc1f2c75b396bec52188c85b0b1ec"
12651251
integrity sha512-9ypqkozyzpG+HxlH4o4gdctalFGIjjdufzo7I2XPda0iBnZ6a+FO0rIEQcdSPXp02CkvGsII1exJhmROPQd5oA==
@@ -1322,7 +1308,7 @@
13221308
"@babel/helper-create-class-features-plugin" "^7.25.7"
13231309
"@babel/helper-plugin-utils" "^7.25.7"
13241310

1325-
"@babel/plugin-transform-class-static-block@^7.25.7":
1311+
"@babel/plugin-transform-class-static-block@^7.25.8":
13261312
version "7.25.8"
13271313
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.8.tgz#a8af22028920fe404668031eceb4c3aadccb5262"
13281314
integrity sha512-e82gl3TCorath6YLf9xUwFehVvjvfqFhdOo4+0iVIVju+6XOi5XHkqB3P2AXnSwoeTX0HBoXq5gJFtvotJzFnQ==
@@ -1422,7 +1408,7 @@
14221408
"@babel/helper-create-regexp-features-plugin" "^7.25.7"
14231409
"@babel/helper-plugin-utils" "^7.25.7"
14241410

1425-
"@babel/plugin-transform-dynamic-import@^7.25.7":
1411+
"@babel/plugin-transform-dynamic-import@^7.25.8":
14261412
version "7.25.8"
14271413
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.8.tgz#f1edbe75b248cf44c70c8ca8ed3818a668753aaa"
14281414
integrity sha512-gznWY+mr4ZQL/EWPcbBQUP3BXS5FwZp8RUOw06BaRn8tQLzN4XLIxXejpHN9Qo8x8jjBmAAKp6FoS51AgkSA/A==
@@ -1445,7 +1431,7 @@
14451431
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.25.7"
14461432
"@babel/helper-plugin-utils" "^7.25.7"
14471433

1448-
"@babel/plugin-transform-export-namespace-from@^7.25.7":
1434+
"@babel/plugin-transform-export-namespace-from@^7.25.8":
14491435
version "7.25.8"
14501436
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.8.tgz#d1988c3019a380b417e0516418b02804d3858145"
14511437
integrity sha512-sPtYrduWINTQTW7FtOy99VCTWp4H23UX7vYcut7S4CIMEXU+54zKX9uCoGkLsWXteyaMXzVHgzWbLfQ1w4GZgw==
@@ -1492,7 +1478,7 @@
14921478
"@babel/helper-plugin-utils" "^7.25.7"
14931479
"@babel/traverse" "^7.25.7"
14941480

1495-
"@babel/plugin-transform-json-strings@^7.25.7":
1481+
"@babel/plugin-transform-json-strings@^7.25.8":
14961482
version "7.25.8"
14971483
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.8.tgz#6fb3ec383a2ea92652289fdba653e3f9de722694"
14981484
integrity sha512-4OMNv7eHTmJ2YXs3tvxAfa/I43di+VcF+M4Wt66c88EAED1RoGaf1D64cL5FkRpNL+Vx9Hds84lksWvd/wMIdA==
@@ -1513,7 +1499,7 @@
15131499
dependencies:
15141500
"@babel/helper-plugin-utils" "^7.25.7"
15151501

1516-
"@babel/plugin-transform-logical-assignment-operators@^7.25.7":
1502+
"@babel/plugin-transform-logical-assignment-operators@^7.25.8":
15171503
version "7.25.8"
15181504
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.8.tgz#01868ff92daa9e525b4c7902aa51979082a05710"
15191505
integrity sha512-f5W0AhSbbI+yY6VakT04jmxdxz+WsID0neG7+kQZbCOjuyJNdL5Nn4WIBm4hRpKnUcO9lP0eipUhFN12JpoH8g==
@@ -1636,21 +1622,21 @@
16361622
dependencies:
16371623
"@babel/helper-plugin-utils" "^7.25.7"
16381624

1639-
"@babel/plugin-transform-nullish-coalescing-operator@^7.25.7":
1625+
"@babel/plugin-transform-nullish-coalescing-operator@^7.25.8":
16401626
version "7.25.8"
16411627
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.8.tgz#befb4900c130bd52fccf2b926314557987f1b552"
16421628
integrity sha512-Z7WJJWdQc8yCWgAmjI3hyC+5PXIubH9yRKzkl9ZEG647O9szl9zvmKLzpbItlijBnVhTUf1cpyWBsZ3+2wjWPQ==
16431629
dependencies:
16441630
"@babel/helper-plugin-utils" "^7.25.7"
16451631

1646-
"@babel/plugin-transform-numeric-separator@^7.25.7":
1632+
"@babel/plugin-transform-numeric-separator@^7.25.8":
16471633
version "7.25.8"
16481634
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.8.tgz#91e370486371637bd42161052f2602c701386891"
16491635
integrity sha512-rm9a5iEFPS4iMIy+/A/PiS0QN0UyjPIeVvbU5EMZFKJZHt8vQnasbpo3T3EFcxzCeYO0BHfc4RqooCZc51J86Q==
16501636
dependencies:
16511637
"@babel/helper-plugin-utils" "^7.25.7"
16521638

1653-
"@babel/plugin-transform-object-rest-spread@^7.25.7":
1639+
"@babel/plugin-transform-object-rest-spread@^7.25.8":
16541640
version "7.25.8"
16551641
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.8.tgz#0904ac16bcce41df4db12d915d6780f85c7fb04b"
16561642
integrity sha512-LkUu0O2hnUKHKE7/zYOIjByMa4VRaV2CD/cdGz0AxU9we+VA3kDDggKEzI0Oz1IroG+6gUP6UmWEHBMWZU316g==
@@ -1675,14 +1661,14 @@
16751661
"@babel/helper-plugin-utils" "^7.25.7"
16761662
"@babel/helper-replace-supers" "^7.25.7"
16771663

1678-
"@babel/plugin-transform-optional-catch-binding@^7.25.7":
1664+
"@babel/plugin-transform-optional-catch-binding@^7.25.8":
16791665
version "7.25.8"
16801666
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.8.tgz#2649b86a3bb202c6894ec81a6ddf41b94d8f3103"
16811667
integrity sha512-EbQYweoMAHOn7iJ9GgZo14ghhb9tTjgOc88xFgYngifx7Z9u580cENCV159M4xDh3q/irbhSjZVpuhpC2gKBbg==
16821668
dependencies:
16831669
"@babel/helper-plugin-utils" "^7.25.7"
16841670

1685-
"@babel/plugin-transform-optional-chaining@^7.25.7":
1671+
"@babel/plugin-transform-optional-chaining@^7.25.7", "@babel/plugin-transform-optional-chaining@^7.25.8":
16861672
version "7.25.8"
16871673
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.8.tgz#f46283b78adcc5b6ab988a952f989e7dce70653f"
16881674
integrity sha512-q05Bk7gXOxpTHoQ8RSzGSh/LHVB9JEIkKnk3myAWwZHnYiTGYtbdrYkIsS8Xyh4ltKf7GNUSgzs/6P2bJtBAQg==
@@ -1712,7 +1698,7 @@
17121698
"@babel/helper-create-class-features-plugin" "^7.25.7"
17131699
"@babel/helper-plugin-utils" "^7.25.7"
17141700

1715-
"@babel/plugin-transform-private-property-in-object@^7.25.7":
1701+
"@babel/plugin-transform-private-property-in-object@^7.25.8":
17161702
version "7.25.8"
17171703
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.8.tgz#1234f856ce85e061f9688764194e51ea7577c434"
17181704
integrity sha512-8Uh966svuB4V8RHHg0QJOB32QK287NBksJOByoKmHMp1TAobNniNalIkI2i5IPj5+S9NYCG4VIjbEuiSN8r+ow==
@@ -1957,12 +1943,12 @@
19571943
"@babel/helper-create-regexp-features-plugin" "^7.25.7"
19581944
"@babel/helper-plugin-utils" "^7.25.7"
19591945

1960-
"@babel/[email protected].7":
1961-
version "7.25.7"
1962-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.7.tgz#fc1b092152db4b58377b85dc05c890081c1157e0"
1963-
integrity sha512-Gibz4OUdyNqqLj+7OAvBZxOD7CklCtMA5/j0JgUEwOnaRULsPDXmic2iKxL2DX2vQduPR5wH2hjZas/Vr/Oc0g==
1946+
"@babel/[email protected].8":
1947+
version "7.25.8"
1948+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.8.tgz#dc6b719627fb29cd9cccbbbe041802fd575b524c"
1949+
integrity sha512-58T2yulDHMN8YMUxiLq5YmWUnlDCyY1FsHM+v12VMx+1/FlrUj5tY50iDCpofFQEM8fMYOaY9YRvym2jcjn1Dg==
19641950
dependencies:
1965-
"@babel/compat-data" "^7.25.7"
1951+
"@babel/compat-data" "^7.25.8"
19661952
"@babel/helper-compilation-targets" "^7.25.7"
19671953
"@babel/helper-plugin-utils" "^7.25.7"
19681954
"@babel/helper-validator-option" "^7.25.7"
@@ -1972,61 +1958,46 @@
19721958
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.7"
19731959
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.7"
19741960
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
1975-
"@babel/plugin-syntax-async-generators" "^7.8.4"
1976-
"@babel/plugin-syntax-class-properties" "^7.12.13"
1977-
"@babel/plugin-syntax-class-static-block" "^7.14.5"
1978-
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1979-
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
19801961
"@babel/plugin-syntax-import-assertions" "^7.25.7"
19811962
"@babel/plugin-syntax-import-attributes" "^7.25.7"
1982-
"@babel/plugin-syntax-import-meta" "^7.10.4"
1983-
"@babel/plugin-syntax-json-strings" "^7.8.3"
1984-
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1985-
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1986-
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1987-
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1988-
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1989-
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1990-
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
1991-
"@babel/plugin-syntax-top-level-await" "^7.14.5"
19921963
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
19931964
"@babel/plugin-transform-arrow-functions" "^7.25.7"
1994-
"@babel/plugin-transform-async-generator-functions" "^7.25.7"
1965+
"@babel/plugin-transform-async-generator-functions" "^7.25.8"
19951966
"@babel/plugin-transform-async-to-generator" "^7.25.7"
19961967
"@babel/plugin-transform-block-scoped-functions" "^7.25.7"
19971968
"@babel/plugin-transform-block-scoping" "^7.25.7"
19981969
"@babel/plugin-transform-class-properties" "^7.25.7"
1999-
"@babel/plugin-transform-class-static-block" "^7.25.7"
1970+
"@babel/plugin-transform-class-static-block" "^7.25.8"
20001971
"@babel/plugin-transform-classes" "^7.25.7"
20011972
"@babel/plugin-transform-computed-properties" "^7.25.7"
20021973
"@babel/plugin-transform-destructuring" "^7.25.7"
20031974
"@babel/plugin-transform-dotall-regex" "^7.25.7"
20041975
"@babel/plugin-transform-duplicate-keys" "^7.25.7"
20051976
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.7"
2006-
"@babel/plugin-transform-dynamic-import" "^7.25.7"
1977+
"@babel/plugin-transform-dynamic-import" "^7.25.8"
20071978
"@babel/plugin-transform-exponentiation-operator" "^7.25.7"
2008-
"@babel/plugin-transform-export-namespace-from" "^7.25.7"
1979+
"@babel/plugin-transform-export-namespace-from" "^7.25.8"
20091980
"@babel/plugin-transform-for-of" "^7.25.7"
20101981
"@babel/plugin-transform-function-name" "^7.25.7"
2011-
"@babel/plugin-transform-json-strings" "^7.25.7"
1982+
"@babel/plugin-transform-json-strings" "^7.25.8"
20121983
"@babel/plugin-transform-literals" "^7.25.7"
2013-
"@babel/plugin-transform-logical-assignment-operators" "^7.25.7"
1984+
"@babel/plugin-transform-logical-assignment-operators" "^7.25.8"
20141985
"@babel/plugin-transform-member-expression-literals" "^7.25.7"
20151986
"@babel/plugin-transform-modules-amd" "^7.25.7"
20161987
"@babel/plugin-transform-modules-commonjs" "^7.25.7"
20171988
"@babel/plugin-transform-modules-systemjs" "^7.25.7"
20181989
"@babel/plugin-transform-modules-umd" "^7.25.7"
20191990
"@babel/plugin-transform-named-capturing-groups-regex" "^7.25.7"
20201991
"@babel/plugin-transform-new-target" "^7.25.7"
2021-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.25.7"
2022-
"@babel/plugin-transform-numeric-separator" "^7.25.7"
2023-
"@babel/plugin-transform-object-rest-spread" "^7.25.7"
1992+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.25.8"
1993+
"@babel/plugin-transform-numeric-separator" "^7.25.8"
1994+
"@babel/plugin-transform-object-rest-spread" "^7.25.8"
20241995
"@babel/plugin-transform-object-super" "^7.25.7"
2025-
"@babel/plugin-transform-optional-catch-binding" "^7.25.7"
2026-
"@babel/plugin-transform-optional-chaining" "^7.25.7"
1996+
"@babel/plugin-transform-optional-catch-binding" "^7.25.8"
1997+
"@babel/plugin-transform-optional-chaining" "^7.25.8"
20271998
"@babel/plugin-transform-parameters" "^7.25.7"
20281999
"@babel/plugin-transform-private-methods" "^7.25.7"
2029-
"@babel/plugin-transform-private-property-in-object" "^7.25.7"
2000+
"@babel/plugin-transform-private-property-in-object" "^7.25.8"
20302001
"@babel/plugin-transform-property-literals" "^7.25.7"
20312002
"@babel/plugin-transform-regenerator" "^7.25.7"
20322003
"@babel/plugin-transform-reserved-words" "^7.25.7"

0 commit comments

Comments
 (0)