Skip to content

Commit decbb04

Browse files
authored
Merge pull request #1 from leecalcote/copilot/upgrade-material-ui-version
Upgrade Material-UI to v7.3.7
2 parents e09c39c + 506f152 commit decbb04

File tree

4 files changed

+499
-441
lines changed

4 files changed

+499
-441
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Version 3 has been released! You can read about the [updates here](https://githu
4444

4545
`npm install mui-datatables --save`
4646

47-
If your project doesn't already use them, you need to install mui v5 and it's icon pack:
47+
If your project doesn't already use them, you need to install MUI v7 and its icon pack:
4848
`npm --save install @mui/material @emotion/react @emotion/styled @mui/icons-material`
4949

5050
## Compatibility
@@ -55,6 +55,7 @@ If your project doesn't already use them, you need to install mui v5 and it's ic
5555
| ^3.0.0 | ^4.10.0 | `@material-ui/core`,`@material-ui/icons` |
5656
| ^3.8.0 | ^4.12.0 | `@material-ui/core`,`@material-ui/icons` |
5757
| ^4.0.0 | ^5.9.3 | `@mui/material`,`@mui/icons-material` |
58+
| 4.3.x | ^7.3.7 | `@mui/material`,`@mui/icons-material` |
5859

5960
## Demo
6061

0 commit comments

Comments
 (0)