From e4744a113f326a18abdadd8955bc4737fb7fe77b Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Mon, 11 Mar 2024 19:27:09 +0100 Subject: [PATCH] build fix --- gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/package.json b/gui/package.json index 53f4146f..7e0b1cd5 100644 --- a/gui/package.json +++ b/gui/package.json @@ -63,7 +63,7 @@ "@types/nconf": "^0.10.6", "@typescript-eslint/eslint-plugin": "6.21.0", "@vitejs/plugin-vue": "5.0.4", - "electron": "29.1.1", + "electron": "28.2.6", "electron-builder": "24.9.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0",