From 6af1bae47d04e051938f0abea320951fd35363de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 09:22:47 +0000 Subject: [PATCH] Update @mui/x-data-grid requirement from ^6.19.4 to ^6.19.5 Updates the requirements on [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/grid/x-data-grid) to permit the latest version. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v6.19.5/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v6.19.5/packages/grid/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f85b62c0..d4f8cfff7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@mui/lab": "5.0.0-alpha.165", "@mui/material": "5.14.14", "@mui/styles": "5.15.11", - "@mui/x-data-grid": "^6.19.4", + "@mui/x-data-grid": "^6.19.5", "@mui/x-date-pickers": "^6.19.4", "@originjs/vite-plugin-commonjs": "^1.0.3", "@react-leaflet/core": "^2.1.0",