From feca02468a26025b73d66ce071bdf6cb9a38fc11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 23:46:31 +0000 Subject: [PATCH] Bump @mui/x-data-grid from 6.19.1 to 6.19.2 (#2630) Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/grid/x-data-grid) from 6.19.1 to 6.19.2. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v6.19.2/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v6.19.2/packages/grid/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a678209b..dc604156b 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.6", - "@mui/x-data-grid": "^6.19.1", + "@mui/x-data-grid": "^6.19.2", "@mui/x-date-pickers": "^6.19.2", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", @@ -3887,9 +3887,9 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "6.19.1", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-6.19.1.tgz", - "integrity": "sha512-qtmt+XAOdxwb7p3vjk4HcfncAOe+0HzpcC6o6G+rzk9Hqq6MgG3yODrN9mRc/ONg0fD0eVlqDogXxNtJhcFmTQ==", + "version": "6.19.2", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-6.19.2.tgz", + "integrity": "sha512-+wizP1jEzCKB5BSQ6OD5TP6RspEbWmFWcxi1XBgKrzryUZii1o4G2BW1+d/n4p3xETCUMKRkYfItrOJGlM/dBw==", "dependencies": { "@babel/runtime": "^7.23.2", "@mui/utils": "^5.14.16", diff --git a/package.json b/package.json index 1b29c6f99..5d2ad9b81 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.6", - "@mui/x-data-grid": "^6.19.1", + "@mui/x-data-grid": "^6.19.2", "@mui/x-date-pickers": "^6.19.2", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0",