chore: Update electron to version 40 (#193)

* chore: Update to electron 39 and include some fixes

This commit was made without the use of generative AI.

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>

* chore: Upgrade to electron 40

This commit was made without the use of generative AI.

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>

---------

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
Jacob Schlecht
2026-05-27 19:44:56 -06:00
committed by GitHub
parent 74c941e5b8
commit 3ff2cd0e5a
3 changed files with 74 additions and 61 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"main": ".vite/build/main.js",
"repository": "stoatchat/desktop",
"scripts": {
"start": "electron-forge start",
"start": "electron-forge start -- --no-sandbox",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
@@ -36,7 +36,7 @@
"@types/electron-squirrel-startup": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"electron": "38.1.2",
"electron": "^40.8.3",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.32.0",
"json-schema-typed": "^8.0.1",