Update dependency @mui/x-charts to ^8.22.1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-12-21 00:31:41 +00:00
parent c102ec672f
commit 006959c434
2 changed files with 34 additions and 12 deletions

View File

@@ -16,7 +16,7 @@
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^7.1.2",
"@mui/material": "^7.1.2",
"@mui/x-charts": "^8.21.0",
"@mui/x-charts": "^8.22.1",
"@mui/x-data-grid": "^8.18.0",
"@mui/x-date-pickers": "^8.21.0",
"date-and-time": "^3.6.0",
@@ -2293,19 +2293,18 @@
}
},
"node_modules/@mui/x-charts": {
"version": "8.21.0",
"resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-8.21.0.tgz",
"integrity": "sha512-uYoeqkrXnkH43lcUGoY7l96FWVZGrWBxPY6ZJSpLo+lCGt6z0SgfB29kdsaOXJnS6RHrVnfPtm4ifjO+JIIG9Q==",
"version": "8.22.1",
"resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-8.22.1.tgz",
"integrity": "sha512-GHnBCRLXCYH6pjR2mI5H55FTuMGg6N630pOJ7aR5186zsHIVDN1EwnY1wWUn+vfen+4JiSNO04wUp8zWHbNwRw==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.4",
"@mui/utils": "^7.3.5",
"@mui/x-charts-vendor": "8.21.0",
"@mui/x-charts-vendor": "8.22.0",
"@mui/x-internal-gestures": "0.3.6",
"@mui/x-internals": "8.21.0",
"@mui/x-internals": "8.22.0",
"bezier-easing": "^2.1.0",
"clsx": "^2.1.1",
"flatqueue": "^3.0.0",
"prop-types": "^15.8.1",
"reselect": "^5.1.1",
"use-sync-external-store": "^1.6.0"
@@ -2331,9 +2330,9 @@
}
},
"node_modules/@mui/x-charts-vendor": {
"version": "8.21.0",
"resolved": "https://registry.npmjs.org/@mui/x-charts-vendor/-/x-charts-vendor-8.21.0.tgz",
"integrity": "sha512-luKEt+OHb7QPwGGqLPTVJojGN/QFwpqv7vWMrXJfwpQvx+pCdYvyMHpg2I7CpkstF84H0sk8QwD/7cfI/vT10A==",
"version": "8.22.0",
"resolved": "https://registry.npmjs.org/@mui/x-charts-vendor/-/x-charts-vendor-8.22.0.tgz",
"integrity": "sha512-lRG79nqZMeYfrXftcb+6Jd/A+GUNevv5AyCu2yi+YJJvjjPpBSy6rpEAS5/u3YcJpO08cL7Px1x6BY24w/x9jA==",
"license": "MIT AND ISC",
"dependencies": {
"@babel/runtime": "^7.28.4",
@@ -2351,7 +2350,30 @@
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"d3-time": "^3.1.0",
"d3-timer": "^3.0.1"
"d3-timer": "^3.0.1",
"flatqueue": "^3.0.0"
}
},
"node_modules/@mui/x-charts/node_modules/@mui/x-internals": {
"version": "8.22.0",
"resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.22.0.tgz",
"integrity": "sha512-PA7jCKRLbS6aYvTSbGr3Id4CPUdTrUejHm31l8Vje7dw138gBBHrHeGsqWJh/S5foorpK8loiRejKrLlTZokyQ==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.4",
"@mui/utils": "^7.3.5",
"reselect": "^5.1.1",
"use-sync-external-store": "^1.6.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-data-grid": {

View File

@@ -18,7 +18,7 @@
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^7.1.2",
"@mui/material": "^7.1.2",
"@mui/x-charts": "^8.21.0",
"@mui/x-charts": "^8.22.1",
"@mui/x-data-grid": "^8.18.0",
"@mui/x-date-pickers": "^8.21.0",
"date-and-time": "^3.6.0",