Skip to content

Commit

Permalink
Merge pull request #10264 from marmelab/add-mui-utils-to-peerDeps
Browse files Browse the repository at this point in the history
Fix pnpm error Module not found: Can't resolve '@mui/utils'
  • Loading branch information
fzaninotto authored Oct 8, 2024
2 parents 0538e79 + c5e868e commit 78be308
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ra-ui-materialui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"devDependencies": {
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@mui/utils": "^5.15.20",
"@testing-library/react": "^15.0.7",
"@types/dompurify": "^3.0.2",
"@types/react": "^18.3.3",
Expand All @@ -54,6 +55,7 @@
"peerDependencies": {
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@mui/utils": "^5.15.20",
"ra-core": "^5.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17599,6 +17599,7 @@ __metadata:
dependencies:
"@mui/icons-material": "npm:^5.15.20"
"@mui/material": "npm:^5.15.20"
"@mui/utils": "npm:^5.15.20"
"@tanstack/react-query": "npm:^5.8.4"
"@testing-library/react": "npm:^15.0.7"
"@types/dompurify": "npm:^3.0.2"
Expand Down Expand Up @@ -17637,6 +17638,7 @@ __metadata:
peerDependencies:
"@mui/icons-material": ^5.15.20
"@mui/material": ^5.15.20
"@mui/utils": ^5.15.20
ra-core: ^5.0.0
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
Expand Down

0 comments on commit 78be308

Please sign in to comment.