Skip to content

Commit

Permalink
Bump MUI Core (mui#10148)
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 <[email protected]>
  • Loading branch information
renovate[bot] and LukasTy authored Aug 31, 2023
1 parent ef7b589 commit 393e2cb
Show file tree
Hide file tree
Showing 17 changed files with 109 additions and 105 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/joy": "^5.0.0-beta.2",
"@mui/material": "^5.14.5",
"@mui/styles": "^5.14.5",
"@mui/utils": "^5.14.5",
"@mui/icons-material": "^5.14.7",
"@mui/joy": "^5.0.0-beta.4",
"@mui/material": "^5.14.7",
"@mui/styles": "^5.14.7",
"@mui/utils": "^5.14.7",
"@react-spring/web": "^9.7.3",
"@trendmicro/react-interpolate": "^0.5.5",
"@types/lodash": "^4.14.197",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mnajdova/enzyme-adapter-react-18": "^0.2.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.5",
"@mui/icons-material": "^5.14.7",
"@mui/material": "^5.14.7",
"@mui/monorepo": "https://github.com/mui/material-ui.git#master",
"@mui/utils": "^5.14.5",
"@mui/utils": "^5.14.7",
"@octokit/plugin-retry": "^6.0.0",
"@octokit/rest": "^19.0.13",
"@playwright/test": "1.37.1",
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.22.11",
"@mui/base": "^5.0.0-beta.11",
"@mui/base": "^5.0.0-beta.13",
"@mui/x-data-grid-premium": "6.12.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.22.11",
"@mui/utils": "^5.14.5",
"@mui/utils": "^5.14.7",
"@mui/x-data-grid": "6.12.0",
"@mui/x-data-grid-pro": "6.12.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.22.11",
"@mui/utils": "^5.14.5",
"@mui/utils": "^5.14.7",
"@mui/x-data-grid": "6.12.0",
"@mui/x-license-pro": "6.10.2",
"@types/format-util": "^1.0.2",
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.22.11",
"@mui/utils": "^5.14.5",
"@mui/utils": "^5.14.7",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
"reselect": "^4.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@babel/runtime": "^7.22.11",
"@mui/utils": "^5.14.5",
"@mui/utils": "^5.14.7",
"@mui/x-date-pickers": "6.12.0",
"@mui/x-license-pro": "6.10.2",
"clsx": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,6 @@ SingleInputDateRangeField.propTypes = {
* @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
*/
onChange: PropTypes.func,
/**
* @ignore
*/
onClick: PropTypes.func,
/**
* Callback fired when the error associated to the current value changes.
* @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,6 @@ SingleInputDateTimeRangeField.propTypes = {
* @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
*/
onChange: PropTypes.func,
/**
* @ignore
*/
onClick: PropTypes.func,
/**
* Callback fired when the error associated to the current value changes.
* @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,6 @@ SingleInputTimeRangeField.propTypes = {
* @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
*/
onChange: PropTypes.func,
/**
* @ignore
*/
onClick: PropTypes.func,
/**
* Callback fired when the error associated to the current value changes.
* @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@babel/runtime": "^7.22.11",
"@mui/utils": "^5.14.5",
"@mui/utils": "^5.14.7",
"@types/react-transition-group": "^4.4.6",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
Expand Down
4 changes: 0 additions & 4 deletions packages/x-date-pickers/src/DateField/DateField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@ DateField.propTypes = {
* @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
*/
onChange: PropTypes.func,
/**
* @ignore
*/
onClick: PropTypes.func,
/**
* Callback fired when the error associated to the current value changes.
* @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
Expand Down
4 changes: 0 additions & 4 deletions packages/x-date-pickers/src/DateTimeField/DateTimeField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ DateTimeField.propTypes = {
* @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
*/
onChange: PropTypes.func,
/**
* @ignore
*/
onClick: PropTypes.func,
/**
* Callback fired when the error associated to the current value changes.
* @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
Expand Down
4 changes: 0 additions & 4 deletions packages/x-date-pickers/src/TimeField/TimeField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,6 @@ TimeField.propTypes = {
* @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
*/
onChange: PropTypes.func,
/**
* @ignore
*/
onClick: PropTypes.func,
/**
* Callback fired when the error associated to the current value changes.
* @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
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.22.11",
"@mui/utils": "^5.14.5"
"@mui/utils": "^5.14.7"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-tree-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@babel/runtime": "^7.22.11",
"@mui/utils": "^5.14.5",
"@mui/utils": "^5.14.7",
"@types/react-transition-group": "^4.4.6",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
Expand Down
Loading

0 comments on commit 393e2cb

Please sign in to comment.