From 32469adcc5427838de9820a68e32bcbe9b1f3934 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Fri, 2 Aug 2024 12:25:08 +0530 Subject: [PATCH] Update MUI date picker to try and obtain the UTC functionality Per https://mui.com/blog/mui-x-v6/#decoupling-versions-from-mui-core, the version of MUI X is now decoupled from MUI core so this should work even when our MUI remains at 5. Migration: - https://mui.com/x/migration/migration-pickers-v5/ - https://mui.com/x/migration/migration-tree-view-v6/ --- web/packages/new/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/packages/new/package.json b/web/packages/new/package.json index 520f121764..da78fe9b72 100644 --- a/web/packages/new/package.json +++ b/web/packages/new/package.json @@ -6,7 +6,7 @@ "@/base": "*", "@/utils": "*", "@ente/shared": "*", - "@mui/x-date-pickers": "^5.0.20", + "@mui/x-date-pickers": "^7.12.0", "dayjs": "^1.11.12", "formik": "^2.4", "idb": "^8",