Skip to content

Commit c127b73

Browse files
Update dependency @babel/core to v7.28.5
1 parent 2e5eea0 commit c127b73

File tree

4 files changed

+266
-244
lines changed

4 files changed

+266
-244
lines changed

libraries/lwc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"library_repo": "salesforce/lwc",
77
"devDependencies": {
8-
"@babel/core": "7.28.0",
8+
"@babel/core": "7.28.5",
99
"@babel/plugin-transform-runtime": "7.28.0",
1010
"@babel/preset-env": "7.28.0",
1111
"babel-core": "6.26.3",

libraries/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"build": "wireit"
55
},
66
"devDependencies": {
7-
"@babel/core": "7.28.0",
7+
"@babel/core": "7.28.5",
88
"@babel/preset-env": "7.28.0",
99
"babel-loader": "9.2.1",
1010
"babel-preset-solid": "1.6.7",

libraries/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"library_repo": "sveltejs/svelte",
77
"devDependencies": {
8-
"@babel/core": "7.28.0",
8+
"@babel/core": "7.28.5",
99
"@babel/plugin-transform-runtime": "7.28.0",
1010
"@babel/preset-env": "7.28.0",
1111
"babel-loader": "9.2.1",

0 commit comments

Comments
 (0)