From 7b930361c95e1d5094253a1f1e7a6cc7827a3559 Mon Sep 17 00:00:00 2001 From: Marconi Filho <18905896+MarconiGRF@users.noreply.github.com> Date: Wed, 22 Oct 2025 09:28:52 -0300 Subject: [PATCH] Fixes macOS system-wide lag caused by old electron version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4dfd309..dd2105f 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@typescript-eslint/parser": "7.16.0", "concurrently": "8.2.2", "daisyui": "4.12.10", - "electron": "31.2.0", + "electron": "38.4.0", "electron-builder": "24.13.3", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0",