From fcd2f46a5bd1efe65df3ba50a855ca2de4638079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:44:04 +0000 Subject: [PATCH] build(deps): bump @mui/x-data-grid in the mui group Bumps the mui group with 1 update: [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid). Updates `@mui/x-data-grid` from 8.28.1 to 8.28.2 - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v8.28.2/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v8.28.2/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-version: 8.28.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mui ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00ec4b6c..84d0ef7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@mui/lab": "^7.0.1-beta.23", "@mui/material": "^7.3.9", "@mui/system": "^7.3.9", - "@mui/x-data-grid": "^8.27.5", + "@mui/x-data-grid": "^8.28.2", "@mui/x-date-pickers": "^8.27.2", "@tanstack/react-query": "^5.90.2", "@vitejs/plugin-react": "^6.0.1", @@ -2689,10 +2689,9 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "8.28.1", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-8.28.1.tgz", - "integrity": "sha512-MUX3QiO9KXPEFqH+mZyYI1qV1v1BMPdjCWjpTB2BdeHKHSAfmJNb/puOAEwCR0MtEVRiwWF6ML2iUJ/2POA5dA==", - "license": "MIT", + "version": "8.28.2", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-8.28.2.tgz", + "integrity": "sha512-nqVhOtXOfPcKtoULuZuUp9Hdgzcn4xzqjYwqxZkTPnzKGZqkXPGaupy6n+9ssyYg7jg9ot+zNUJB0sbsvlDY/g==", "dependencies": { "@babel/runtime": "^7.28.4", "@mui/utils": "^7.3.5", diff --git a/package.json b/package.json index 2e5a66f8..9efbf30f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@mui/lab": "^7.0.1-beta.23", "@mui/material": "^7.3.9", "@mui/system": "^7.3.9", - "@mui/x-data-grid": "^8.27.5", + "@mui/x-data-grid": "^8.28.2", "@mui/x-date-pickers": "^8.27.2", "@tanstack/react-query": "^5.90.2", "@vitejs/plugin-react": "^6.0.1",