Skip to content

Commit eea3ad8

Browse files
Bump babel to ^7.26.5 (mui#16146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4cfb04c commit eea3ad8

File tree

3 files changed

+71
-71
lines changed

3 files changed

+71
-71
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"@babel/preset-react": "^7.26.3",
8686
"@babel/preset-typescript": "^7.26.0",
8787
"@babel/register": "^7.25.9",
88-
"@babel/traverse": "^7.26.4",
89-
"@babel/types": "^7.26.3",
88+
"@babel/traverse": "^7.26.5",
89+
"@babel/types": "^7.26.5",
9090
"@emotion/cache": "^11.14.0",
9191
"@emotion/react": "^11.14.0",
9292
"@emotion/styled": "^11.14.0",

packages/x-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@babel/core": "^7.26.0",
3636
"@babel/runtime": "^7.26.0",
37-
"@babel/traverse": "^7.26.4",
37+
"@babel/traverse": "^7.26.5",
3838
"@mui/x-internals": "workspace:*",
3939
"jscodeshift": "17.1.1",
4040
"yargs": "^17.7.2"

0 commit comments

Comments
 (0)