Skip to content

Commit

Permalink
build(deps): bump the mui group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the mui group with 5 updates in the /src/web directory:

| Package | From | To |
| --- | --- | --- |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.16.5` | `5.16.6` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.16.5` | `5.16.6` |
| [@mui/system](https://github.com/mui/material-ui/tree/HEAD/packages/mui-system) | `5.16.5` | `5.16.6` |
| [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) | `7.11.1` | `7.12.0` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `7.11.1` | `7.12.0` |



Updates `@mui/icons-material` from 5.16.5 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-icons-material)

Updates `@mui/material` from 5.16.5 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-material)

Updates `@mui/system` from 5.16.5 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-system)

Updates `@mui/x-data-grid` from 7.11.1 to 7.12.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.12.0/packages/x-data-grid)

Updates `@mui/x-date-pickers` from 7.11.1 to 7.12.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.12.0/packages/x-date-pickers)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  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/x-data-grid"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mui
- dependency-name: "@mui/x-date-pickers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mui
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and LuukvH committed Aug 4, 2024
1 parent 4295eed commit 611948b
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 68 deletions.
10 changes: 5 additions & 5 deletions src/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^5.16.5",
"@mui/icons-material": "^5.16.6",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "^5.16.5",
"@mui/system": "^5.16.5",
"@mui/x-data-grid": "^7.11.1",
"@mui/x-date-pickers": "^7.11.1",
"@mui/material": "^5.16.6",
"@mui/system": "^5.16.6",
"@mui/x-data-grid": "^7.12.0",
"@mui/x-date-pickers": "^7.12.0",
"@tanstack/react-query": "^5.51.15",
"@tanstack/react-query-devtools": "^5.51.15",
"@testing-library/jest-dom": "^6.4.8",
Expand Down
Loading

0 comments on commit 611948b

Please sign in to comment.