From de947a37f2a98aa96182020cd337edf807edc822 Mon Sep 17 00:00:00 2001 From: Vamist Date: Sun, 24 Dec 2023 13:20:34 +0000 Subject: [PATCH] [fix] Update electron to 28.1 - Updates chromium to 120 - ^119 is now required for colonist due to document.hasStorageAccess() --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb23c98..83bccf1 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@typescript-eslint/parser": "^6.13.1", "@vencord/types": "^0.1.2", "dotenv": "^16.3.1", - "electron": "^27.1.2", + "electron": "^28.1.0", "electron-builder": "^24.9.1", "esbuild": "^0.19.8", "eslint": "^8.54.0",