Skip to content

Commit

Permalink
Bump MUI
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 9b5ce28 commit d3cc023
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 103 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
<<: *default-job
resource_class: 'medium+'
docker:
- image: mcr.microsoft.com/playwright:v1.48.1-focal
- image: mcr.microsoft.com/playwright:v1.48.2-focal
steps:
- checkout
- install_js:
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
test_profile:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.48.1-focal
- image: mcr.microsoft.com/playwright:v1.48.2-focal
steps:
- checkout
- install_js:
Expand All @@ -343,7 +343,7 @@ jobs:
test_regressions:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.48.1-focal
- image: mcr.microsoft.com/playwright:v1.48.2-focal
steps:
- checkout
- install_js:
Expand All @@ -358,7 +358,7 @@ jobs:
test_e2e:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.48.1-focal
- image: mcr.microsoft.com/playwright:v1.48.2-focal
steps:
- checkout
- install_js:
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@mdx-js/loader": "^3.1.0",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@mui/system": "6.1.5",
"@mui/utils": "6.1.5",
"@mui/system": "6.1.6",
"@mui/utils": "6.1.6",
"@next/mdx": "^14.2.13",
"@react-spring/web": "^9.7.4",
"@stefanprobst/rehype-extract-toc": "^2.2.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@babel/plugin-transform-react-constant-elements": "^7.25.1",
"@babel/preset-typescript": "^7.24.7",
"@mui/internal-docs-utils": "^1.0.15",
"@mui/internal-scripts": "^1.0.25",
"@mui/internal-scripts": "^1.0.26",
"@mui/internal-test-utils": "https://pkg.csb.dev/mui/material-ui/commit/92c23999/@mui/internal-test-utils",
"@tailwindcss/postcss": "4.0.0-alpha.30",
"@types/chai": "^4.3.20",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.6",
"@mui/internal-docs-utils": "^1.0.15",
"@mui/internal-markdown": "^1.0.18",
"@mui/internal-scripts": "^1.0.25",
"@mui/internal-markdown": "^1.0.19",
"@mui/internal-scripts": "^1.0.26",
"@mui/internal-test-utils": "https://pkg.csb.dev/mui/material-ui/commit/92c23999/@mui/internal-test-utils",
"@mui/monorepo": "github:mui/material-ui#v6.1.5",
"@mui/utils": "6.1.5",
"@mui/utils": "6.1.6",
"@next/eslint-plugin-next": "^14.2.13",
"@octokit/rest": "^20.1.1",
"@playwright/test": "1.48.1",
"@playwright/test": "1.48.2",
"@tailwindcss/postcss": "4.0.0-alpha.30",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.9",
Expand Down
Loading

0 comments on commit d3cc023

Please sign in to comment.