Skip to content

Commit

Permalink
[utils] Add dependency to @mui/types (#43029)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored and web-flow committed Jul 24, 2024
1 parent 4bd8176 commit 228c52c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.8",
"@mui/types": "workspace:^",
"@types/prop-types": "^15.7.12",
"clsx": "^2.1.1",
"prop-types": "^15.8.1",
Expand Down
11 changes: 7 additions & 4 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 228c52c

Please sign in to comment.