Skip to content

Commit db3a772

Browse files
committed
fix: revert babel
1 parent 46ee9cc commit db3a772

File tree

4 files changed

+14
-282
lines changed

4 files changed

+14
-282
lines changed

packages/@lwc/babel-plugin-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
"dependencies": {
49-
"@babel/helper-module-imports": "7.27.1",
49+
"@babel/helper-module-imports": "7.25.9",
5050
"@lwc/errors": "8.20.1",
5151
"@lwc/shared": "8.20.1",
5252
"line-column": "~1.0.2"

packages/@lwc/compiler/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
}
4747
},
4848
"dependencies": {
49-
"@babel/core": "7.28.0",
50-
"@babel/plugin-transform-async-generator-functions": "7.28.0",
51-
"@babel/plugin-transform-async-to-generator": "7.27.1",
52-
"@babel/plugin-transform-class-properties": "7.27.1",
53-
"@babel/plugin-transform-object-rest-spread": "7.28.0",
49+
"@babel/core": "7.26.10",
50+
"@babel/plugin-transform-async-generator-functions": "7.26.8",
51+
"@babel/plugin-transform-async-to-generator": "7.25.9",
52+
"@babel/plugin-transform-class-properties": "7.25.9",
53+
"@babel/plugin-transform-object-rest-spread": "7.25.9",
5454
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
5555
"@lwc/babel-plugin-component": "8.20.1",
5656
"@lwc/errors": "8.20.1",

packages/@lwc/ssr-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
},
5050
"dependencies": {
51-
"@babel/types": "7.28.0",
51+
"@babel/types": "7.27.0",
5252
"@lwc/errors": "8.20.1",
5353
"@lwc/shared": "8.20.1",
5454
"@lwc/template-compiler": "8.20.1",

0 commit comments

Comments
 (0)