Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7667d64

Browse files
chore: bump the mui group across 1 directory with 6 updates (#14400)
* chore: bump the mui group across 1 directory with 6 updates Bumps the mui group with 6 updates in the /site directory: | Package | From | To | | --- | --- | --- | | [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.16.0` | `5.16.7` | | [@mui/lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab) | `5.0.0-alpha.129` | `5.0.0-alpha.173` | | [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.16.0` | `5.16.7` | | [@mui/system](https://github.com/mui/material-ui/tree/HEAD/packages/mui-system) | `5.16.0` | `5.16.7` | | [@mui/utils](https://github.com/mui/material-ui/tree/HEAD/packages/mui-utils) | `5.16.0` | `5.16.6` | | [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view) | `7.9.0` | `7.13.0` | Updates `@mui/icons-material` from 5.16.0 to 5.16.7 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v5.16.7/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.16.7/packages/mui-icons-material) Updates `@mui/lab` from 5.0.0-alpha.129 to 5.0.0-alpha.173 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/next/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/HEAD/packages/mui-lab) Updates `@mui/material` from 5.16.0 to 5.16.7 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v5.16.7/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.16.7/packages/mui-material) Updates `@mui/system` from 5.16.0 to 5.16.7 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v5.16.7/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.16.7/packages/mui-system) Updates `@mui/utils` from 5.16.0 to 5.16.6 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v5.16.6/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.16.6/packages/mui-utils) Updates `@mui/x-tree-view` from 7.9.0 to 7.13.0 - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.13.0/packages/x-tree-view) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mui - dependency-name: "@mui/lab" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mui - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mui - dependency-name: "@mui/system" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mui - dependency-name: "@mui/utils" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mui - dependency-name: "@mui/x-tree-view" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mui ... Signed-off-by: dependabot[bot] <[email protected]> * Fix breaking changes * Fix fmt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: BrunoQuaresma <[email protected]>
1 parent f24cb5c commit 7667d64

File tree

3 files changed

+151
-165
lines changed

3 files changed

+151
-165
lines changed

site/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
"@fontsource-variable/inter": "5.0.15",
4444
"@fontsource/ibm-plex-mono": "5.0.5",
4545
"@monaco-editor/react": "4.6.0",
46-
"@mui/icons-material": "5.16.0",
47-
"@mui/lab": "5.0.0-alpha.129",
48-
"@mui/material": "5.16.0",
49-
"@mui/system": "5.16.0",
50-
"@mui/utils": "5.16.0",
51-
"@mui/x-tree-view": "7.9.0",
46+
"@mui/icons-material": "5.16.7",
47+
"@mui/lab": "5.0.0-alpha.173",
48+
"@mui/material": "5.16.7",
49+
"@mui/system": "5.16.7",
50+
"@mui/utils": "5.16.6",
51+
"@mui/x-tree-view": "7.13.0",
5252
"@tanstack/react-query-devtools": "4.35.3",
5353
"@xterm/addon-canvas": "0.7.0",
5454
"@xterm/addon-fit": "0.10.0",

0 commit comments

Comments
 (0)