Skip to content

Duplicate @mui/utils versions installed #22745

@joshkel

Description

@joshkel

Steps to reproduce

Steps:

  1. npm i @mui/material @mui/x-date-pickers @mui/x-tree-view
  2. find . -path '*/@mui/utils/package.json' | xargs grep '"version"' | sort -k 3

Current behavior

Three versions of @mui/utils are installed:

  • @mui/materials depends on @mui/utils ^9.1.0 (i.e., the current version).
  • @mui/x-date-pickers and @mui/x-tree-view depend on @mui/utils 9.0.1 (no SemVer range permitted).
  • @mui/x-date-pickers and @mui/x-tree-view depend on @mui/x-internals 9.1.0, which depends on @mui/utils 9.0.0 (no SemVer range permitted).

Expected behavior

If I'm running the current versions of @mui packages, I expect no duplicate @mui dependencies.

Context

No response

Your environment

npx @mui/envinfo
  System:
    OS: macOS 26.5.1
  Binaries:
    Node: 24.16.0 - /Users/josh/.nvm/versions/node/v24.16.0/bin/node
    npm: 11.13.0 - /Users/josh/.nvm/versions/node/v24.16.0/bin/npm
    pnpm: Not Found
  Browsers:
    Chrome: 149.0.7827.54
    Edge: 149.0.4022.52
    Firefox: 151.0.2
    Safari: 26.5
  npmPackages:
    @base-ui/utils:  0.2.9 
    @emotion/react:  11.14.0 
    @emotion/styled:  11.14.1 
    @mui/core-downloads-tracker:  9.1.0 
    @mui/icons-material:  9.1.0 
    @mui/lab:  9.0.0-beta.4 
    @mui/material:  9.1.0 
    @mui/private-theming:  9.1.0 
    @mui/styled-engine:  9.1.0 
    @mui/system:  9.1.0 
    @mui/types:  9.0.0 
    @mui/utils:  9.1.0 
    @mui/x-date-pickers:  9.4.0 
    @mui/x-internals:  9.1.0 
    @mui/x-tree-view:  9.4.0 
    @types/react: ^18.3.27 => 18.3.27 
    react: ^18.3.1 => 18.3.1 
    react-dom: ^18.3.1 => 18.3.1 
    typescript: ^6.0.3 => 6.0.3 

Search keywords: mui/utils

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: pickersChanges related to the date/time pickers.status: waiting for maintainerThese issues haven't been looked at yet by a maintainer.
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions