From 6b81701f2399305b90d3faa5a117bb6a07877838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:23:34 +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/v5.16.6/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.16.6/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 5e2ca8dd..0a14eff8 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": "^6.0.14", "@mui/icons-material": "^5.16.6", - "@mui/material": "^5.16.1", + "@mui/material": "^5.16.6", "@sentry/browser": "^8.17.0", "babel-eslint": "^10.1.0", "eslint": "^8.57.0",