From b2606eb2f451a6fe59c10d899a54cf6d607d227d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 18:40:22 +0000 Subject: [PATCH] chore(deps): bump @mui/x-data-grid from 7.23.1 to 8.1.0 in /frontend Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.23.1 to 8.1.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/v8.1.0/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 36 ++++++++++++++++++++++++++++-------- frontend/package.json | 2 +- 2 files changed, 29 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 571c8809..843979dc 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@mui/lab": "^5.0.0-alpha.136", "@mui/material": "^5.15.14", "@mui/system": "^6.1.5", - "@mui/x-data-grid": "^7.23.1", + "@mui/x-data-grid": "^8.1.0", "@mui/x-date-pickers": "^7.23.1", "@nivo/core": "^0.89.1", "@nivo/line": "^0.89.1", @@ -3758,18 +3758,18 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.29.1", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.29.1.tgz", - "integrity": "sha512-PNUJbEQ6I1y3iVDRy93wy7jyk2sxTpqUcIDZqsDYl3yBXCR8f+CMm/N8+hQjWgjVublD1LLTIs/cQ1V6TJgGAA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-8.1.0.tgz", + "integrity": "sha512-jt64FTMRKg9xUOUQkHY+VDbgpLWGssgvTti9n2BNbA4wuOl9r0C44OzYsPMXR0BxgUoWWREUBaeA7x5uwaArnQ==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.25.7", - "@mui/utils": "^5.16.6 || ^6.0.0 || ^7.0.0", - "@mui/x-internals": "7.29.0", + "@babel/runtime": "^7.27.0", + "@mui/utils": "^7.0.2", + "@mui/x-internals": "8.0.0", "clsx": "^2.1.1", "prop-types": "^15.8.1", "reselect": "^5.1.1", - "use-sync-external-store": "^1.0.0" + "use-sync-external-store": "^1.5.0" }, "engines": { "node": ">=14.0.0" @@ -3825,6 +3825,26 @@ } } }, + "node_modules/@mui/x-data-grid/node_modules/@mui/x-internals": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.0.0.tgz", + "integrity": "sha512-yQOWABTEAIW0wiAwpjAJ6uM47rG1cxrfRtL2WsIdje8F9JdCXO6/jAu7ROAiezw4EqhGYYU7DMrK5svn5tdZpQ==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.27.0", + "@mui/utils": "^7.0.2" + }, + "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-data-grid/node_modules/clsx": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", diff --git a/frontend/package.json b/frontend/package.json index a2a1a1f1..84eb8332 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -60,7 +60,7 @@ "@mui/material": "^5.15.14", "@mui/system": "^6.1.5", "@mui/x-date-pickers": "^7.23.1", - "@mui/x-data-grid": "^7.23.1", + "@mui/x-data-grid": "^8.1.0", "@nivo/core": "^0.89.1", "@nivo/line": "^0.89.1", "base-ex": "^0.8.1",