Skip to content

Commit

Permalink
chore(deps): update material-ui monorepo to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 5ea1a4b commit 0403a4e
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 238 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@mui/lab": "5.0.0-alpha.165",
"@mui/material": "5.15.10",
"@mui/system": "5.15.9",
"@mui/x-data-grid-pro": "6.19.4",
"@mui/x-date-pickers": "5.0.20",
"@mui/x-date-pickers-pro": "5.0.20",
"@mui/x-data-grid-pro": "7.14.0",
"@mui/x-date-pickers": "7.14.0",
"@mui/x-date-pickers-pro": "7.14.0",
"classix": "2.1.38",
"comment-parser": "1.4.1",
"next": "14.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-mui-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@enterwell/react-ui": "workspace:*",
"@microsoft/api-extractor": "7.39.5",
"@mui/material": "5.15.10",
"@mui/x-data-grid-pro": "6.19.4",
"@mui/x-data-grid-pro": "7.14.0",
"@types/node": "18.19.33",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
Expand All @@ -42,7 +42,7 @@
"peerDependencies": {
"@enterwell/react-ui": "workspace:*",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^6",
"@mui/x-data-grid-pro": "^6 || ^7.0.0",
"react": "^18",
"react-dom": "^18"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@mui/icons-material": "5.15.10",
"@mui/material": "5.15.10",
"@mui/system": "5.15.9",
"@mui/x-date-pickers-pro": "5.0.20",
"@mui/x-date-pickers": "5.0.20",
"@mui/x-date-pickers-pro": "7.14.0",
"@mui/x-date-pickers": "7.14.0",
"@types/node": "18.19.33",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
Expand All @@ -49,8 +49,8 @@
"@emotion/styled": "^11",
"@mui/material": "^5",
"@mui/system": "^5",
"@mui/x-date-pickers-pro": "^5",
"@mui/x-date-pickers": "^5",
"@mui/x-date-pickers-pro": "^5 || ^7.0.0",
"@mui/x-date-pickers": "^5 || ^7.0.0",
"react": "^18",
"react-dom": "^18",
"date-fns": "^2"
Expand Down
Loading

0 comments on commit 0403a4e

Please sign in to comment.