Skip to content

Commit 741520f

Browse files
Bump babel (#37870)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ZeeshanTamboli <[email protected]>
1 parent 1a71391 commit 741520f

File tree

20 files changed

+188
-184
lines changed

20 files changed

+188
-184
lines changed

.browserslistrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ firefox 78
2424
ios_saf 12.2
2525
kaios 2.5
2626
op_mini all
27-
op_mob 76
27+
op_mob 73
2828
opera 76
2929
safari 14
3030
samsung 13.0
@@ -44,7 +44,7 @@ firefox 78
4444
ios_saf 12.2
4545
kaios 2.5
4646
op_mini all
47-
op_mob 76
47+
op_mob 73
4848
opera 76
4949
safari 14
5050
samsung 13.0

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"link-check": "node ./scripts/reportBrokenLinks.js"
2121
},
2222
"dependencies": {
23-
"@babel/core": "^7.22.5",
23+
"@babel/core": "^7.22.8",
2424
"@babel/plugin-transform-object-assign": "^7.22.5",
25-
"@babel/runtime-corejs2": "^7.22.5",
25+
"@babel/runtime-corejs2": "^7.22.6",
2626
"@docsearch/react": "^3.5.1",
2727
"@emotion/cache": "^11.11.0",
2828
"@emotion/react": "^11.11.1",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@
7474
},
7575
"devDependencies": {
7676
"@argos-ci/core": "^0.8.0",
77-
"@babel/cli": "^7.22.5",
78-
"@babel/core": "^7.22.5",
79-
"@babel/node": "^7.22.5",
77+
"@babel/cli": "^7.22.6",
78+
"@babel/core": "^7.22.8",
79+
"@babel/node": "^7.22.6",
8080
"@babel/plugin-proposal-class-properties": "^7.18.6",
8181
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
8282
"@babel/plugin-proposal-private-methods": "^7.18.6",
8383
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
8484
"@babel/plugin-transform-object-assign": "^7.22.5",
8585
"@babel/plugin-transform-react-constant-elements": "^7.22.5",
86-
"@babel/plugin-transform-runtime": "^7.22.5",
87-
"@babel/preset-env": "^7.22.5",
86+
"@babel/plugin-transform-runtime": "^7.22.7",
87+
"@babel/preset-env": "^7.22.7",
8888
"@babel/preset-react": "^7.22.5",
8989
"@babel/register": "^7.22.5",
9090
"@emotion/react": "^11.11.1",
@@ -212,19 +212,19 @@
212212
"yarn-deduplicate": "^6.0.2"
213213
},
214214
"resolutions": {
215-
"**/@babel/core": "^7.22.5",
215+
"**/@babel/core": "^7.22.8",
216216
"**/@babel/code-frame": "^7.22.5",
217217
"**/@babel/plugin-proposal-class-properties": "^7.18.6",
218218
"**/@babel/plugin-proposal-object-rest-spread": "^7.20.7",
219219
"**/@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
220220
"**/@babel/plugin-proposal-numeric-separator": "^7.18.6",
221221
"**/@babel/plugin-proposal-optional-chaining": "^7.21.0",
222222
"**/@babel/plugin-transform-destructuring": "npm:@minh.nguyen/plugin-transform-destructuring@^7.5.2",
223-
"**/@babel/plugin-transform-runtime": "^7.22.5",
224-
"**/@babel/preset-env": "^7.22.5",
223+
"**/@babel/plugin-transform-runtime": "^7.22.7",
224+
"**/@babel/preset-env": "^7.22.7",
225225
"**/@babel/preset-react": "^7.22.5",
226226
"**/@babel/preset-typescript": "^7.22.5",
227-
"**/@babel/runtime": "^7.22.5",
227+
"**/@babel/runtime": "^7.22.6",
228228
"**/@definitelytyped/header-parser": "^0.0.163",
229229
"**/@definitelytyped/typescript-versions": "^0.0.163",
230230
"**/@definitelytyped/utils": "^0.0.163",

packages/api-docs-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typescript": "tsc -p tsconfig.json"
88
},
99
"dependencies": {
10-
"@babel/core": "^7.22.5",
10+
"@babel/core": "^7.22.8",
1111
"@mui-internal/docs-utilities": "^1.0.0",
1212
"@mui/markdown": "^5.0.0",
1313
"ast-types": "^0.14.2",

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252
},
5353
"dependencies": {
54-
"@babel/runtime": "^7.22.5",
54+
"@babel/runtime": "^7.22.6",
5555
"@emotion/is-prop-valid": "^1.2.1",
5656
"@mui/types": "^7.2.4",
5757
"@mui/utils": "^5.13.7",

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"
3131
},
3232
"dependencies": {
33-
"@babel/core": "^7.22.5",
34-
"@babel/runtime": "^7.22.5",
35-
"@babel/traverse": "^7.22.5",
33+
"@babel/core": "^7.22.8",
34+
"@babel/runtime": "^7.22.6",
35+
"@babel/traverse": "^7.22.8",
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
@@ -44,7 +44,7 @@
4444
}
4545
},
4646
"dependencies": {
47-
"@babel/runtime": "^7.22.5",
47+
"@babel/runtime": "^7.22.6",
4848
"@mui/utils": "^5.13.7",
4949
"nprogress": "^0.2.0"
5050
},

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757
},
5858
"dependencies": {
59-
"@babel/runtime": "^7.22.5"
59+
"@babel/runtime": "^7.22.6"
6060
},
6161
"devDependencies": {
6262
"fs-extra": "^11.1.1",

packages/mui-joy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757
},
5858
"dependencies": {
59-
"@babel/runtime": "^7.22.5",
59+
"@babel/runtime": "^7.22.6",
6060
"@mui/base": "5.0.0-beta.7",
6161
"@mui/core-downloads-tracker": "^5.14.0",
6262
"@mui/system": "^5.14.0",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161
},
6262
"dependencies": {
63-
"@babel/runtime": "^7.22.5",
63+
"@babel/runtime": "^7.22.6",
6464
"@mui/base": "5.0.0-beta.7",
6565
"@mui/system": "^5.14.0",
6666
"@mui/types": "^7.2.4",

0 commit comments

Comments
 (0)