From 8dcdbc9f77fe0100c0d657d5ae71f4b563cb7b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 03:18:20 +0000 Subject: [PATCH] Update @mui/material requirement from ^5.11.15 to ^5.14.2 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/v5.14.2/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 22638eb..81e9c1f 100644 --- a/src/package.json +++ b/src/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@iobroker/adapter-react-v5": "^4.0.25", - "@mui/material": "^5.11.15", + "@mui/material": "^5.14.2", "@mui/icons-material": "^5.11.16", "@mui/styles": "^5.11.13", "babel-eslint": "^10.1.0",