From 3388d08d525a6b3d465b37cda0d54be3a63625bd Mon Sep 17 00:00:00 2001 From: hudy9x Date: Tue, 23 Jan 2024 23:52:50 +0700 Subject: [PATCH] fix: try to use lower push-js version (v8.3.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ab10e05..baa15ae7 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "next-themes": "^0.2.1", "node-cron": "^3.0.3", "pusher": "^5.2.0", - "pusher-js": "^8.4.0-rc2", + "pusher-js": "8.3.0", "react": "18.2.0", "react-apexcharts": "^1.4.1", "react-beautiful-dnd": "^13.1.1",