From 02bd83d9f2ee86ecda2d7c14d27e1a55272745a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:59:22 +0000 Subject: [PATCH] chore(deps): bump @mui/x-data-grid from 8.28.2 to 9.0.2 in /website Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 8.28.2 to 9.0.2. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v9.0.2/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-version: 9.0.2 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..10033d1 100644 --- a/website/package.json +++ b/website/package.json @@ -21,7 +21,7 @@ "@mui/material": "^7.3.8", "@mui/material-nextjs": "^7.3.8", "@mui/x-charts": "^8.27.0", - "@mui/x-data-grid": "^8.27.3", + "@mui/x-data-grid": "^9.0.2", "jose": "^6.2.2", "next": "^16.2.3", "next-auth": "^5.0.0-beta.30",