Skip to content

Commit

Permalink
Merge pull request #3253 from target/upgrade-mui
Browse files Browse the repository at this point in the history
ui/deps: upgrade mui packages to latest
  • Loading branch information
mastercactapus authored Aug 30, 2023
2 parents 8cee583 + 5e338b2 commit 2f5b419
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 104 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@material/material-color-utilities": "0.2.7",
"@mui/icons-material": "5.14.3",
"@mui/icons-material": "5.14.7",
"@mui/lab": "5.0.0-alpha.134",
"@mui/material": "5.13.6",
"@mui/styles": "5.13.2",
"@mui/system": "5.14.1",
"@mui/material": "5.14.7",
"@mui/styles": "5.14.7",
"@mui/system": "5.14.7",
"@mui/x-data-grid": "6.9.1",
"@playwright/test": "1.35.1",
"@types/chance": "1.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,11 @@ export default function ScheduleCalendarEventWrapper({
vertical: 'top',
horizontal: 'left',
}}
PaperProps={{
// @ts-expect-error - DOM attr for tests
'data-cy': 'shift-tooltip',
slotProps={{
paper: {
// @ts-expect-error - DOM attr for tests
'data-cy': 'shift-tooltip',
},
}}
classes={{
paper: classes.paper,
Expand Down
Loading

0 comments on commit 2f5b419

Please sign in to comment.