Skip to content

Commit ac3ffdf

Browse files
chore(deps-dev): bump @babel/preset-typescript from 7.27.0 to 7.27.1
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.27.0 to 7.27.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 51cdb75 commit ac3ffdf

File tree

2 files changed

+80
-103
lines changed

2 files changed

+80
-103
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@babel/preset-env": "^7.26.9",
3737
"@babel/preset-react": "^7.27.1",
38-
"@babel/preset-typescript": "^7.27.0",
38+
"@babel/preset-typescript": "^7.27.1",
3939
"@testing-library/jest-dom": "^5.17.0",
4040
"@testing-library/react": "^15.0.7",
4141
"@types/jest": "^29.5.14",

yarn.lock

Lines changed: 79 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,6 @@
9393
"@jridgewell/trace-mapping" "^0.3.25"
9494
jsesc "^3.0.2"
9595

96-
"@babel/generator@^7.27.0":
97-
version "7.27.0"
98-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c"
99-
integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==
100-
dependencies:
101-
"@babel/parser" "^7.27.0"
102-
"@babel/types" "^7.27.0"
103-
"@jridgewell/gen-mapping" "^0.3.5"
104-
"@jridgewell/trace-mapping" "^0.3.25"
105-
jsesc "^3.0.2"
106-
10796
"@babel/generator@^7.27.1":
10897
version "7.27.1"
10998
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230"
@@ -169,17 +158,17 @@
169158
"@babel/traverse" "^7.25.9"
170159
semver "^6.3.1"
171160

172-
"@babel/helper-create-class-features-plugin@^7.27.0":
173-
version "7.27.0"
174-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz#518fad6a307c6a96f44af14912b2c20abe9bfc30"
175-
integrity sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==
161+
"@babel/helper-create-class-features-plugin@^7.27.1":
162+
version "7.27.1"
163+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz#5bee4262a6ea5ddc852d0806199eb17ca3de9281"
164+
integrity sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==
176165
dependencies:
177-
"@babel/helper-annotate-as-pure" "^7.25.9"
178-
"@babel/helper-member-expression-to-functions" "^7.25.9"
179-
"@babel/helper-optimise-call-expression" "^7.25.9"
180-
"@babel/helper-replace-supers" "^7.26.5"
181-
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
182-
"@babel/traverse" "^7.27.0"
166+
"@babel/helper-annotate-as-pure" "^7.27.1"
167+
"@babel/helper-member-expression-to-functions" "^7.27.1"
168+
"@babel/helper-optimise-call-expression" "^7.27.1"
169+
"@babel/helper-replace-supers" "^7.27.1"
170+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
171+
"@babel/traverse" "^7.27.1"
183172
semver "^6.3.1"
184173

185174
"@babel/helper-create-regexp-features-plugin@^7.18.6":
@@ -229,6 +218,14 @@
229218
"@babel/traverse" "^7.25.9"
230219
"@babel/types" "^7.25.9"
231220

221+
"@babel/helper-member-expression-to-functions@^7.27.1":
222+
version "7.27.1"
223+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44"
224+
integrity sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==
225+
dependencies:
226+
"@babel/traverse" "^7.27.1"
227+
"@babel/types" "^7.27.1"
228+
232229
"@babel/helper-module-imports@^7.25.9":
233230
version "7.25.9"
234231
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
@@ -254,13 +251,29 @@
254251
"@babel/helper-validator-identifier" "^7.25.9"
255252
"@babel/traverse" "^7.25.9"
256253

254+
"@babel/helper-module-transforms@^7.27.1":
255+
version "7.27.1"
256+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
257+
integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==
258+
dependencies:
259+
"@babel/helper-module-imports" "^7.27.1"
260+
"@babel/helper-validator-identifier" "^7.27.1"
261+
"@babel/traverse" "^7.27.1"
262+
257263
"@babel/helper-optimise-call-expression@^7.25.9":
258264
version "7.25.9"
259265
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz#3324ae50bae7e2ab3c33f60c9a877b6a0146b54e"
260266
integrity sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==
261267
dependencies:
262268
"@babel/types" "^7.25.9"
263269

270+
"@babel/helper-optimise-call-expression@^7.27.1":
271+
version "7.27.1"
272+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
273+
integrity sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==
274+
dependencies:
275+
"@babel/types" "^7.27.1"
276+
264277
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.26.5", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.8.0":
265278
version "7.27.1"
266279
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
@@ -284,14 +297,14 @@
284297
"@babel/helper-optimise-call-expression" "^7.25.9"
285298
"@babel/traverse" "^7.25.9"
286299

