Skip to content

Commit f74b712

Browse files
Bump babel to ^7.23.6 (#40287)
1 parent 59e4b01 commit f74b712

File tree

26 files changed

+127
-126
lines changed

26 files changed

+127
-126
lines changed

apps/zero-runtime-vite-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-dom": "^18.2.0"
1414
},
1515
"devDependencies": {
16-
"@babel/preset-env": "^7.23.5",
16+
"@babel/preset-env": "^7.23.6",
1717
"@babel/preset-react": "^7.23.3",
1818
"@babel/preset-typescript": "^7.23.3",
1919
"@mui/material": "file:../../packages/mui-material/build",

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"link-check": "node ./scripts/reportBrokenLinks.js"
2121
},
2222
"dependencies": {
23-
"@babel/core": "^7.23.5",
23+
"@babel/core": "^7.23.6",
2424
"@babel/plugin-transform-object-assign": "^7.23.3",
25-
"@babel/runtime": "^7.23.5",
26-
"@babel/runtime-corejs2": "^7.23.5",
25+
"@babel/runtime": "^7.23.6",
26+
"@babel/runtime-corejs2": "^7.23.6",
2727
"@docsearch/react": "^3.5.2",
2828
"@emotion/cache": "^11.11.0",
2929
"@emotion/react": "^11.11.1",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@
7676
"devDependencies": {
7777
"@argos-ci/core": "^1.3.0",
7878
"@babel/cli": "^7.23.4",
79-
"@babel/core": "^7.23.5",
79+
"@babel/core": "^7.23.6",
8080
"@babel/node": "^7.22.19",
8181
"@babel/plugin-proposal-class-properties": "^7.18.6",
8282
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
8383
"@babel/plugin-proposal-private-methods": "^7.18.6",
8484
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
8585
"@babel/plugin-transform-object-assign": "^7.23.3",
8686
"@babel/plugin-transform-react-constant-elements": "^7.23.3",
87-
"@babel/plugin-transform-runtime": "^7.23.4",
88-
"@babel/preset-env": "^7.23.5",
87+
"@babel/plugin-transform-runtime": "^7.23.6",
88+
"@babel/preset-env": "^7.23.6",
8989
"@babel/preset-react": "^7.23.3",
9090
"@babel/register": "^7.22.15",
9191
"@googleapis/sheets": "^5.0.5",
@@ -171,19 +171,19 @@
171171
"yarn-deduplicate": "^6.0.2"
172172
},
173173
"resolutions": {
174-
"**/@babel/core": "^7.23.5",
174+
"**/@babel/core": "^7.23.6",
175175
"**/@babel/code-frame": "^7.23.5",
176176
"**/@babel/plugin-proposal-class-properties": "^7.18.6",
177177
"**/@babel/plugin-proposal-object-rest-spread": "^7.20.7",
178178
"**/@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
179179
"**/@babel/plugin-proposal-numeric-separator": "^7.18.6",
180180
"**/@babel/plugin-proposal-optional-chaining": "^7.21.0",
181181
"**/@babel/plugin-transform-destructuring": "npm:@minh.nguyen/plugin-transform-destructuring@^7.5.2",
182-
"**/@babel/plugin-transform-runtime": "^7.23.4",
183-
"**/@babel/preset-env": "^7.23.5",
182+
"**/@babel/plugin-transform-runtime": "^7.23.6",
183+
"**/@babel/preset-env": "^7.23.6",
184184
"**/@babel/preset-react": "^7.23.3",
185185
"**/@babel/preset-typescript": "^7.23.3",
186-
"**/@babel/runtime": "^7.23.5",
186+
"**/@babel/runtime": "^7.23.6",
187187
"**/@definitelytyped/header-parser": "^0.0.190",
188188
"**/@definitelytyped/typescript-versions": "^0.0.182",
189189
"**/@definitelytyped/utils": "^0.0.188",

packages/api-docs-builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"typescript": "tsc -p tsconfig.json"
99
},
1010
"dependencies": {
11-
"@babel/core": "^7.23.5",
11+
"@babel/core": "^7.23.6",
1212
"@babel/preset-typescript": "^7.23.3",
13-
"@babel/traverse": "^7.23.5",
13+
"@babel/traverse": "^7.23.6",
1414
"@mui-internal/docs-utilities": "^1.0.0",
1515
"@mui/markdown": "^5.0.0",
1616
"@mui/utils": "^5.15.1",

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"./prism": "./prism.js"
1111
},
1212
"dependencies": {
13-
"@babel/runtime": "^7.23.5",
13+
"@babel/runtime": "^7.23.6",
1414
"lodash": "^4.17.21",
1515
"marked": "^5.1.2",
1616
"prismjs": "^1.29.0"

packages/mui-babel-macros/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@babel/helper-module-imports": "^7.22.15",
25-
"@babel/runtime": "^7.23.5",
25+
"@babel/runtime": "^7.23.6",
2626
"babel-plugin-macros": "^3.1.0"
2727
},
2828
"devDependencies": {

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
4242
},
4343
"dependencies": {
44-
"@babel/runtime": "^7.23.5",
44+
"@babel/runtime": "^7.23.6",
4545
"@floating-ui/react-dom": "^2.0.4",
4646
"@mui/types": "^7.2.11",
4747
"@mui/utils": "^5.15.1",

packages/mui-codemod/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"url": "https://opencollective.com/mui-org"
3131
},
3232
"dependencies": {
33-
"@babel/core": "^7.23.5",
34-
"@babel/runtime": "^7.23.5",
35-
"@babel/traverse": "^7.23.5",
33+
"@babel/core": "^7.23.6",
34+
"@babel/runtime": "^7.23.6",
35+
"@babel/traverse": "^7.23.6",
3636
"jscodeshift": "^0.13.1",
3737
"jscodeshift-add-imports": "^1.0.10",
3838
"yargs": "^17.7.2"

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "exit 0"
3535
},
3636
"dependencies": {
37-
"@babel/runtime": "^7.23.5",
37+
"@babel/runtime": "^7.23.6",
3838
"@mui/base": "5.0.0-beta.28",
3939
"@mui/utils": "^5.15.1",
4040
"nprogress": "^0.2.0",

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"typescript": "tsc -p tsconfig.json"
4747
},
4848
"dependencies": {
49-
"@babel/runtime": "^7.23.5"
49+
"@babel/runtime": "^7.23.6"
5050
},
5151
"devDependencies": {
5252
"@mui/internal-waterfall": "^1.0.0",

0 commit comments

Comments
 (0)