Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46d4480

Browse files
authoredJan 15, 2025··
Bump MUI
1 parent 3b4f1ca commit 46d4480

File tree

4 files changed

+164
-164
lines changed

4 files changed

+164
-164
lines changed
 

‎docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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.3.0",
28+
"@mui/system": "6.4.0",
2929
"@next/mdx": "^15.1.3",
3030
"@react-spring/web": "^9.7.5",
3131
"@stefanprobst/rehype-extract-toc": "^2.2.1",
@@ -75,8 +75,8 @@
7575
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
7676
"@babel/preset-typescript": "^7.26.0",
7777
"@mui/internal-docs-utils": "^1.0.16",
78-
"@mui/internal-scripts": "^1.0.31",
79-
"@mui/internal-test-utils": "^1.0.24",
78+
"@mui/internal-scripts": "^1.0.33",
79+
"@mui/internal-test-utils": "^1.0.26",
8080
"@tailwindcss/postcss": "4.0.0-beta.2",
8181
"@types/chai": "^4.3.20",
8282
"@types/gtag.js": "^0.0.20",

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"@babel/preset-typescript": "^7.26.0",
6767
"@babel/register": "^7.25.9",
6868
"@mui/internal-docs-utils": "^1.0.16",
69-
"@mui/internal-markdown": "^1.0.23",
70-
"@mui/internal-scripts": "^1.0.31",
71-
"@mui/internal-test-utils": "^1.0.24",
69+
"@mui/internal-markdown": "^1.0.25",
70+
"@mui/internal-scripts": "^1.0.33",
71+
"@mui/internal-test-utils": "^1.0.26",
7272
"@mui/monorepo": "github:mui/material-ui#v6.3.0",
7373
"@next/eslint-plugin-next": "^14.2.22",
7474
"@octokit/rest": "^21.0.2",

‎pnpm-lock.yaml

+157-157
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"@babel/runtime": "^7.26.0",
1010
"@base-ui-components/react": "workspace:*",
11-
"@mui/internal-test-utils": "^1.0.24",
11+
"@mui/internal-test-utils": "^1.0.26",
1212
"@playwright/test": "1.49.1",
1313
"@testing-library/dom": "^10.4.0",
1414
"@types/chai": "^4.3.20",

0 commit comments

Comments
 (0)
Please sign in to comment.