Skip to content

Commit

Permalink
Bump babel to ^7.24.9 (#13918)
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 24, 2024
1 parent 5db9e75 commit f521fd9
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 448 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 @@
"populate:demos": "tsx scripts/populatePickersDemos"
},
"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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"devDependencies": {
"@argos-ci/core": "^2.3.0",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/node": "^7.24.8",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
Expand All @@ -82,7 +82,7 @@
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.6",
"@babel/traverse": "^7.24.8",
"@babel/types": "^7.24.8",
"@babel/types": "^7.24.9",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 f521fd9

Please sign in to comment.