Skip to content

Commit 79ab4eb

Browse files
committed
Downgrade to electron 37 until wayland bugs are fixed
1 parent ebe8f83 commit 79ab4eb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"@types/webpack-merge": "^5.0.0",
159159
"@types/xml2js": "^0.4.11",
160160
"diff": "^7.0.0",
161-
"electron": "38.1.0",
161+
"electron": "37.5.1",
162162
"electron-builder": "^25.1.8",
163163
"electron-packager": "^17.1.1",
164164
"electron-winstaller": "^5.0.0",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3459,10 +3459,10 @@ electron-winstaller@*, electron-winstaller@^5.0.0:
34593459
lodash.template "^4.2.2"
34603460
temp "^0.9.0"
34613461

3462-
electron@38.1.0:
3463-
version "38.1.0"
3464-
resolved "https://registry.yarnpkg.com/electron/-/electron-38.1.0.tgz#caebed7f3d7b1d43a9d01811db1f62744a753aa4"
3465-
integrity sha512-ypA8GF8RU4HD5pA1sa0/2U8k+92EPP2c7pX+3XbgB760F7OmqrFXtYkOilVw6HfV4+lk88XxqigmsUKTACQYoQ==
3462+
electron@37.5.1:
3463+
version "37.5.1"
3464+
resolved "https://registry.yarnpkg.com/electron/-/electron-37.5.1.tgz#2f2758f57948f63d853a8c905c55ad8d9cd84ae7"
3465+
integrity sha512-RqN3dl6I5yhmynkUc3pUzM6qFCvANau3VGRX9xQEh7FYdwmkqVxKXYM5enrE9LW7j7PzHomQQn6+J2xaF7BHsQ==
34663466
dependencies:
34673467
"@electron/get" "^2.0.0"
34683468
"@types/node" "^22.7.7"
@@ -7821,6 +7821,7 @@ stat-mode@^1.0.0:
78217821
integrity sha512-jH9EhtKIjuXZ2cWxmXS8ZP80XyC3iasQxMDV8jzhNJpfDb7VbQLVW4Wvsxz9QZvzV+G4YoSfBUVKDOyxLzi/sg==
78227822

78237823
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.0, string-width@^4.2.3:
7824+
name string-width-cjs
78247825
version "4.2.3"
78257826
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
78267827
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==

0 commit comments

Comments
 (0)