287-
"@babel/helper-replace-supers@^7.26.5":
288-
version "7.26.5"
289-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz#6cb04e82ae291dae8e72335dfe438b0725f14c8d"
290-
integrity sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==
300+
"@babel/helper-replace-supers@^7.27.1":
301+
version "7.27.1"
302+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz#b1ed2d634ce3bdb730e4b52de30f8cccfd692bc0"
303+
integrity sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==
291304
dependencies:
292-
"@babel/helper-member-expression-to-functions" "^7.25.9"
293-
"@babel/helper-optimise-call-expression" "^7.25.9"
294-
"@babel/traverse" "^7.26.5"
305+
"@babel/helper-member-expression-to-functions" "^7.27.1"
306+
"@babel/helper-optimise-call-expression" "^7.27.1"
307+
"@babel/traverse" "^7.27.1"
295308

296309
"@babel/helper-skip-transparent-expression-wrappers@^7.25.9":
297310
version "7.25.9"
@@ -301,6 +314,14 @@
301314
"@babel/traverse" "^7.25.9"
302315
"@babel/types" "^7.25.9"
303316

317+
"@babel/helper-skip-transparent-expression-wrappers@^7.27.1":
318+
version "7.27.1"
319+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz#62bb91b3abba8c7f1fec0252d9dbea11b3ee7a56"
320+
integrity sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==
321+
dependencies:
322+
"@babel/traverse" "^7.27.1"
323+
"@babel/types" "^7.27.1"
324+
304325
"@babel/helper-string-parser@^7.22.5":
305326
version "7.22.5"
306327
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
@@ -391,13 +412,6 @@
391412
dependencies:
392413
"@babel/types" "^7.26.9"
393414

394-
"@babel/parser@^7.27.0":
395-
version "7.27.0"
396-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
397-
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
398-
dependencies:
399-
"@babel/types" "^7.27.0"
400-
401415
"@babel/parser@^7.27.1":
402416
version "7.27.1"
403417
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9"
@@ -498,14 +512,7 @@
498512
dependencies:
499513
"@babel/helper-plugin-utils" "^7.8.0"
500514

501-
"@babel/plugin-syntax-jsx@^7.25.9", "@babel/plugin-syntax-jsx@^7.7.2":
502-
version "7.25.9"
503-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz#a34313a178ea56f1951599b929c1ceacee719290"
504-
integrity sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==
505-
dependencies:
506-
"@babel/helper-plugin-utils" "^7.25.9"
507-
508-
"@babel/plugin-syntax-jsx@^7.27.1":
515+
"@babel/plugin-syntax-jsx@^7.27.1", "@babel/plugin-syntax-jsx@^7.7.2":
509516
version "7.27.1"
510517
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz#2f9beb5eff30fa507c5532d107daac7b888fa34c"
511518
integrity sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==
@@ -561,12 +568,12 @@
561568
dependencies:
562569
"@babel/helper-plugin-utils" "^7.14.5"
563570

564-
"@babel/plugin-syntax-typescript@^7.25.9":
565-
version "7.25.9"
566-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz#67dda2b74da43727cf21d46cf9afef23f4365399"
567-
integrity sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==
571+
"@babel/plugin-syntax-typescript@^7.27.1":
572+
version "7.27.1"
573+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz#5147d29066a793450f220c63fa3a9431b7e6dd18"
574+
integrity sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==
568575
dependencies:
569-
"@babel/helper-plugin-utils" "^7.25.9"
576+
"@babel/helper-plugin-utils" "^7.27.1"
570577

571578
"@babel/plugin-syntax-typescript@^7.7.2":
572579
version "7.18.6"
@@ -762,13 +769,13 @@
762769
"@babel/helper-module-transforms" "^7.25.9"
763770
"@babel/helper-plugin-utils" "^7.25.9"
764771

765-
"@babel/plugin-transform-modules-commonjs@^7.26.3":
766-
version "7.26.3"
767-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
768-
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
772+
"@babel/plugin-transform-modules-commonjs@^7.26.3", "@babel/plugin-transform-modules-commonjs@^7.27.1":
773+
version "7.27.1"
774+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz#8e44ed37c2787ecc23bdc367f49977476614e832"
775+
integrity sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==
769776
dependencies:
770-
"@babel/helper-module-transforms" "^7.26.0"
771-
"@babel/helper-plugin-utils" "^7.25.9"
777+
"@babel/helper-module-transforms" "^7.27.1"
778+
"@babel/helper-plugin-utils" "^7.27.1"
772779

