From 9d0561f66a31b8d09bf0cb757f8717793021b191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 14:32:18 +0000 Subject: [PATCH] Bump @mui/x-data-grid from 7.5.1 to 7.6.1 (#2892) Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.5.1 to 7.6.1. - [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/v7.6.1/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74fcaf73c..768d6c716 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@mdx-js/react": "^2.3.0", "@mui/lab": "^5.0.0-alpha.97", "@mui/material": "^5.15.19", - "@mui/x-data-grid": "^7.5.1", + "@mui/x-data-grid": "^7.6.1", "@mui/x-date-pickers": "^7.6.1", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", @@ -3888,12 +3888,12 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.5.1.tgz", - "integrity": "sha512-5GuHg95UcphQ3O4LftUEFkNPP00YKUDZoSxmsNJ2+o6pwhHH4f8XIuuXEZJCyEMUiVYQk6/iYZwxJL6CpvbNCw==", + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.6.1.tgz", + "integrity": "sha512-ZUQqSvmJgNQAgwLqVp/XUgNgKFb3zdsBQTbYCagjAK7Saq3iPDJkTb7FNSyT8UN0G6Kqogxgd9fKJW4L4ku1zQ==", "dependencies": { - "@babel/runtime": "^7.24.5", - "@mui/system": "^5.15.14", + "@babel/runtime": "^7.24.6", + "@mui/system": "^5.15.15", "@mui/utils": "^5.15.14", "clsx": "^2.1.1", "prop-types": "^15.8.1", diff --git a/package.json b/package.json index 9cb33f8e1..271d06d24 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@mdx-js/react": "^2.3.0", "@mui/lab": "^5.0.0-alpha.97", "@mui/material": "^5.15.19", - "@mui/x-data-grid": "^7.5.1", + "@mui/x-data-grid": "^7.6.1", "@mui/x-date-pickers": "^7.6.1", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0",