Skip to content

Commit 9f68b94

Browse files
committed
chore(deps): add @babel/preset-typescript and related plugins to package.json and yarn.lock
1 parent e5054ab commit 9f68b94

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@babel/core": "7.27.1",
23+
"@babel/preset-typescript": "^7.27.1",
2324
"@eslint/compat": "1.2.9",
2425
"@eslint/eslintrc": "3.3.1",
2526
"@eslint/js": "9.27.0",

yarn.lock

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,17 @@ __metadata:
423423
languageName: node
424424
linkType: hard
425425

426+
"@babel/plugin-syntax-typescript@npm:^7.27.1":
427+
version: 7.27.1
428+
resolution: "@babel/plugin-syntax-typescript@npm:7.27.1"
429+
dependencies:
430+
"@babel/helper-plugin-utils": "npm:^7.27.1"
431+
peerDependencies:
432+
"@babel/core": ^7.0.0-0
433+
checksum: 10c0/11589b4c89c66ef02d57bf56c6246267851ec0c361f58929327dc3e070b0dab644be625bbe7fb4c4df30c3634bfdfe31244e1f517be397d2def1487dbbe3c37d
434+
languageName: node
435+
linkType: hard
436+
426437
"@babel/plugin-syntax-unicode-sets-regex@npm:^7.18.6":
427438
version: 7.18.6
428439
resolution: "@babel/plugin-syntax-unicode-sets-regex@npm:7.18.6"
@@ -1058,6 +1069,21 @@ __metadata:
10581069
languageName: node
10591070
linkType: hard
10601071

1072+
"@babel/plugin-transform-typescript@npm:^7.27.1":
1073+
version: 7.27.1
1074+
resolution: "@babel/plugin-transform-typescript@npm:7.27.1"
1075+
dependencies:
1076+
"@babel/helper-annotate-as-pure": "npm:^7.27.1"
1077+
"@babel/helper-create-class-features-plugin": "npm:^7.27.1"
1078+
"@babel/helper-plugin-utils": "npm:^7.27.1"
1079+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1"
1080+
"@babel/plugin-syntax-typescript": "npm:^7.27.1"
1081+
peerDependencies:
1082+
"@babel/core": ^7.0.0-0
1083+
checksum: 10c0/48f1db5de17a0f9fc365ff4fb046010aedc7aad813a7aa42fb73fcdab6442f9e700dde2cc0481086e01b0dae662ae4d3e965a52cde154f0f146d243a8ac68e93
1084+
languageName: node
1085+
linkType: hard
1086+
10611087
"@babel/plugin-transform-unicode-escapes@npm:^7.27.1":
10621088
version: 7.27.1
10631089
resolution: "@babel/plugin-transform-unicode-escapes@npm:7.27.1"
@@ -1226,6 +1252,21 @@ __metadata:
12261252
languageName: node
12271253
linkType: hard
12281254

1255+
"@babel/preset-typescript@npm:^7.27.1":
1256+
version: 7.27.1
1257+
resolution: "@babel/preset-typescript@npm:7.27.1"
1258+
dependencies:
1259+
"@babel/helper-plugin-utils": "npm:^7.27.1"
1260+
"@babel/helper-validator-option": "npm:^7.27.1"
1261+
"@babel/plugin-syntax-jsx": "npm:^7.27.1"
1262+
"@babel/plugin-transform-modules-commonjs": "npm:^7.27.1"
1263+
"@babel/plugin-transform-typescript": "npm:^7.27.1"
1264+
peerDependencies:
1265+
"@babel/core": ^7.0.0-0
1266+
checksum: 10c0/cba6ca793d915f8aff9fe2f13b0dfbf5fd3f2e9a17f17478ec9878e9af0d206dcfe93154b9fd353727f16c1dca7c7a3ceb4943f8d28b216235f106bc0fbbcaa3
1267+
languageName: node
1268+
linkType: hard
1269+
12291270
"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.17.8":
12301271
version: 7.27.1
12311272
resolution: "@babel/runtime@npm:7.27.1"
@@ -10245,6 +10286,7 @@ __metadata:
1024510286
resolution: "zenkigen-component@workspace:."
1024610287
dependencies:
1024710288
"@babel/core": "npm:7.27.1"
10289+
"@babel/preset-typescript": "npm:^7.27.1"
1024810290
"@eslint/compat": "npm:1.2.9"
1024910291
"@eslint/eslintrc": "npm:3.3.1"
1025010292
"@eslint/js": "npm:9.27.0"

0 commit comments

Comments
 (0)