From d8f610d105da6dae36cf67a5b5868310c3390622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:03:28 +0000 Subject: [PATCH] chore(deps): update @mui/x-date-pickers requirement 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/master/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.8.0/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 69c21df..5398c39 100644 --- a/src/package.json +++ b/src/package.json @@ -9,7 +9,7 @@ "@mui/icons-material": "^5.15.15", "@mui/material": "5.14.14", "@mui/styles": "5.14.14", - "@mui/x-date-pickers": "^7.3.1", + "@mui/x-date-pickers": "^7.8.0", "@sentry/browser": "^7.112.2", "@sentry/integrations": "^7.112.2", "babel-eslint": "^10.1.0",