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

This commit is contained in:
Pierre HUBERT 2024-07-26 00:12:58 +00:00
parent 7f14ab8a54
commit e3b61baf11

View File

@ -4607,13 +4607,13 @@
}
},
"node_modules/@mui/private-theming": {
"version": "5.16.4",
"resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.16.4.tgz",
"integrity": "sha512-ZsAm8cq31SJ37SVWLRlu02v9SRthxnfQofaiv14L5Bht51B0dz6yQEoVU/V8UduZDCCIrWkBHuReVfKhE/UuXA==",
"version": "5.16.5",
"resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.16.5.tgz",
"integrity": "sha512-CSLg0YkpDqg0aXOxtjo3oTMd3XWMxvNb5d0v4AYVqwOltU8q6GvnZjhWyCLjGSCrcgfwm6/VDjaKLPlR14wxIA==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.23.9",
"@mui/utils": "^5.16.4",
"@mui/utils": "^5.16.5",
"prop-types": "^15.8.1"
},
"engines": {
@ -4666,16 +4666,16 @@
}
},
"node_modules/@mui/system": {
"version": "5.16.4",
"resolved": "https://registry.npmjs.org/@mui/system/-/system-5.16.4.tgz",
"integrity": "sha512-ET1Ujl2/8hbsD611/mqUuNArMCGv/fIWO/f8B3ZqF5iyPHM2aS74vhTNyjytncc4i6dYwGxNk+tLa7GwjNS0/w==",
"version": "5.16.5",
"resolved": "https://registry.npmjs.org/@mui/system/-/system-5.16.5.tgz",
"integrity": "sha512-uzIUGdrWddUx1HPxW4+B2o4vpgKyRxGe/8BxbfXVDPNPHX75c782TseoCnR/VyfnZJfqX87GcxDmnZEE1c031g==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.23.9",
"@mui/private-theming": "^5.16.4",
"@mui/private-theming": "^5.16.5",
"@mui/styled-engine": "^5.16.4",
"@mui/types": "^7.2.15",
"@mui/utils": "^5.16.4",
"@mui/utils": "^5.16.5",
"clsx": "^2.1.0",
"csstype": "^3.1.3",
"prop-types": "^15.8.1"
@ -4720,12 +4720,13 @@
}
},
"node_modules/@mui/utils": {
"version": "5.16.4",
"resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.16.4.tgz",
"integrity": "sha512-nlppYwq10TBIFqp7qxY0SvbACOXeOjeVL3pOcDsK0FT8XjrEXh9/+lkg8AEIzD16z7YfiJDQjaJG2OLkE7BxNg==",
"version": "5.16.5",
"resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.16.5.tgz",
"integrity": "sha512-CwhcA9y44XwK7k2joL3Y29mRUnoBt+gOZZdGyw7YihbEwEErJYBtDwbZwVgH68zAljGe/b+Kd5bzfl63Gi3R2A==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.23.9",
"@mui/types": "^7.2.15",
"@types/prop-types": "^15.7.12",
"clsx": "^2.1.1",
"prop-types": "^15.8.1",
@ -4749,15 +4750,15 @@
}
},
"node_modules/@mui/x-charts": {
"version": "7.11.0",
"resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-7.11.0.tgz",
"integrity": "sha512-qNmrXk2eKoXOuxyLX6Vg4paWPcRttnIQx8hxuHc/avvGzX55kS4s69G8NIG0mtqygtDMcYJPDGNCJOlmkp1uAg==",
"version": "7.11.1",
"resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-7.11.1.tgz",
"integrity": "sha512-csD2wEgC6fjOAdnhyw6AN5xDxhXQ2C3NvwGQyAN9LpwuJ71COOhPOmfs06i8xR5d+tt82QCw29xeSPFf49iKaw==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.8",
"@mui/base": "^5.0.0-beta.40",
"@mui/system": "^5.16.2",
"@mui/utils": "^5.16.2",
"@mui/system": "^5.16.5",
"@mui/utils": "^5.16.5",
"@react-spring/rafz": "^9.7.3",
"@react-spring/web": "^9.7.3",
"clsx": "^2.1.1",