From baed9d1929242c2408366284f51880bd4b4aec42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:13:25 +0000 Subject: [PATCH] Update @mui/x-date-pickers requirement from ^6.19.0 to ^6.19.5 in /src Updates the requirements on [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) to permit the latest version. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/next/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v6.19.5/packages/x-date-pickers) --- updated-dependencies: - dependency-name: "@mui/x-date-pickers" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 790dc72fc..badf0eb26 100644 --- a/src/package.json +++ b/src/package.json @@ -12,7 +12,7 @@ "@mui/icons-material": "^5.15.3", "@mui/material": "^5.15.11", "@mui/styles": "^5.15.7", - "@mui/x-date-pickers": "^6.19.0", + "@mui/x-date-pickers": "^6.19.5", "@sentry/browser": "^7.93.0", "@sentry/integrations": "^7.93.0", "craco-module-federation": "^1.1.0",