Skip to content

Commit

Permalink
Bump MUI (#1335)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michał Dudak <[email protected]>
  • Loading branch information
renovate[bot] and michaldudak authored Jan 22, 2025
1 parent 638290b commit dd10994
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 181 deletions.
6 changes: 3 additions & 3 deletions 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.3.0",
"@mui/system": "6.4.1",
"@next/mdx": "^15.1.3",
"@react-spring/web": "^9.7.5",
"@stefanprobst/rehype-extract-toc": "^2.2.1",
Expand Down Expand Up @@ -75,8 +75,8 @@
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@mui/internal-docs-utils": "^1.0.16",
"@mui/internal-scripts": "^1.0.31",
"@mui/internal-test-utils": "^1.0.24",
"@mui/internal-scripts": "^1.0.33",
"@mui/internal-test-utils": "^1.0.26",
"@tailwindcss/postcss": "4.0.0-beta.2",
"@types/chai": "^4.3.20",
"@types/gtag.js": "^0.0.20",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"@babel/preset-typescript": "^7.26.0",
"@babel/register": "^7.25.9",
"@mui/internal-docs-utils": "^1.0.16",
"@mui/internal-markdown": "^1.0.23",
"@mui/internal-scripts": "^1.0.31",
"@mui/internal-test-utils": "^1.0.24",
"@mui/monorepo": "github:mui/material-ui#v6.3.0",
"@mui/internal-markdown": "^1.0.25",
"@mui/internal-scripts": "^1.0.33",
"@mui/internal-test-utils": "^1.0.26",
"@mui/monorepo": "github:mui/material-ui#v6.4.1",
"@next/eslint-plugin-next": "^14.2.22",
"@octokit/rest": "^21.0.2",
"@playwright/test": "1.49.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/react/src/form/FormContext.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import * as React from 'react';
import type { FieldValidityData } from '../field/root/FieldRoot';

Expand Down
2 changes: 2 additions & 0 deletions packages/react/src/utils/useOpenInteractionType.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import * as React from 'react';
import { InteractionType, useEnhancedClickHandler } from './useEnhancedClickHandler';

Expand Down
Loading

0 comments on commit dd10994

Please sign in to comment.