Update dependency @mui/x-charts to ^8.5.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-13 00:21:50 +00:00
parent c9af4e4fc9
commit e7219d2e44
2 changed files with 18 additions and 17 deletions

View File

@ -16,7 +16,7 @@
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.1",
"@mui/x-charts": "^8.5.1",
"@mui/x-charts": "^8.5.2",
"@mui/x-data-grid": "^8.5.1",
"@mui/x-date-pickers": "^8.3.1",
"date-and-time": "^3.6.0",
@ -1591,15 +1591,15 @@
}
},
"node_modules/@mui/x-charts": {
"version": "8.5.1",
"resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-8.5.1.tgz",
"integrity": "sha512-6g0Gdyf2x/2UFZUWdifg7l8L1xl+YB8mz3NlsgK/Oa4Mf9EqPJUvXnzodxyNRT2UkX0l40p6yuOX7o+Mql20/w==",
"version": "8.5.2",
"resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-8.5.2.tgz",
"integrity": "sha512-JLPTtd9m8CWMoIxwHFM9QpPDpfdsetfkCErJUvsyQnj/rC8sBMmQqk0c1olusA+OqTyVT3gGmiqXXFar/0cvkw==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.27.4",
"@babel/runtime": "^7.27.6",
"@mui/utils": "^7.1.1",
"@mui/x-charts-vendor": "8.5.1",
"@mui/x-internals": "8.5.1",
"@mui/x-charts-vendor": "8.5.2",
"@mui/x-internals": "8.5.2",
"bezier-easing": "^2.1.0",
"clsx": "^2.1.1",
"prop-types": "^15.8.1",
@ -1627,12 +1627,12 @@
}
},
"node_modules/@mui/x-charts-vendor": {
"version": "8.5.1",
"resolved": "https://registry.npmjs.org/@mui/x-charts-vendor/-/x-charts-vendor-8.5.1.tgz",
"integrity": "sha512-da6QET4FBSzBYjhaaEIA+nrprc2revJMuwXPtDE14KAjEpIluchxsKTqn2XBg0j1NWm40FZX+fLh8m3w2crGIQ==",
"version": "8.5.2",
"resolved": "https://registry.npmjs.org/@mui/x-charts-vendor/-/x-charts-vendor-8.5.2.tgz",
"integrity": "sha512-93KFrEpo3Xhr0g2TQsbtPVqGAsbkKBN5J57ykrCM5GxFmq3kDGFU4k9+FpKiaIYYL8ijzgHGNh+jNVbP0pq3rQ==",
"license": "MIT AND ISC",
"dependencies": {
"@babel/runtime": "^7.27.4",
"@babel/runtime": "^7.27.6",
"@types/d3-color": "^3.1.3",
"@types/d3-delaunay": "^6.0.4",
"@types/d3-interpolate": "^3.0.4",
@ -1652,13 +1652,14 @@
}
},
"node_modules/@mui/x-charts/node_modules/@mui/x-internals": {
"version": "8.5.1",
"resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.5.1.tgz",
"integrity": "sha512-7rAWK7SB6FxEIXKgsHsJjIzeeKOLxFJ16gePgZVWlvyew+xDb4P0fgjwW3ThcJjgvkUm0UhGGfLh/JP8l514IA==",
"version": "8.5.2",
"resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.5.2.tgz",
"integrity": "sha512-5YhB2AekK7G8d0YrAjg3WNf0uy3V73JD98WNxJhbIlCraQgl8QOQzr2zNO7MAf/X7mZQtjpjuAsiG3+gI2NVyg==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.27.4",
"@mui/utils": "^7.1.1"
"@babel/runtime": "^7.27.6",
"@mui/utils": "^7.1.1",
"reselect": "^5.1.1"
},
"engines": {
"node": ">=14.0.0"

View File

@ -18,7 +18,7 @@
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.1",
"@mui/x-charts": "^8.5.1",
"@mui/x-charts": "^8.5.2",
"@mui/x-data-grid": "^8.5.1",
"@mui/x-date-pickers": "^8.3.1",
"date-and-time": "^3.6.0",