Skip to content

Commit 2042ebf

Browse files
authored
Electron 23+ (#328)
* Bump to electron 23 * Bump to electron 24 * Electron 25 does compile * Bump to electron 26
1 parent 41d624c commit 2042ebf

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"cross-env": "^7.0.3",
104104
"dotenv": "^16.4.5",
105105
"download": "^8.0.0",
106-
"electron": "^22.3.27",
106+
"electron": "^26.6.10",
107107
"electron-builder": "^24.13.3",
108108
"electron-download": "^4.1.1",
109109
"electron-webpack": "^2.8.2",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2569,10 +2569,12 @@
25692569
dependencies:
25702570
undici-types "~6.19.2"
25712571

2572-
"@types/node@^16.11.26":
2573-
version "16.18.111"
2574-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.111.tgz#db44583d67b747f1a3150e7e6f12ea0324b27a2c"
2575-
integrity sha512-U1l6itlxU+vrJ9KyowQLKV9X+UuQBRhBF9v/XkGhAGgNHHRWzyY7FfTYRXt3vYOXPrd8UGlbYFK5HdneKCwXPQ==
2572+
"@types/node@^18.11.18":
2573+
version "18.19.54"
2574+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.54.tgz#f1048dc083f81b242640f04f18fb3e4ccf13fcdb"
2575+
integrity sha512-+BRgt0G5gYjTvdLac9sIeE0iZcJxi4Jc4PV5EUzqi+88jmQLr+fRZdv2tCTV7IHKSGxM6SaLoOXQWWUiLUItMw==
2576+
dependencies:
2577+
undici-types "~5.26.4"
25762578

25772579
"@types/parse-json@^4.0.0":
25782580
version "4.0.2"
@@ -5727,13 +5729,13 @@ electron-webpack@^2.8.2:
57275729
webpack-merge "^4.2.2"
57285730
yargs "^15.3.1"
57295731

5730-
electron@^22.3.27:
5731-
version "22.3.27"
5732-
resolved "https://registry.yarnpkg.com/electron/-/electron-22.3.27.tgz#b77451a53f0c502e7559cceac28ac58eb289eef8"
5733-
integrity sha512-7Rht21vHqj4ZFRnKuZdFqZFsvMBCmDqmjetiMqPtF+TmTBiGne1mnstVXOA/SRGhN2Qy5gY5bznJKpiqogjM8A==
5732+
electron@^26.6.10:
5733+
version "26.6.10"
5734+
resolved "https://registry.yarnpkg.com/electron/-/electron-26.6.10.tgz#01ca7610bd662033ed3ceb70804cbf940c7e6756"
5735+
integrity sha512-pV2SD0RXzAiNRb/2yZrsVmVkBOMrf+DVsPulIgRjlL0+My9BL5spFuhHVMQO9yHl9tFpWtuRpQv0ofM/i9P8xg==
57345736
dependencies:
57355737
"@electron/get" "^2.0.0"
5736-
"@types/node" "^16.11.26"
5738+
"@types/node" "^18.11.18"
57375739
extract-zip "^2.0.1"
57385740

57395741
emittery@^0.10.2:
@@ -13802,6 +13804,11 @@ [email protected]:
1380213804
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
1380313805
integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
1380413806

13807+
undici-types@~5.26.4:
13808+
version "5.26.5"
13809+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
13810+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
13811+
1380513812
undici-types@~6.19.2:
1380613813
version "6.19.8"
1380713814
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"

0 commit comments

Comments
 (0)