Bump @mui/x-date-pickers from 6.10.0 to 6.11.1 in /frontend (#784)

Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 6.10.0 to 6.11.1.
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v6.11.1/packages/x-date-pickers)

---
updated-dependencies:
- dependency-name: "@mui/x-date-pickers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-11 11:22:51 +00:00 committed by GitHub
parent fbd59805aa
commit c45874f0a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 8 deletions

View File

@ -18,7 +18,7 @@
"@mui/material": "^5.14.0",
"@mui/system": "^5.14.0",
"@mui/x-data-grid": "^6.11.0",
"@mui/x-date-pickers": "^6.10.0",
"@mui/x-date-pickers": "^6.11.1",
"@nivo/core": "^0.83.0",
"@nivo/line": "^0.83.0",
"base-ex": "^0.8.1",
@ -3324,14 +3324,14 @@
}
},
"node_modules/@mui/x-date-pickers": {
"version": "6.10.0",
"resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.10.0.tgz",
"integrity": "sha512-tp0i65JqZarIRyyTyQy5OjOPgjJv5cO7oQAbOrAePIHn7UEYPXe3k4ISiUzEAjBBXy1HhwQxGRJslVp4BXe3MA==",
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.11.1.tgz",
"integrity": "sha512-0NnBen60iZNBmJK7m2UU9jPZXW9RRyBL3meAupWyq+j6bLpSWG+8O2TnP1E3KFC7q66bPG6qOGOKKGfzFyR3cg==",
"dependencies": {
"@babel/runtime": "^7.22.5",
"@mui/utils": "^5.13.6",
"@babel/runtime": "^7.22.6",
"@mui/utils": "^5.14.3",
"@types/react-transition-group": "^4.4.6",
"clsx": "^1.2.1",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
"react-transition-group": "^4.4.5"
},
@ -3388,6 +3388,14 @@
}
}
},
"node_modules/@mui/x-date-pickers/node_modules/clsx": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz",
"integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==",
"engines": {
"node": ">=6"
}
},
"node_modules/@nicolo-ribaudo/semver-v6": {
"version": "6.3.3",
"resolved": "https://registry.npmjs.org/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz",

View File

@ -56,7 +56,7 @@
"@mui/material": "^5.14.0",
"@mui/system": "^5.14.0",
"@mui/x-data-grid": "^6.11.0",
"@mui/x-date-pickers": "^6.10.0",
"@mui/x-date-pickers": "^6.11.1",
"@nivo/core": "^0.83.0",
"@nivo/line": "^0.83.0",
"base-ex": "^0.8.1",