Skip to content

Commit

Permalink
Bump MUI Core (#10827)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas <llukas.tyla@gmail.com>
  • Loading branch information
renovate[bot] and LukasTy authored Nov 2, 2023
1 parent f84511d commit 986f5c1
Show file tree
Hide file tree
Showing 13 changed files with 119 additions and 119 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.14",
"@mui/joy": "^5.0.0-beta.11",
"@mui/lab": "^5.0.0-alpha.149",
"@mui/material": "^5.14.14",
"@mui/styles": "^5.14.14",
"@mui/utils": "^5.14.14",
"@mui/icons-material": "^5.14.16",
"@mui/joy": "^5.0.0-beta.13",
"@mui/lab": "^5.0.0-alpha.151",
"@mui/material": "^5.14.16",
"@mui/styles": "^5.14.16",
"@mui/utils": "^5.14.16",
"@react-spring/web": "^9.7.3",
"@trendmicro/react-interpolate": "^0.5.5",
"@types/lodash": "^4.14.200",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mnajdova/enzyme-adapter-react-18": "^0.2.0",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.16",
"@mui/monorepo": "https://github.com/mui/material-ui.git#master",
"@mui/utils": "^5.14.14",
"@mui/utils": "^5.14.16",
"@next/eslint-plugin-next": "^13.5.6",
"@octokit/plugin-retry": "^6.0.1",
"@octokit/rest": "^20.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/base": "^5.0.0-beta.20",
"@mui/base": "^5.0.0-beta.22",
"@mui/x-data-grid-premium": "6.17.0",
"chance": "^1.1.11",
"clsx": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid-premium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/utils": "^5.14.14",
"@mui/utils": "^5.14.16",
"@mui/x-data-grid": "6.17.0",
"@mui/x-data-grid-pro": "6.17.0",
"@mui/x-license-pro": "6.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/utils": "^5.14.14",
"@mui/utils": "^5.14.16",
"@mui/x-data-grid": "6.17.0",
"@mui/x-license-pro": "6.10.2",
"@types/format-util": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/utils": "^5.14.14",
"@mui/utils": "^5.14.16",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
"reselect": "^4.1.8"
Expand Down
6 changes: 3 additions & 3 deletions packages/grid/x-data-grid/src/joy/joySlots.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const Select = React.forwardRef<
},
ref,
) => {
const handleChange: JoySelectProps<any>['onChange'] = (event, newValue) => {
const handleChange: JoySelectProps<any, any>['onChange'] = (event, newValue) => {
if (event && onChange) {
// Same as in https://github.com/mui/material-ui/blob/e5558282a8f36856aef1299f3a36f3235e92e770/packages/mui-material/src/Select/SelectInput.js#L288-L300

Expand All @@ -251,7 +251,7 @@ const Select = React.forwardRef<

return (
<JoySelect
{...(props as JoySelectProps<any>)}
{...(props as JoySelectProps<any, any>)}
listboxOpen={open}
onListboxOpenChange={(isOpen) => {
if (isOpen) {
Expand Down Expand Up @@ -360,7 +360,7 @@ const Pagination = React.forwardRef<

const pageSizeOptions = isPageSizeIncludedInPageSizeOptions() ? rootProps.pageSizeOptions : [];

const handleChangeRowsPerPage: JoySelectProps<number>['onChange'] = (event, newValue) => {
const handleChangeRowsPerPage: JoySelectProps<number, false>['onChange'] = (event, newValue) => {
const newPageSize = Number(newValue);
apiRef.current.setPageSize(newPageSize);
};
Expand Down
2 changes: 1 addition & 1 deletion packages/x-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/base": "^5.0.0-beta.20",
"@mui/base": "^5.0.0-beta.22",
"@react-spring/rafz": "^9.7.3",
"@react-spring/web": "^9.7.3",
"clsx": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/base": "^5.0.0-beta.20",
"@mui/utils": "^5.14.14",
"@mui/base": "^5.0.0-beta.22",
"@mui/utils": "^5.14.16",
"@mui/x-date-pickers": "6.17.0",
"@mui/x-license-pro": "6.10.2",
"clsx": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/base": "^5.0.0-beta.20",
"@mui/utils": "^5.14.14",
"@mui/base": "^5.0.0-beta.22",
"@mui/utils": "^5.14.16",
"@types/react-transition-group": "^4.4.8",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-license-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/utils": "^5.14.14"
"@mui/utils": "^5.14.16"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/x-tree-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/base": "^5.0.0-beta.20",
"@mui/utils": "^5.14.14",
"@mui/base": "^5.0.0-beta.22",
"@mui/utils": "^5.14.16",
"@types/react-transition-group": "^4.4.8",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
Expand Down
Loading

0 comments on commit 986f5c1

Please sign in to comment.