From 1cea7f97604c7d63dcd566ccf461c00a25b3d59a Mon Sep 17 00:00:00 2001 From: Nafees Nazik <84864519+G3root@users.noreply.github.com> Date: Tue, 2 May 2023 18:31:54 +0530 Subject: [PATCH] perf: fix multiple versions of `emotion/react` loaded warning (#8549) Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> --- apps/web/next.config.js | 1 + apps/web/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index f859499763..3a84fbb3e3 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -105,6 +105,7 @@ const nextConfig = { "@calcom/trpc", "@calcom/ui", "lucide-react", + "react-timezone-select", ], modularizeImports: { "@calcom/ui/components/icon": { diff --git a/apps/web/package.json b/apps/web/package.json index 14ab7a1a12..216b23b674 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -113,7 +113,7 @@ "react-phone-number-input": "^3.2.7", "react-schemaorg": "^2.0.0", "react-select": "^5.7.0", - "react-timezone-select": "^1.4.0", + "react-timezone-select": "^1.5.1", "react-use-intercom": "1.5.1", "remark": "^14.0.2", "rrule": "^2.7.1",