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 9, 2024
1 parent cab77be commit 9810dc5
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 197 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.47.2-focal
- image: mcr.microsoft.com/playwright:v1.48.0-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.47.2-focal
- image: mcr.microsoft.com/playwright:v1.48.0-focal
steps:
- checkout
- install_js:
Expand All @@ -343,7 +343,7 @@ jobs:
test_regressions:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.47.2-focal
- image: mcr.microsoft.com/playwright:v1.48.0-focal
steps:
- checkout
- install_js:
Expand All @@ -358,7 +358,7 @@ jobs:
test_e2e:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.47.2-focal
- image: mcr.microsoft.com/playwright:v1.48.0-focal
steps:
- checkout
- install_js:
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@mdx-js/mdx": "^3.0.1",
"@mui/system": "6.1.1",
"@mui/utils": "6.1.1",
"@mui/system": "6.1.3",
"@mui/utils": "6.1.3",
"@react-spring/web": "^9.7.4",
"@stefanprobst/rehype-extract-toc": "^2.2.0",
"@types/mdx": "^2.0.13",
Expand Down Expand Up @@ -62,9 +62,9 @@
"devDependencies": {
"@babel/plugin-transform-react-constant-elements": "^7.25.1",
"@babel/preset-typescript": "^7.24.7",
"@mui/internal-docs-utils": "^1.0.13",
"@mui/internal-scripts": "^1.0.21",
"@mui/internal-test-utils": "1.0.14",
"@mui/internal-docs-utils": "^1.0.14",
"@mui/internal-scripts": "^1.0.23",
"@mui/internal-test-utils": "1.0.16",
"@types/chai": "^4.3.20",
"@types/gtag.js": "^0.0.20",
"@types/hast": "^3.0.4",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.6",
"@mui/internal-docs-utils": "^1.0.13",
"@mui/internal-markdown": "^1.0.14",
"@mui/internal-scripts": "^1.0.21",
"@mui/internal-test-utils": "1.0.14",
"@mui/internal-docs-utils": "^1.0.14",
"@mui/internal-markdown": "^1.0.16",
"@mui/internal-scripts": "^1.0.23",
"@mui/internal-test-utils": "1.0.16",
"@mui/monorepo": "github:mui/material-ui#v6.1.1",
"@mui/utils": "6.1.1",
"@mui/utils": "6.1.3",
"@next/eslint-plugin-next": "^14.2.13",
"@octokit/rest": "^20.1.1",
"@playwright/test": "1.47.2",
"@playwright/test": "1.48.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.9",
"@types/mocha": "^10.0.8",
Expand Down
Loading

0 comments on commit 9810dc5

Please sign in to comment.