From d3c07118e56083f24b6ddb0413ab92e8e0ddb260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:19:18 +0000 Subject: [PATCH] Bump @mui/x-data-grid from 7.1.0 to 7.1.1 Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.1.0 to 7.1.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.1.1/packages/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] --- 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 9a3804d25..2c858f418 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.15", - "@mui/x-data-grid": "^7.1.0", + "@mui/x-data-grid": "^7.1.1", "@mui/x-date-pickers": "^7.1.1", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", @@ -3887,9 +3887,9 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.1.0.tgz", - "integrity": "sha512-VnvX6ZyVUw/cjosh6SvkPtTmukFIa587JHcnWDPnaOijSOg6Zq72xbzEqqwZn9oOZCj88FD7lEDVHUIjoncDvg==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.1.1.tgz", + "integrity": "sha512-hNvz927lkAznFdy45QPE7mIZVyQhlqveHmTK9+SD0N1us4sSTij90uUJ/roTNDod0VA9f5GqWmNz+5h8ihpz6Q==", "dependencies": { "@babel/runtime": "^7.24.0", "@mui/system": "^5.15.14", diff --git a/package.json b/package.json index 24711aa7a..56fbf9037 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.15", - "@mui/x-data-grid": "^7.1.0", + "@mui/x-data-grid": "^7.1.1", "@mui/x-date-pickers": "^7.1.1", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0",