773780
"@babel/plugin-transform-modules-systemjs@^7.25.9":
774781
version "7.25.9"
@@ -986,16 +993,16 @@
986993
dependencies:
987994
"@babel/helper-plugin-utils" "^7.26.5"
988995

989-
"@babel/plugin-transform-typescript@^7.27.0":
990-
version "7.27.0"
991-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.0.tgz#a29fd3481da85601c7e34091296e9746d2cccba8"
992-
integrity sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==
996+
"@babel/plugin-transform-typescript@^7.27.1":
997+
version "7.27.1"
998+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.1.tgz#d3bb65598bece03f773111e88cc4e8e5070f1140"
999+
integrity sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==
9931000
dependencies:
994-
"@babel/helper-annotate-as-pure" "^7.25.9"
995-
"@babel/helper-create-class-features-plugin" "^7.27.0"
996-
"@babel/helper-plugin-utils" "^7.26.5"
997-
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
998-
"@babel/plugin-syntax-typescript" "^7.25.9"
1001+
"@babel/helper-annotate-as-pure" "^7.27.1"
1002+
"@babel/helper-create-class-features-plugin" "^7.27.1"
1003+
"@babel/helper-plugin-utils" "^7.27.1"
1004+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
1005+
"@babel/plugin-syntax-typescript" "^7.27.1"
9991006

10001007
"@babel/plugin-transform-unicode-escapes@^7.25.9":
10011008
version "7.25.9"
@@ -1124,16 +1131,16 @@
11241131
"@babel/plugin-transform-react-jsx-development" "^7.27.1"
11251132
"@babel/plugin-transform-react-pure-annotations" "^7.27.1"
11261133

1127-
"@babel/preset-typescript@^7.27.0":
1128-
version "7.27.0"
1129-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.0.tgz#4dcb8827225975f4290961b0b089f9c694ca50c7"
1130-
integrity sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ==
1134+
"@babel/preset-typescript@^7.27.1":
1135+
version "7.27.1"
1136+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz#190742a6428d282306648a55b0529b561484f912"
1137+
integrity sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==
11311138
dependencies:
1132-
"@babel/helper-plugin-utils" "^7.26.5"
1133-
"@babel/helper-validator-option" "^7.25.9"
1134-
"@babel/plugin-syntax-jsx" "^7.25.9"
1135-
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
1136-
"@babel/plugin-transform-typescript" "^7.27.0"
1139+
"@babel/helper-plugin-utils" "^7.27.1"
1140+
"@babel/helper-validator-option" "^7.27.1"
1141+
"@babel/plugin-syntax-jsx" "^7.27.1"
1142+
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
1143+
"@babel/plugin-transform-typescript" "^7.27.1"
11371144

11381145
"@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
11391146
version "7.19.0"
@@ -1160,15 +1167,6 @@
11601167
"@babel/parser" "^7.26.9"
11611168
"@babel/types" "^7.26.9"
11621169

1163-
"@babel/template@^7.27.0":
1164-
version "7.27.0"
1165-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1166-
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1167-
dependencies:
1168-
"@babel/code-frame" "^7.26.2"
1169-
"@babel/parser" "^7.27.0"
1170-
"@babel/types" "^7.27.0"
1171-
11721170
"@babel/template@^7.27.1":
11731171
version "7.27.1"
11741172
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2"
@@ -1200,19 +1198,6 @@
12001198
debug "^4.3.1"
12011199
globals "^11.1.0"
12021200

1203-
"@babel/traverse@^7.26.5", "@babel/traverse@^7.27.0":
1204-
version "7.27.0"
1205-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70"
1206-
integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==
1207-
dependencies:
1208-
"@babel/code-frame" "^7.26.2"
1209-
"@babel/generator" "^7.27.0"
1210-
"@babel/parser" "^7.27.0"
1211-
"@babel/template" "^7.27.0"
1212-
"@babel/types" "^7.27.0"
1213-
debug "^4.3.1"
1214-
globals "^11.1.0"
1215-
12161201
"@babel/traverse@^7.26.8":
12171202
version "7.26.9"
12181203
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
@@ -1264,14 +1249,6 @@
12641249
"@babel/helper-string-parser" "^7.25.9"
12651250
"@babel/helper-validator-identifier" "^7.25.9"
12661251

1267-
"@babel/types@^7.27.0":
1268-
version "7.27.0"
1269-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1270-
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1271-
dependencies:
1272-
"@babel/helper-string-parser" "^7.25.9"
1273-
"@babel/helper-validator-identifier" "^7.25.9"
1274-
12751252
"@babel/types@^7.27.1":
12761253
version "7.27.1"
12771254
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"

0 commit comments

Comments
 (0)