From 5240d104ceb6453c320084a9d99fe2f977be30fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 14:25:13 -0400 Subject: [PATCH] Bump @mui/x-data-grid from 7.0.0 to 7.3.0 (#17) Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.0.0 to 7.3.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.3.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 186a9a1..3b5d0be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mui/icons-material": "^5.15.15", "@mui/material": "^5.15.14", "@mui/x-charts": "^7.3.0", - "@mui/x-data-grid": "7.0", + "@mui/x-data-grid": "7.3", "@mui/x-date-pickers": "^6.19.9", "@prisma/client": "^5.12.1", "dayjs": "^1.11.10", @@ -818,9 +818,9 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.0.0.tgz", - "integrity": "sha512-Nwwfr+ot/di0oH/pVwIxKV2QD7QyUY/MKkTWRSKzQoJw2aiFQf1Usmvq9Fu1qsCsvMmqIFaToY7972p0cczRjw==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.3.0.tgz", + "integrity": "sha512-IIDS6Yvxe+1eRj65q8cgnJg5yF2aIJYuHrY00W/UaFyjxwj3xSzqg3bdEfbjE2gHGS7lEJJbXSenPNGybzW99A==", "dependencies": { "@babel/runtime": "^7.24.0", "@mui/system": "^5.15.14", diff --git a/package.json b/package.json index 4ee8617..3d199ca 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@mui/icons-material": "^5.15.15", "@mui/material": "^5.15.14", "@mui/x-charts": "^7.3.0", - "@mui/x-data-grid": "7.0", + "@mui/x-data-grid": "7.3", "@mui/x-date-pickers": "^6.19.9", "@prisma/client": "^5.12.1", "dayjs": "^1.11.10",