Update dependency @mui/x-data-grid to v7.11.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-07-19 00:10:27 +00:00 committed by Pierre HUBERT
parent 0f58f82e52
commit 87d4c5b0fd

View File

@ -4788,15 +4788,15 @@
}
},
"node_modules/@mui/x-data-grid": {
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.10.0.tgz",
"integrity": "sha512-8nOwgtjOe7GzkygJsQow0Rf8ceV1s1oxHEUI2hx1IKfCsnVLGuX6cn9QZJcUwAaaUcVmWU3Pisz9vH2nFSioOQ==",
"version": "7.11.0",
"resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.11.0.tgz",
"integrity": "sha512-dXaIw3Noxc4d6xenS7J+zMPORG9ptkTW7B81P6QFovILSEuI/qebQhijy/IkqRvcCsuZYLL3nA89bp+EDI503Q==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.7",
"@mui/system": "^5.16.0",
"@mui/utils": "^5.16.0",
"@mui/x-internals": "7.10.0",
"@babel/runtime": "^7.24.8",
"@mui/system": "^5.16.2",
"@mui/utils": "^5.16.2",
"@mui/x-internals": "7.11.0",
"clsx": "^2.1.1",
"prop-types": "^15.8.1",
"reselect": "^4.1.8"
@ -4815,13 +4815,13 @@
}
},
"node_modules/@mui/x-internals": {
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-7.10.0.tgz",
"integrity": "sha512-yfO9DkmXqxDdX98PWcchhYhWYtqqwmTQ774M3LYjYlE6SfVXqdfWbEoeRPvH5jLQrwCQ0MoC1FhMKJ9Yt9R5fw==",
"version": "7.11.0",
"resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-7.11.0.tgz",
"integrity": "sha512-GqCYylKiB4cLH9tK4JweJlT2JvPjnpXjS3TEIqtHB4BcSsezhdRrMGzHOO5zCJqkasqTirJh2t6X16Qw1llr4Q==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.7",
"@mui/utils": "^5.16.0"
"@babel/runtime": "^7.24.8",
"@mui/utils": "^5.16.2"
},
"engines": {
"node": ">=14.0.0"