Skip to content

Commit acdb7dd

Browse files
committed
chore(deps): update dependency @babel/preset-typescript to v7.21.4
1 parent 5d59ad4 commit acdb7dd

6 files changed

Lines changed: 34 additions & 8 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"email": "mateu@mateuaguilo.com"
2929
},
3030
"devDependencies": {
31-
"@babel/preset-typescript": "7.21.0",
31+
"@babel/preset-typescript": "7.21.4",
3232
"@commitlint/cli": "17.5.1",
3333
"@commitlint/config-conventional": "17.4.4",
3434
"@formatjs/cli": "5.1.13",

yarn.lock

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,17 @@ __metadata:
341341
languageName: node
342342
linkType: hard
343343

344+
"@babel/plugin-syntax-jsx@npm:^7.21.4":
345+
version: 7.21.4
346+
resolution: "@babel/plugin-syntax-jsx@npm:7.21.4"
347+
dependencies:
348+
"@babel/helper-plugin-utils": ^7.20.2
349+
peerDependencies:
350+
"@babel/core": ^7.0.0-0
351+
checksum: bb7309402a1d4e155f32aa0cf216e1fa8324d6c4cfd248b03280028a015a10e46b6efd6565f515f8913918a3602b39255999c06046f7d4b8a5106be2165d724a
352+
languageName: node
353+
linkType: hard
354+
344355
"@babel/plugin-syntax-logical-assignment-operators@npm:^7.8.3":
345356
version: 7.10.4
346357
resolution: "@babel/plugin-syntax-logical-assignment-operators@npm:7.10.4"
@@ -429,7 +440,20 @@ __metadata:
429440
languageName: node
430441
linkType: hard
431442

432-
"@babel/plugin-transform-typescript@npm:^7.21.0":
443+
"@babel/plugin-transform-modules-commonjs@npm:^7.21.2":
444+
version: 7.21.2
445+
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.21.2"
446+
dependencies:
447+
"@babel/helper-module-transforms": ^7.21.2
448+
"@babel/helper-plugin-utils": ^7.20.2
449+
"@babel/helper-simple-access": ^7.20.2
450+
peerDependencies:
451+
"@babel/core": ^7.0.0-0
452+
checksum: 65aa06e3e3792f39b99eb5f807034693ff0ecf80438580f7ae504f4c4448ef04147b1889ea5e6f60f3ad4a12ebbb57c6f1f979a249dadbd8d11fe22f4441918b
453+
languageName: node
454+
linkType: hard
455+
456+
"@babel/plugin-transform-typescript@npm:^7.21.3":
433457
version: 7.21.3
434458
resolution: "@babel/plugin-transform-typescript@npm:7.21.3"
435459
dependencies:
@@ -443,16 +467,18 @@ __metadata:
443467
languageName: node
444468
linkType: hard
445469

446-
"@babel/preset-typescript@npm:7.21.0":
447-
version: 7.21.0
448-
resolution: "@babel/preset-typescript@npm:7.21.0"
470+
"@babel/preset-typescript@npm:7.21.4":
471+
version: 7.21.4
472+
resolution: "@babel/preset-typescript@npm:7.21.4"
449473
dependencies:
450474
"@babel/helper-plugin-utils": ^7.20.2
451475
"@babel/helper-validator-option": ^7.21.0
452-
"@babel/plugin-transform-typescript": ^7.21.0
476+
"@babel/plugin-syntax-jsx": ^7.21.4
477+
"@babel/plugin-transform-modules-commonjs": ^7.21.2
478+
"@babel/plugin-transform-typescript": ^7.21.3
453479
peerDependencies:
454480
"@babel/core": ^7.0.0-0
455-
checksum: 6e1f4d7294de2678fbaf36035e98847b2be432f40fe7a1204e5e45b8b05bcbe22902fe0d726e16af14de5bc08987fae28a7899871503fd661050d85f58755af6
481+
checksum: 83b2f2bf7be3a970acd212177525f58bbb1f2e042b675a47d021a675ae27cf00b6b6babfaf3ae5c980592c9ed1b0712e5197796b691905d25c99f9006478ea06
456482
languageName: node
457483
linkType: hard
458484

@@ -1094,7 +1120,7 @@ __metadata:
10941120
version: 0.0.0-use.local
10951121
resolution: "@js-widgets/webpack-cli@workspace:."
10961122
dependencies:
1097-
"@babel/preset-typescript": 7.21.0
1123+
"@babel/preset-typescript": 7.21.4
10981124
"@commitlint/cli": 17.5.1
10991125
"@commitlint/config-conventional": 17.4.4
11001126
"@formatjs/cli": 5.1.13

0 commit comments

Comments
 (0)