From 32d448fd26261a5a8fa0e6dd5d1f3cd42789b013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 03:25:51 +0000 Subject: [PATCH] Update @mui/material requirement from ^5.14.5 to ^5.14.7 in /src-widgets 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/v5.14.7/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-widgets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-widgets/package.json b/src-widgets/package.json index ee52842..be16b12 100644 --- a/src-widgets/package.json +++ b/src-widgets/package.json @@ -11,7 +11,7 @@ "@iobroker/adapter-react-v5": "^4.5.3", "@iobroker/vis-2-widgets-react-dev": "^0.4.6", "@mui/icons-material": "^5.14.3", - "@mui/material": "^5.14.5", + "@mui/material": "^5.14.7", "@mui/styles": "^5.14.5", "@mui/system": "^5.14.5", "@react-spectrum/color": "^3.0.0-beta.24",