Skip to content

Commit 3004023

Browse files
Update dependency @babel/preset-env to v7.28.0 (#2544)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a9e412c commit 3004023

File tree

4 files changed

+27
-1137
lines changed

4 files changed

+27
-1137
lines changed

libraries/lwc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"@babel/core": "7.28.0",
99
"@babel/plugin-transform-runtime": "7.28.0",
10-
"@babel/preset-env": "7.22.5",
10+
"@babel/preset-env": "7.28.0",
1111
"babel-core": "6.26.3",
1212
"babel-loader": "9.2.1",
1313
"chai": "4.5.0",

libraries/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"devDependencies": {
77
"@babel/core": "7.28.0",
8-
"@babel/preset-env": "7.23.2",
8+
"@babel/preset-env": "7.28.0",
99
"babel-loader": "9.2.1",
1010
"babel-preset-solid": "1.6.7",
1111
"chai": "4.5.0",

libraries/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"@babel/core": "7.28.0",
99
"@babel/plugin-transform-runtime": "7.28.0",
10-
"@babel/preset-env": "7.23.2",
10+
"@babel/preset-env": "7.28.0",
1111
"babel-loader": "9.2.1",
1212
"chai": "4.5.0",
1313
"copy-webpack-plugin": "11.0.0",

0 commit comments

Comments
 (0)