Skip to content

Commit

Permalink
Bump babel to ^7.24.6 (#13251)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas <llukas.tyla@gmail.com>
  • Loading branch information
renovate[bot] and LukasTy authored May 29, 2024
1 parent c4c0b18 commit 3f3a6ed
Show file tree
Hide file tree
Showing 17 changed files with 590 additions and 587 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"serve": "serve ./export -l 3010",
"create-playground": "cpy --cwd=scripts playground.template.tsx ../../pages/playground --rename=index.tsx",
"typescript": "tsc -p tsconfig.json",
"typescript:transpile": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" scripts/formattedTSDemos",
"typescript:transpile": "cross-env BABEL_ENV=development node scripts/formattedTSDemos",
"typescript:transpile:dev": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" scripts/formattedTSDemos --watch",
"populate:demos": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" scripts/populatePickersDemos"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@babel/runtime-corejs2": "^7.24.5",
"@babel/core": "^7.24.6",
"@babel/runtime": "^7.24.6",
"@babel/runtime-corejs2": "^7.24.6",
"@docsearch/react": "^3.6.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
Expand Down Expand Up @@ -97,8 +97,8 @@
"webpack-bundle-analyzer": "^4.10.2"
},
"devDependencies": {
"@babel/plugin-transform-react-constant-elements": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/plugin-transform-react-constant-elements": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@mui/internal-docs-utils": "^1.0.4",
"@mui/internal-scripts": "^1.0.3",
"@types/chance": "^1.1.6",
Expand Down
4 changes: 2 additions & 2 deletions docs/scripts/formattedTSDemos.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@ yargs
return command
.option('watch', {
default: false,
description: 'transpiles demos as soon as they changed',
description: 'Transpile demos as soon as they change',
type: 'boolean',
})
.option('disable-cache', {
default: false,
description: 'transpiles all demos even if they didnt change',
description: "Transpile all demos even if they didn't change",
type: 'boolean',
});
},
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,21 @@
},
"devDependencies": {
"@argos-ci/core": "^1.5.5",
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/node": "^7.23.9",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-object-rest-spread": "^7.24.5",
"@babel/plugin-transform-private-methods": "^7.24.1",
"@babel/plugin-transform-private-property-in-object": "^7.24.5",
"@babel/plugin-transform-react-constant-elements": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/register": "^7.23.7",
"@babel/traverse": "^7.24.5",
"@babel/types": "^7.24.5",
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/node": "^7.24.6",
"@babel/plugin-transform-class-properties": "^7.24.6",
"@babel/plugin-transform-object-rest-spread": "^7.24.6",
"@babel/plugin-transform-private-methods": "^7.24.6",
"@babel/plugin-transform-private-property-in-object": "^7.24.6",
"@babel/plugin-transform-react-constant-elements": "^7.24.6",
"@babel/plugin-transform-runtime": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@babel/register": "^7.24.6",
"@babel/traverse": "^7.24.6",
"@babel/types": "^7.24.6",
"@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-charts-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"directory": "packages/x-charts-pro"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.24.6",
"@mui/base": "^5.0.0-beta.40",
"@mui/system": "^5.15.14",
"@mui/utils": "^5.15.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"directory": "packages/x-charts"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.24.6",
"@mui/base": "^5.0.0-beta.40",
"@mui/system": "^5.15.14",
"@mui/utils": "^5.15.14",
Expand Down
6 changes: 3 additions & 3 deletions packages/x-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"url": "https://opencollective.com/mui-org"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@babel/traverse": "^7.24.5",
"@babel/core": "^7.24.6",
"@babel/runtime": "^7.24.6",
"@babel/traverse": "^7.24.6",
"jscodeshift": "0.13.1",
"jscodeshift-add-imports": "^1.0.10",
"yargs": "^17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"directory": "packages/x-data-grid-generator"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.24.6",
"@mui/base": "^5.0.0-beta.40",
"@mui/x-data-grid-premium": "workspace:*",
"chance": "^1.1.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid-premium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"directory": "packages/x-data-grid-premium"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.24.6",
"@mui/system": "^5.15.14",
"@mui/utils": "^5.15.14",
"@mui/x-data-grid": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"directory": "packages/x-data-grid-pro"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.24.6",
"@mui/system": "^5.15.14",
"@mui/utils": "^5.15.14",
"@mui/x-data-grid": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"directory": "packages/x-data-grid"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.24.6",
"@mui/internal-test-utils": "1.0.0-dev.20240529-082515-213b5e33ab",
"@mui/system": "^5.15.14",
"@mui/utils": "^5.15.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"directory": "packages/x-date-pickers-pro"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.24.6",
"@mui/base": "^5.0.0-beta.40",
"@mui/system": "^5.15.14",
"@mui/utils": "^5.15.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"directory": "packages/x-date-pickers"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.24.6",
"@mui/base": "^5.0.0-beta.40",
"@mui/system": "^5.15.14",
"@mui/utils": "^5.15.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-license/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"directory": "packages/x-license"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.24.6",
"@mui/utils": "^5.15.14"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-tree-view-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"directory": "packages/x-tree-view-pro"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.24.6",
"@mui/base": "^5.0.0-beta.40",
"@mui/system": "^5.15.14",
"@mui/utils": "^5.15.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-tree-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"directory": "packages/x-tree-view"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.24.6",
"@mui/base": "^5.0.0-beta.40",
"@mui/system": "^5.15.14",
"@mui/utils": "^5.15.14",
Expand Down
Loading

0 comments on commit 3f3a6ed

Please sign in to comment.