From f6c65af58b08d65e2caeb7c2105c4516c2496656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:27:11 +0000 Subject: [PATCH] chore(deps): update @mui/material requirement in /src Updates the requirements on [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) to permit the latest version. - [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.3.0/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 7d09637..eb2a6d8 100644 --- a/src/package.json +++ b/src/package.json @@ -6,7 +6,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@iobroker/adapter-react-v5": "^7.2.1", "@mui/icons-material": "^6.1.9", - "@mui/material": "^6.1.9", + "@mui/material": "^6.3.0", "@mui/utils": "^6.1.9", "@sentry/browser": "^8.33.0", "prop-types": "^15.8.1",