From f4dc3b58746746a18f15951d0da65a6a860dbd90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:43:21 +0000 Subject: [PATCH] Bump @mui/x-date-pickers from 7.8.0 to 7.9.0 (#2941) Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 7.8.0 to 7.9.0. - [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/v7.9.0/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7af71efc..e705b41fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@mui/lab": "^5.0.0-alpha.97", "@mui/material": "^5.16.0", "@mui/x-data-grid": "^7.8.0", - "@mui/x-date-pickers": "^7.8.0", + "@mui/x-date-pickers": "^7.9.0", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", "axios": "^1.7.2", @@ -3913,14 +3913,14 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.8.0.tgz", - "integrity": "sha512-SkolW0vZ4XiUeD5FBevG9NQ3pAgfNYlJA5XFhSLFD/swNQRO4EYOUXw38O/ccOh1lkAcwVR+rrGPCoT4/0YGEg==", + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.9.0.tgz", + "integrity": "sha512-GMDprioHlYmNle8Cbh6TxB4QThDGgqJxfH/R/p/5dNk+Tn5vB1gZSDMn3wVxItiEV6tDXbkyS5gPhSMVFDGvAA==", "dependencies": { "@babel/runtime": "^7.24.7", "@mui/base": "^5.0.0-beta.40", - "@mui/system": "^5.15.20", - "@mui/utils": "^5.15.20", + "@mui/system": "^5.16.0", + "@mui/utils": "^5.16.0", "@types/react-transition-group": "^4.4.10", "clsx": "^2.1.1", "prop-types": "^15.8.1", diff --git a/package.json b/package.json index 31f0d8f98..fc44cea49 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@mui/lab": "^5.0.0-alpha.97", "@mui/material": "^5.16.0", "@mui/x-data-grid": "^7.8.0", - "@mui/x-date-pickers": "^7.8.0", + "@mui/x-date-pickers": "^7.9.0", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", "axios": "^1.7.2",