From 66ef478157ccbe9076ba92888928a1601a2ff000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:26:39 +0100 Subject: [PATCH] chore(deps): bump @mui/x-data-grid from 7.22.2 to 7.22.3 (#1036) Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.22.2 to 7.22.3. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v7.22.3/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.22.3/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] 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 927062bc..cbd85a1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11.13.5", "@mui/icons-material": "^5.16.6", "@mui/material": "^5.16.7", - "@mui/x-data-grid": "^7.22.2", + "@mui/x-data-grid": "^7.22.3", "@reduxjs/toolkit": "^2.3.0", "@types/node": "^22.9.1", "@types/react": "npm:types-react@rc", @@ -1398,9 +1398,9 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.22.2", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.22.2.tgz", - "integrity": "sha512-yfy2s5A6tbajQZiEdsba49T4FYb9F0WPrzbbG30dl1+sIiX4ZRX7ma44UIDGPZrsZv8xkkE+p8qeJxZ7OaMteA==", + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.22.3.tgz", + "integrity": "sha512-O6kBf6yt/GkOcWjHca5xWN10qBQ/MkITvJmBuIOtX+LH7YtOAriMgD2zkhNbXxHChi7QdEud3bNC3jw5RLRVCA==", "dependencies": { "@babel/runtime": "^7.25.7", "@mui/utils": "^5.16.6 || ^6.0.0", diff --git a/package.json b/package.json index f6570063..98571b9f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@emotion/styled": "^11.13.5", "@mui/icons-material": "^5.16.6", "@mui/material": "^5.16.7", - "@mui/x-data-grid": "^7.22.2", + "@mui/x-data-grid": "^7.22.3", "@reduxjs/toolkit": "^2.3.0", "@types/node": "^22.9.1", "@types/react": "npm:types-react@rc",