From eb40d73f74508a276673651d171d1ebf2578924e Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Sun, 5 Mar 2023 01:01:13 +0800 Subject: [PATCH] add optional deps to suppress socketio error msgs --- client/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/package.json b/client/package.json index 50aed89..40bd9ec 100644 --- a/client/package.json +++ b/client/package.json @@ -27,5 +27,9 @@ "postcss": "^8.4.21", "tailwindcss": "^3.2.7", "typescript": "4.9.5" + }, + "optionalDependencies": { + "bufferutil": "^4.0.7", + "utf-8-validate": "^5.0.10" } }