From cd58074276b337504643768b2a59257777b9b602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 16:09:11 +0000 Subject: [PATCH] Bump @mui/x-charts from 7.25.0 to 7.28.0 Bumps [@mui/x-charts](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts) from 7.25.0 to 7.28.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.28.0/packages/x-charts) --- updated-dependencies: - dependency-name: "@mui/x-charts" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06b916b..394ca75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mui/icons-material": "^6.4.1", "@mui/lab": "^6.0.0-beta.28", "@mui/material": "^6.4.3", - "@mui/x-charts": "^7.25.0", + "@mui/x-charts": "^7.28.0", "@mui/x-date-pickers": "^7.27.1", "date-fns": "^4.1.0", "dayjs": "^1.11.13", @@ -2017,15 +2017,15 @@ "license": "MIT" }, "node_modules/@mui/x-charts": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-7.25.0.tgz", - "integrity": "sha512-+DhnojHrVTt8RsTgq8AztzdFpW1kzOgiBdo0Pkl0DyxVdaKELC5QaetFwim9nIxT2zmU/RmiBcOU+qbqmQpFNA==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-7.28.0.tgz", + "integrity": "sha512-TNfq/rQfGKnjTaEITkY6l09NpMxwMwRTgLiDw+JQsS/7gwBBJUmMhEOj67BaFeYTsroFLUYeggiAj+RTSryd4A==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.7", - "@mui/utils": "^5.16.6 || ^6.0.0", + "@mui/utils": "^5.16.6 || ^6.0.0 || ^7.0.0 || ^7.0.0-beta", "@mui/x-charts-vendor": "7.20.0", - "@mui/x-internals": "7.25.0", + "@mui/x-internals": "7.28.0", "@react-spring/rafz": "^9.7.5", "@react-spring/web": "^9.7.5", "clsx": "^2.1.1", @@ -2037,8 +2037,8 @@ "peerDependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", - "@mui/material": "^5.15.14 || ^6.0.0", - "@mui/system": "^5.15.14 || ^6.0.0", + "@mui/material": "^5.15.14 || ^6.0.0 || ^7.0.0 || ^7.0.0-beta", + "@mui/system": "^5.15.14 || ^6.0.0 || ^7.0.0 || ^7.0.0-beta", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" }, @@ -2221,13 +2221,13 @@ } }, "node_modules/@mui/x-internals": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-7.25.0.tgz", - "integrity": "sha512-tBUN54YznAkmtCIRAOl35Kgl0MjFDIjUbzIrbWRgVSIR3QJ8bXnVSkiRBi+P91SZEl9+ZW0rDj+osq7xFJV0kg==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-7.28.0.tgz", + "integrity": "sha512-p4GEp/09bLDumktdIMiw+OF4p+pJOOjTG0VUvzNxjbHB9GxbBKoMcHrmyrURqoBnQpWIeFnN/QAoLMFSpfwQbw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.7", - "@mui/utils": "^5.16.6 || ^6.0.0" + "@mui/utils": "^5.16.6 || ^6.0.0 || ^7.0.0 || ^7.0.0-beta" }, "engines": { "node": ">=14.0.0" diff --git a/package.json b/package.json index 01c5454..b297d74 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@mui/icons-material": "^6.4.1", "@mui/lab": "^6.0.0-beta.28", "@mui/material": "^6.4.3", - "@mui/x-charts": "^7.25.0", + "@mui/x-charts": "^7.28.0", "@mui/x-date-pickers": "^7.27.1", "date-fns": "^4.1.0", "dayjs": "^1.11.13",