Skip to content

Commit e3c7d82

Browse files
Update dependency @babel/plugin-transform-runtime to v7.28.0 (#2520)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63c5a1e commit e3c7d82

File tree

3 files changed

+171
-226
lines changed

3 files changed

+171
-226
lines changed

libraries/lwc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"library_repo": "salesforce/lwc",
77
"devDependencies": {
88
"@babel/core": "7.28.0",
9-
"@babel/plugin-transform-runtime": "7.22.5",
9+
"@babel/plugin-transform-runtime": "7.28.0",
1010
"@babel/preset-env": "7.22.5",
1111
"babel-core": "6.26.3",
1212
"babel-loader": "9.1.2",

libraries/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"library_repo": "sveltejs/svelte",
77
"devDependencies": {
88
"@babel/core": "7.28.0",
9-
"@babel/plugin-transform-runtime": "7.23.2",
9+
"@babel/plugin-transform-runtime": "7.28.0",
1010
"@babel/preset-env": "7.23.2",
1111
"babel-loader": "9.1.3",
1212
"chai": "4.3.10",

0 commit comments

Comments
 (0)