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.7` | `6.0.1` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.16.7` | `6.0.1` |
| [@mui/system](https://github.com/mui/material-ui/tree/HEAD/packages/mui-system) | `5.16.7` | `6.0.1` |
| [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) | `7.14.0` | `7.15.0` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `7.14.0` | `7.15.0` |



Updates `@mui/icons-material` from 5.16.7 to 6.0.1
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.0.1/packages/mui-icons-material)

Updates `@mui/material` from 5.16.7 to 6.0.1
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.0.1/packages/mui-material)

Updates `@mui/system` from 5.16.7 to 6.0.1
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.0.1/packages/mui-system)

Updates `@mui/x-data-grid` from 7.14.0 to 7.15.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.15.0/packages/x-data-grid)

Updates `@mui/x-date-pickers` from 7.14.0 to 7.15.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.15.0/packages/x-date-pickers)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mui
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mui
- dependency-name: "@mui/system"
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 29, 2024
1 parent e3c5f25 commit d02aba6
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 75 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.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.14",
"@mui/icons-material": "^5.16.7",
"@mui/icons-material": "^6.0.1",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/system": "^5.16.7",
"@mui/x-data-grid": "^7.14.0",
"@mui/x-date-pickers": "^7.14.0",
"@mui/material": "^6.0.1",
"@mui/system": "^6.0.1",
"@mui/x-data-grid": "^7.15.0",
"@mui/x-date-pickers": "^7.15.0",
"@tanstack/react-query": "^5.52.2",
"@tanstack/react-query-devtools": "^5.52.1",
"@testing-library/jest-dom": "^6.5.0",
Expand Down
Loading

0 comments on commit d02aba6

Please sign in to comment.