Skip to content

Commit 1fe1255

Browse files
Bump MUI (#766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michał Dudak <[email protected]>
1 parent 720c9c2 commit 1fe1255

File tree

5 files changed

+89
-110
lines changed

5 files changed

+89
-110
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
<<: *default-job
289289
resource_class: 'medium+'
290290
docker:
291-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
291+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
292292
steps:
293293
- checkout
294294
- install_js:
@@ -317,7 +317,7 @@ jobs:
317317
test_profile:
318318
<<: *default-job
319319
docker:
320-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
320+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
321321
steps:
322322
- checkout
323323
- install_js:
@@ -343,7 +343,7 @@ jobs:
343343
test_regressions:
344344
<<: *default-job
345345
docker:
346-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
346+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
347347
steps:
348348
- checkout
349349
- install_js:
@@ -358,7 +358,7 @@ jobs:
358358
test_e2e:
359359
<<: *default-job
360360
docker:
361-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
361+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
362362
steps:
363363
- checkout
364364
- install_js:

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@mdx-js/loader": "^3.1.0",
2626
"@mdx-js/mdx": "^3.1.0",
2727
"@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",
3030
"@next/mdx": "^14.2.13",
3131
"@react-spring/web": "^9.7.4",
3232
"@stefanprobst/rehype-extract-toc": "^2.2.0",
@@ -67,7 +67,7 @@
6767
"@babel/plugin-transform-react-constant-elements": "^7.25.1",
6868
"@babel/preset-typescript": "^7.24.7",
6969
"@mui/internal-docs-utils": "^1.0.15",
70-
"@mui/internal-scripts": "^1.0.25",
70+
"@mui/internal-scripts": "^1.0.26",
7171
"@mui/internal-test-utils": "https://pkg.csb.dev/mui/material-ui/commit/92c23999/@mui/internal-test-utils",
7272
"@tailwindcss/postcss": "4.0.0-alpha.30",
7373
"@types/chai": "^4.3.20",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@
8080
"@babel/preset-typescript": "^7.24.7",
8181
"@babel/register": "^7.24.6",
8282
"@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",
8585
"@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",
8888
"@next/eslint-plugin-next": "^14.2.13",
8989
"@octokit/rest": "^20.1.1",
90-
"@playwright/test": "1.48.1",
90+
"@playwright/test": "1.48.2",
9191
"@tailwindcss/postcss": "4.0.0-alpha.30",
9292
"@types/fs-extra": "^11.0.4",
9393
"@types/lodash": "^4.17.9",

0 commit comments

Comments
 (0)