Skip to content

Commit 3d9d290

Browse files
Bump @babel/runtime to ^7.28.2 (#46605)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07036b5 commit 3d9d290

File tree

21 files changed

+116
-116
lines changed

21 files changed

+116
-116
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@babel/core": "^7.28.0",
21-
"@babel/runtime": "^7.27.6",
21+
"@babel/runtime": "^7.28.2",
2222
"@docsearch/react": "^3.9.0",
2323
"@emotion/cache": "^11.14.0",
2424
"@emotion/react": "^11.14.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"@babel/preset-env": "^7.28.0",
216216
"@babel/preset-react": "^7.27.1",
217217
"@babel/preset-typescript": "^7.27.1",
218-
"@babel/runtime": "^7.27.6",
218+
"@babel/runtime": "^7.28.2",
219219
"@definitelytyped/header-parser": "^0.2.19",
220220
"@definitelytyped/typescript-versions": "^0.1.8",
221221
"@definitelytyped/utils": "^0.1.8",

packages-internal/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
3838
"@babel/preset-typescript": "^7.27.1",
3939
"@babel/register": "^7.27.1",
40-
"@babel/runtime": "^7.27.6",
40+
"@babel/runtime": "^7.28.2",
4141
"@emotion/cache": "^11.14.0",
4242
"@emotion/react": "^11.14.0",
4343
"@testing-library/dom": "^10.4.0",

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"release:publish:dry-run": "pnpm publish --tag latest --registry=\"http://localhost:4873/\""
2626
},
2727
"dependencies": {
28-
"@babel/runtime": "^7.27.6",
28+
"@babel/runtime": "^7.28.2",
2929
"lodash": "^4.17.21",
3030
"marked": "^15.0.12",
3131
"prismjs": "^1.30.0"

packages/mui-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@babel/core": "^7.28.0",
35-
"@babel/runtime": "^7.27.6",
35+
"@babel/runtime": "^7.28.2",
3636
"@babel/traverse": "^7.28.0",
3737
"jscodeshift": "^17.1.2",
3838
"jscodeshift-add-imports": "^1.0.11",

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typescript": "tsc -p tsconfig.json"
3434
},
3535
"dependencies": {
36-
"@babel/runtime": "^7.27.6",
36+
"@babel/runtime": "^7.28.2",
3737
"@mui/internal-markdown": "workspace:^",
3838
"clipboard-copy": "^4.0.1",
3939
"clsx": "^2.1.1",

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"attw": "attw --pack ./build --exclude-entrypoints esm --include-entrypoints Close"
4545
},
4646
"dependencies": {
47-
"@babel/runtime": "^7.27.6"
47+
"@babel/runtime": "^7.28.2"
4848
},
4949
"devDependencies": {
5050
"@mui/icons-material": "workspace:*",

packages/mui-joy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
3737
},
3838
"dependencies": {
39-
"@babel/runtime": "^7.27.6",
39+
"@babel/runtime": "^7.28.2",
4040
"@mui/base": "7.0.0-beta.4",
4141
"@mui/core-downloads-tracker": "workspace:^",
4242
"@mui/system": "workspace:^",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"typescript": "tsc -p tsconfig.json"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.27.6",
42+
"@babel/runtime": "^7.28.2",
4343
"@mui/system": "workspace:^",
4444
"@mui/types": "workspace:^",
4545
"@mui/utils": "workspace:^",

packages/mui-material-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"attw": "attw --pack ./build --exclude-entrypoints . esm modern --include-entrypoints v15-pagesRouter v15-appRouter"
3636
},
3737
"dependencies": {
38-
"@babel/runtime": "^7.27.6"
38+
"@babel/runtime": "^7.28.2"
3939
},
4040
"devDependencies": {
4141
"@emotion/cache": "^11.14.0",

0 commit comments

Comments
 (0)