Skip to content

Commit dd10994

Browse files
renovate[bot]michaldudak
andauthoredJan 22, 2025··
Bump MUI (#1335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michał Dudak <michal@mui.com>
1 parent 638290b commit dd10994

File tree

6 files changed

+185
-181
lines changed

6 files changed

+185
-181
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.1",
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
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",
72-
"@mui/monorepo": "github:mui/material-ui#v6.3.0",
69+
"@mui/internal-markdown": "^1.0.25",
70+
"@mui/internal-scripts": "^1.0.33",
71+
"@mui/internal-test-utils": "^1.0.26",
72+
"@mui/monorepo": "github:mui/material-ui#v6.4.1",
7373
"@next/eslint-plugin-next": "^14.2.22",
7474
"@octokit/rest": "^21.0.2",
7575
"@playwright/test": "1.49.1",

‎packages/react/src/form/FormContext.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use client';
2+
13
import * as React from 'react';
24
import type { FieldValidityData } from '../field/root/FieldRoot';
35

‎packages/react/src/utils/useOpenInteractionType.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use client';
2+
13
import * as React from 'react';
24
import { InteractionType, useEnhancedClickHandler } from './useEnhancedClickHandler';
35

‎pnpm-lock.yaml

+173-173
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.