Skip to content

Commit

Permalink
Remove @mui/utils from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Nov 20, 2024
1 parent 438f084 commit ff29cc2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@mui/system": "6.1.6",
"@mui/utils": "6.1.6",
"@next/mdx": "^15.0.2",
"@react-spring/web": "^9.7.5",
"@stefanprobst/rehype-extract-toc": "^2.2.0",
Expand Down
4 changes: 3 additions & 1 deletion docs/src/blocks/GoogleAnalytics.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
'use client';
import * as React from 'react';
import { useMediaQuery } from '@base-ui-components/react/useMediaQuery';
import useEnhancedEffect from '@mui/utils/useEnhancedEffect';
// TODO: fix this once Base UI uses the exports field and publishes the utilities
// eslint-disable-next-line no-restricted-imports
import { useEnhancedEffect } from '@base-ui-components/react/utils/useEnhancedEffect';

let boundDataGaListener = false;

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"@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.7",
"@mui/utils": "6.1.6",
"@next/eslint-plugin-next": "^14.2.17",
"@octokit/rest": "^20.1.1",
"@playwright/test": "1.48.2",
Expand Down
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff29cc2

Please sign in to comment.