From 0d54aff5d3dcbcb9753c703f331857da42c5688b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 14:31:58 +0000 Subject: [PATCH] Bump @mui/x-data-grid from 7.3.2 to 7.4.0 (#2860) Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.3.2 to 7.4.0. - [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.4.0/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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b187fc986..bb3c8cfe1 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.17", - "@mui/x-data-grid": "^7.3.2", + "@mui/x-data-grid": "^7.4.0", "@mui/x-date-pickers": "^7.4.0", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", @@ -3887,14 +3887,14 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.3.2.tgz", - "integrity": "sha512-seuRiZ2yyhzeUa7Thzap0xvvizGPSEwJRNOjY9kffjUr+0iXGF3PZGEsMoJ7jCjZ2peHX7FjfqBdssDvizxIDQ==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.4.0.tgz", + "integrity": "sha512-ILu0AVqqHQf4wN/nblsJ/k7PkvlB115vQ/FEiYk7neZlc/kOJOUyst3MWMVClAecZ8+JEs476q40xd4r1CtMfw==", "dependencies": { "@babel/runtime": "^7.24.0", "@mui/system": "^5.15.14", "@mui/utils": "^5.15.14", - "clsx": "^2.1.0", + "clsx": "^2.1.1", "prop-types": "^15.8.1", "reselect": "^4.1.8" }, diff --git a/package.json b/package.json index 24e4329f4..f912d3d9f 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.17", - "@mui/x-data-grid": "^7.3.2", + "@mui/x-data-grid": "^7.4.0", "@mui/x-date-pickers": "^7.4.0", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0",