Skip to content

Commit

Permalink
Bump babel (#40576)
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 Jan 15, 2024
1 parent 24b8a20 commit e149658
Show file tree
Hide file tree
Showing 24 changed files with 179 additions and 180 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-transform-object-assign": "^7.23.3",
"@babel/runtime": "^7.23.7",
"@babel/runtime-corejs2": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@babel/runtime-corejs2": "^7.23.8",
"@docsearch/react": "^3.5.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@babel/plugin-transform-object-assign": "^7.23.3",
"@babel/plugin-transform-react-constant-elements": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/register": "^7.23.7",
"@mnajdova/enzyme-adapter-react-18": "^0.2.0",
Expand Down Expand Up @@ -197,10 +197,10 @@
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-destructuring": "npm:@minh.nguyen/plugin-transform-destructuring@^7.5.2",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@babel/types": "^7.23.6",
"@definitelytyped/header-parser": "^0.1.1",
"@definitelytyped/typescript-versions": "^0.0.184",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"./prism": "./prism.js"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"lodash": "^4.17.21",
"marked": "^5.1.2",
"prismjs": "^1.29.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-babel-macros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/helper-module-imports": "^7.22.15",
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"babel-plugin-macros": "^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@floating-ui/react-dom": "^2.0.5",
"@mui/types": "workspace:^",
"@mui/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 @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@babel/traverse": "^7.23.7",
"jscodeshift": "^0.13.1",
"jscodeshift-add-imports": "^1.0.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": "exit 0"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@mui/base": "workspace:*",
"@mui/utils": "workspace:^",
"nprogress": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.23.7"
"@babel/runtime": "^7.23.8"
},
"devDependencies": {
"@mui/icons-material": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@mui/base": "workspace:*",
"@mui/core-downloads-tracker": "workspace:^",
"@mui/system": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@mui/base": "workspace:*",
"@mui/system": "workspace:^",
"@mui/types": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@mui/base": "workspace:*",
"@mui/material": "workspace:^",
"@mui/system": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@mui/base": "workspace:*",
"@mui/core-downloads-tracker": "workspace:^",
"@mui/system": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@mui/utils": "workspace:^",
"prop-types": "^15.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"csstype": "^3.1.2",
"hoist-non-react-statics": "^3.3.2",
"prop-types": "^15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@emotion/cache": "^11.11.0",
"csstype": "^3.1.2",
"prop-types": "^15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@emotion/hash": "^0.9.1",
"@mui/private-theming": "workspace:^",
"@mui/types": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@mui/private-theming": "workspace:^",
"@mui/styled-engine": "workspace:^",
"@mui/types": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@types/prop-types": "^15.7.11",
"prop-types": "^15.8.1",
"react-is": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.23.7",
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@mnajdova/enzyme-adapter-react-18": "^0.2.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/zero-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"csstype": "^3.1.2",
"cssesc": "^3.0.0",
"clsx": "^2.0.0",
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.7",
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/parser": "^7.23.0",
"@babel/types": "^7.23.0",
"@babel/parser": "^7.23.6",
"@babel/types": "^7.23.6",
"@emotion/css": "^11.11.2",
"@emotion/styled": "^11.11.0",
"@linaria/tags": "^5.0.2",
Expand All @@ -30,9 +30,9 @@
"stylis": "^4.2.0"
},
"devDependencies": {
"@types/babel__core": "^7.20.3",
"@types/babel__helper-module-imports": "^7.18.2",
"@types/babel__helper-plugin-utils": "^7.10.2",
"@types/babel__core": "^7.20.5",
"@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/cssesc": "^3.0.2",
"@types/lodash.get": "^4.4.9",
"@types/lodash.set": "^4.3.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/zero-unplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typecheck": "tsc --noEmit -p ."
},
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.7",
"@linaria/babel-preset": "^5.0.4",
"@linaria/logger": "^5.0.0",
"@linaria/utils": "^5.0.2",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@mui/zero-runtime": "workspace:^",
"@types/babel__core": "^7.20.3"
"@types/babel__core": "^7.20.5"
},
"peerDependencies": {
"@mui/zero-runtime": "workspace:^"
Expand Down
4 changes: 2 additions & 2 deletions packages/zero-vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typecheck": "tsc --noEmit -p ."
},
"dependencies": {
"@babel/core": "^7.23.6",
"@babel/core": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@linaria/babel-preset": "^5.0.4",
"@linaria/logger": "^5.0.0",
Expand All @@ -21,7 +21,7 @@
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
},
"devDependencies": {
"@types/babel__core": "^7.20.3",
"@types/babel__core": "^7.20.5",
"@types/debug": "^4.1.12",
"vite": "^5.0.0"
},
Expand Down
Loading

0 comments on commit e149658

Please sign in to comment.