1 Commits

Author SHA1 Message Date
e3794d02b8 Update dependency @mui/x-date-pickers to ^8.16.0
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-04 00:11:40 +00:00
2 changed files with 28 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
"@mui/lab": "^7.0.0-beta.17",
"@mui/material": "^7.2.0",
"@mui/x-data-grid": "^8.16.0",
"@mui/x-date-pickers": "^8.15.0",
"@mui/x-date-pickers": "^8.16.0",
"@mui/x-tree-view": "^8.15.0",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.19",
@@ -1634,14 +1634,14 @@
}
},
"node_modules/@mui/x-date-pickers": {
"version": "8.15.0",
"resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-8.15.0.tgz",
"integrity": "sha512-I5cNUwaaGJASwlhlSZHE1ddidRvDFei9Sh7ikpAgoznfyxJoLX2nxk6e2csafJ9/1cV4Js7Odo63n8zsYgFn1A==",
"version": "8.16.0",
"resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-8.16.0.tgz",
"integrity": "sha512-zvUoO9ImWiKRaOWvQVbB1vCa6aUQIX5GM0tJ+nAyNNIVV0VqpXz3CvkRR6ovBBFzIcChc7FXlqrMKcJ//EhePQ==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.4",
"@mui/utils": "^7.3.3",
"@mui/x-internals": "8.14.0",
"@mui/x-internals": "8.16.0",
"@types/react-transition-group": "^4.4.12",
"clsx": "^2.1.1",
"prop-types": "^15.8.1",
@@ -1699,6 +1699,28 @@
}
}
},
"node_modules/@mui/x-date-pickers/node_modules/@mui/x-internals": {
"version": "8.16.0",
"resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.16.0.tgz",
"integrity": "sha512-JR53WOFqmQYQzurOpB0H91K7/9uMcte1ooxHxTLGB+97PgB+rKY6siRWvUALGS56XyPV+1a2ALI33hd2E7+Rgg==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.4",
"@mui/utils": "^7.3.3",
"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-internals": {
"version": "8.14.0",
"resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.14.0.tgz",

View File

@@ -24,7 +24,7 @@
"@mui/lab": "^7.0.0-beta.17",
"@mui/material": "^7.2.0",
"@mui/x-data-grid": "^8.16.0",
"@mui/x-date-pickers": "^8.15.0",
"@mui/x-date-pickers": "^8.16.0",
"@mui/x-tree-view": "^8.15.0",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.19",