From 666bb193601046380c5e7fda951d2572194ad8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 03:59:07 +0000 Subject: [PATCH] Bump @mui/material from 6.5.0 to 7.2.0 in /src-editor Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 6.5.0 to 7.2.0. - [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/v7.2.0/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src-editor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-editor/package.json b/src-editor/package.json index 1738bc05..0fc97093 100644 --- a/src-editor/package.json +++ b/src-editor/package.json @@ -15,7 +15,7 @@ "@module-federation/runtime": "^0.15.0", "@module-federation/vite": "^1.4.1", "@mui/icons-material": "^6.4.12", - "@mui/material": "^6.4.12", + "@mui/material": "^7.2.0", "@mui/x-date-pickers": "^7.29.4", "@sentry/browser": "^9.30.0", "@types/lodash": "^4.17.17",