File tree Expand file tree Collapse file tree 5 files changed +89
-110
lines changed Expand file tree Collapse file tree 5 files changed +89
-110
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ jobs:
288
288
<< : *default-job
289
289
resource_class : ' medium+'
290
290
docker :
291
- - image : mcr.microsoft.com/playwright:v1.48.1 -focal
291
+ - image : mcr.microsoft.com/playwright:v1.48.2 -focal
292
292
steps :
293
293
- checkout
294
294
- install_js :
@@ -317,7 +317,7 @@ jobs:
317
317
test_profile :
318
318
<< : *default-job
319
319
docker :
320
- - image : mcr.microsoft.com/playwright:v1.48.1 -focal
320
+ - image : mcr.microsoft.com/playwright:v1.48.2 -focal
321
321
steps :
322
322
- checkout
323
323
- install_js :
@@ -343,7 +343,7 @@ jobs:
343
343
test_regressions :
344
344
<< : *default-job
345
345
docker :
346
- - image : mcr.microsoft.com/playwright:v1.48.1 -focal
346
+ - image : mcr.microsoft.com/playwright:v1.48.2 -focal
347
347
steps :
348
348
- checkout
349
349
- install_js :
@@ -358,7 +358,7 @@ jobs:
358
358
test_e2e :
359
359
<< : *default-job
360
360
docker :
361
- - image : mcr.microsoft.com/playwright:v1.48.1 -focal
361
+ - image : mcr.microsoft.com/playwright:v1.48.2 -focal
362
362
steps :
363
363
- checkout
364
364
- install_js :
Original file line number Diff line number Diff line change 25
25
"@mdx-js/loader" : " ^3.1.0" ,
26
26
"@mdx-js/mdx" : " ^3.1.0" ,
27
27
"@mdx-js/react" : " ^3.1.0" ,
28
- "@mui/system" : " 6.1.5 " ,
29
- "@mui/utils" : " 6.1.5 " ,
28
+ "@mui/system" : " 6.1.6 " ,
29
+ "@mui/utils" : " 6.1.6 " ,
30
30
"@next/mdx" : " ^14.2.13" ,
31
31
"@react-spring/web" : " ^9.7.4" ,
32
32
"@stefanprobst/rehype-extract-toc" : " ^2.2.0" ,
67
67
"@babel/plugin-transform-react-constant-elements" : " ^7.25.1" ,
68
68
"@babel/preset-typescript" : " ^7.24.7" ,
69
69
"@mui/internal-docs-utils" : " ^1.0.15" ,
70
- "@mui/internal-scripts" : " ^1.0.25 " ,
70
+ "@mui/internal-scripts" : " ^1.0.26 " ,
71
71
"@mui/internal-test-utils" : " https://pkg.csb.dev/mui/material-ui/commit/92c23999/@mui/internal-test-utils" ,
72
72
"@tailwindcss/postcss" : " 4.0.0-alpha.30" ,
73
73
"@types/chai" : " ^4.3.20" ,
Original file line number Diff line number Diff line change 80
80
"@babel/preset-typescript" : " ^7.24.7" ,
81
81
"@babel/register" : " ^7.24.6" ,
82
82
"@mui/internal-docs-utils" : " ^1.0.15" ,
83
- "@mui/internal-markdown" : " ^1.0.18 " ,
84
- "@mui/internal-scripts" : " ^1.0.25 " ,
83
+ "@mui/internal-markdown" : " ^1.0.19 " ,
84
+ "@mui/internal-scripts" : " ^1.0.26 " ,
85
85
"@mui/internal-test-utils" : " https://pkg.csb.dev/mui/material-ui/commit/92c23999/@mui/internal-test-utils" ,
86
- "@mui/monorepo" : " github:mui/material-ui#v6.1.5 " ,
87
- "@mui/utils" : " 6.1.5 " ,
86
+ "@mui/monorepo" : " github:mui/material-ui#v6.1.6 " ,
87
+ "@mui/utils" : " 6.1.6 " ,
88
88
"@next/eslint-plugin-next" : " ^14.2.13" ,
89
89
"@octokit/rest" : " ^20.1.1" ,
90
- "@playwright/test" : " 1.48.1 " ,
90
+ "@playwright/test" : " 1.48.2 " ,
91
91
"@tailwindcss/postcss" : " 4.0.0-alpha.30" ,
92
92
"@types/fs-extra" : " ^11.0.4" ,
93
93
"@types/lodash" : " ^4.17.9" ,
You can’t perform that action at this time.
0 commit comments