Skip to content

Commit

Permalink
Bump MUI
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 12664a3 commit bea8751
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 50 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
<<: *default-job
resource_class: 'medium+'
docker:
- image: mcr.microsoft.com/playwright:v1.50.0-noble
- image: mcr.microsoft.com/playwright:v1.50.1-noble
steps:
- checkout
- install_js:
Expand All @@ -294,7 +294,7 @@ jobs:
test_regressions:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.50.0-noble
- image: mcr.microsoft.com/playwright:v1.50.1-noble
steps:
- checkout
- install_js:
Expand All @@ -309,7 +309,7 @@ jobs:
test_e2e:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.50.0-noble
- image: mcr.microsoft.com/playwright:v1.50.1-noble
steps:
- checkout
- install_js:
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@mdx-js/loader": "^3.1.0",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@mui/system": "6.4.2",
"@mui/system": "6.4.3",
"@next/mdx": "^15.1.6",
"@react-spring/web": "^9.7.5",
"@stefanprobst/rehype-extract-toc": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@mui/monorepo": "github:mui/material-ui#v6.4.2",
"@next/eslint-plugin-next": "^14.2.23",
"@octokit/rest": "^21.1.0",
"@playwright/test": "1.50.0",
"@playwright/test": "1.50.1",
"@tailwindcss/postcss": "4.0.3",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.15",
Expand Down
86 changes: 43 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@babel/runtime": "^7.26.7",
"@base-ui-components/react": "workspace:*",
"@mui/internal-test-utils": "^1.0.26",
"@playwright/test": "1.50.0",
"@playwright/test": "1.50.1",
"@testing-library/dom": "^10.4.0",
"@types/chai": "^4.3.20",
"@types/chai-dom": "^1.11.3",
Expand All @@ -22,7 +22,7 @@
"fs-extra": "^11.3.0",
"is-wsl": "^3.1.0",
"lodash": "^4.17.21",
"playwright": "^1.50.0",
"playwright": "^1.50.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.5",
Expand Down

0 comments on commit bea8751

Please sign in to comment.