Skip to content

Commit

Permalink
Bump babel to ^7.24.9 (#43011)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent 53d492c commit ab51515
Show file tree
Hide file tree
Showing 6 changed files with 717 additions and 717 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"link-check": "node ./scripts/reportBrokenLinks.js"
},
"dependencies": {
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/runtime": "^7.24.8",
"@babel/runtime-corejs2": "^7.24.8",
"@docsearch/react": "^3.6.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"devDependencies": {
"@argos-ci/core": "^2.4.0",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/node": "^7.24.8",
"@babel/plugin-transform-react-constant-elements": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
Expand Down Expand Up @@ -195,14 +195,14 @@
"pnpm": "9.5.0"
},
"resolutions": {
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/code-frame": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.24.8",
"@babel/types": "^7.24.8",
"@babel/types": "^7.24.9",
"@definitelytyped/header-parser": "^0.2.11",
"@definitelytyped/typescript-versions": "^0.1.3",
"@definitelytyped/utils": "^0.1.7",
Expand Down
4 changes: 2 additions & 2 deletions packages-internal/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"typescript": "tsc --build tsconfig.typecheck.json"
},
"dependencies": {
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-jsx": "^7.24.7",
"@babel/plugin-syntax-typescript": "^7.24.7",
"@babel/types": "^7.24.8",
"@babel/types": "^7.24.9",
"@mui/internal-docs-utils": "workspace:^",
"doctrine": "^3.0.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/preset-typescript": "^7.24.7",
"@babel/traverse": "^7.24.8",
"@mui/internal-docs-utils": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"url": "https://opencollective.com/mui-org"
},
"dependencies": {
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/runtime": "^7.24.8",
"@babel/traverse": "^7.24.8",
"jscodeshift": "^0.16.1",
Expand Down
Loading

0 comments on commit ab51515

Please sign in to comment.