From ae43d05714aa8b808c534bfa51c8a6ce778bf13c Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Wed, 8 May 2024 19:27:48 +0530 Subject: [PATCH] fix: upgrading posthog --- web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/package.json b/web/package.json index 4be72c5a5..b09f81c94 100644 --- a/web/package.json +++ b/web/package.json @@ -48,7 +48,7 @@ "next-pwa": "^5.6.0", "next-themes": "^0.2.1", "nprogress": "^0.2.0", - "posthog-js": "^1.105.0", + "posthog-js": "^1.131.3", "react": "18.2.0", "react-color": "^2.19.3", "react-day-picker": "^8.10.0", @@ -80,4 +80,4 @@ "tsconfig": "*", "typescript": "4.7.4" } -} \ No newline at end of file +}