Skip to content

Commit

Permalink
fix(deps): update material-ui monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 5ea1a4b commit 33eebbe
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 321 deletions.
12 changes: 6 additions & 6 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"@enterwell/react-ui": "workspace:*",
"@mdx-js/mdx": "3.0.1",
"@mdx-js/react": "3.0.1",
"@mui/icons-material": "5.15.10",
"@mui/icons-material": "6.3.0",
"@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/material": "6.3.0",
"@mui/system": "6.3.0",
"@mui/x-data-grid-pro": "7.23.4",
"@mui/x-date-pickers": "7.23.3",
"@mui/x-date-pickers-pro": "7.23.3",
"classix": "2.1.38",
"comment-parser": "1.4.1",
"next": "14.2.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-mui-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@enterwell/react-hooks": "workspace:*",
"@enterwell/react-ui": "workspace:*",
"@microsoft/api-extractor": "7.39.5",
"@mui/material": "5.15.10",
"@mui/x-data-grid-pro": "6.19.4",
"@mui/material": "6.3.0",
"@mui/x-data-grid-pro": "7.23.4",
"@types/node": "18.19.33",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
Expand All @@ -41,8 +41,8 @@
},
"peerDependencies": {
"@enterwell/react-ui": "workspace:*",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^6",
"@mui/material": "^5 || ^6.0.0",
"@mui/x-data-grid-pro": "^6 || ^7.0.0",
"react": "^18",
"react-dom": "^18"
}
Expand Down
18 changes: 9 additions & 9 deletions packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@emotion/styled": "11.11.5",
"@enterwell/react-hooks": "workspace:*",
"@microsoft/api-extractor": "7.39.5",
"@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/icons-material": "6.3.0",
"@mui/material": "6.3.0",
"@mui/system": "6.3.0",
"@mui/x-date-pickers-pro": "7.23.3",
"@mui/x-date-pickers": "7.23.3",
"@types/node": "18.19.33",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
Expand All @@ -47,10 +47,10 @@
"peerDependencies": {
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@mui/material": "^5",
"@mui/system": "^5",
"@mui/x-date-pickers-pro": "^5",
"@mui/x-date-pickers": "^5",
"@mui/material": "^5 || ^6.0.0",
"@mui/system": "^5 || ^6.0.0",
"@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 33eebbe

Please sign in to comment.