From f85d9cf29d9b9c1268b358683940c9fc48aa1c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:59:14 +0000 Subject: [PATCH] chore(deps): bump @mui/material from 7.3.10 to 9.0.0 in /website Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 7.3.10 to 9.0.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/v9.0.0/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 9ef389d..223c8eb 100644 --- a/website/package.json +++ b/website/package.json @@ -18,7 +18,7 @@ "@emotion/styled": "^11.14.1", "@mui/icons-material": "7.3.8", "@mui/lab": "^7.0.1-beta.22", - "@mui/material": "^7.3.8", + "@mui/material": "^9.0.0", "@mui/material-nextjs": "^7.3.8", "@mui/x-charts": "^8.27.0", "@mui/x-data-grid": "^8.27.3",