From 9cd1e20897ef9bd7d3c903bc0d27d3cea5d1bcca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:08:57 +0000 Subject: [PATCH] build(deps): Bump @mui/x-data-grid from 7.1.1 to 7.3.1 Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.1.1 to 7.3.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.3.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] --- 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 f363a2555..a72368beb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mui/icons-material": "^5.15.15", "@mui/lab": "^5.0.0-alpha.170", "@mui/material": "^5.15.15", - "@mui/x-data-grid": "^7.1.1", + "@mui/x-data-grid": "^7.3.1", "@reduxjs/toolkit": "^1.9.7", "@sentry/cli": "^2.31.0", "@sentry/react": "^7.111.0", @@ -6131,9 +6131,9 @@ } }, "node_modules/@mui/x-data-grid": { - "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==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.3.1.tgz", + "integrity": "sha512-Z+KlDnk2oZ5uthP4q7koRkD7D3vZ0aiqX+51EmnzUXQljjeQ57GbLm/VHcY+XEg7vvtMsGpycLXFdwwjqINk0A==", "dependencies": { "@babel/runtime": "^7.24.0", "@mui/system": "^5.15.14", diff --git a/package.json b/package.json index 9e512dbf1..ae8c97eb0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@mui/icons-material": "^5.15.15", "@mui/lab": "^5.0.0-alpha.170", "@mui/material": "^5.15.15", - "@mui/x-data-grid": "^7.1.1", + "@mui/x-data-grid": "^7.3.1", "@reduxjs/toolkit": "^1.9.7", "@sentry/cli": "^2.31.0", "@sentry/react": "^7.111.0",