From fed5acff83c71db96d0ae4297409f53db0d02fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:50:20 +0000 Subject: [PATCH] chore(deps): bump @mui/x-data-grid from 8.0.0-alpha.7 to 8.0.0-alpha.8 Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 8.0.0-alpha.7 to 8.0.0-alpha.8. - [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/v8.0.0-alpha.8/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 | 30 ++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fe108eb..5f749a00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mui/material": "^6.3.1", "@mui/material-nextjs": "^6.3.1", "@mui/x-charts": "^8.0.0-alpha.7", - "@mui/x-data-grid": "^8.0.0-alpha.7", + "@mui/x-data-grid": "^8.0.0-alpha.8", "@reduxjs/toolkit": "^2.5.0", "@toolpad/core": "^0.12.0", "@types/node": "^22.10.7", @@ -2211,14 +2211,13 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "8.0.0-alpha.7", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-8.0.0-alpha.7.tgz", - "integrity": "sha512-HRInL6d73W/+5Ms7T7yjfTi8LMJQ46nJ762imeSPsGBSA6PHBw95gl3Dc+X+1n5cqBZRDDyoPSdf9afTuG1DOg==", - "license": "MIT", + "version": "8.0.0-alpha.8", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-8.0.0-alpha.8.tgz", + "integrity": "sha512-F9NtWh+SL/tSJv0YZInrQBBHHlDiM7mi5nGcHkUfeyvkCHCt0oMsUX9/bKrgZ1Fjvhy2QIBCWl0p4XkOCH8uxA==", "dependencies": { "@babel/runtime": "^7.26.0", "@mui/utils": "^5.16.6 || ^6.0.0", - "@mui/x-internals": "8.0.0-alpha.7", + "@mui/x-internals": "8.0.0-alpha.8", "clsx": "^2.1.1", "prop-types": "^15.8.1", "reselect": "^5.1.1" @@ -2247,6 +2246,25 @@ } } }, + "node_modules/@mui/x-data-grid/node_modules/@mui/x-internals": { + "version": "8.0.0-alpha.8", + "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.0.0-alpha.8.tgz", + "integrity": "sha512-YhNInqrGsWKeB6vdCwOcKVYx/lIJzEFyvp9cn6k91kR6xvtSyXoSKDW978CmgtfSPxgtBZoHhaokg+kGSDYc+w==", + "dependencies": { + "@babel/runtime": "^7.26.0", + "@mui/utils": "^5.16.6 || ^6.0.0" + }, + "engines": { + "node": ">=14.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + }, + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, "node_modules/@mui/x-internals": { "version": "8.0.0-alpha.7", "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.0.0-alpha.7.tgz", diff --git a/package.json b/package.json index abe91c04..581358ea 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@mui/material": "^6.3.1", "@mui/material-nextjs": "^6.3.1", "@mui/x-charts": "^8.0.0-alpha.7", - "@mui/x-data-grid": "^8.0.0-alpha.7", + "@mui/x-data-grid": "^8.0.0-alpha.8", "@reduxjs/toolkit": "^2.5.0", "@toolpad/core": "^0.12.0", "@types/node": "^22.10.7",