Skip to content

Commit 1cfca23

Browse files
author
Akos Kitta
committed
chore(deps): update to [email protected].
- Related change: 153e34f - Reported at: #2267 (comment) - External: https://forum.arduino.cc/t/ide-2-2-1-main-window-randomly-goes-blank/1166219 Signed-off-by: Akos Kitta <[email protected]>
1 parent 33dd2a7 commit 1cfca23

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: electron-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"compression-webpack-plugin": "^9.0.0",
2929
"copy-webpack-plugin": "^8.1.1",
3030
"dateformat": "^5.0.3",
31-
"electron": "^26.2.4",
32-
"electron-builder": "^24.6.3",
31+
"electron": "^27.0.3",
32+
"electron-builder": "^24.6.4",
3333
"electron-notarize": "^1.1.1",
3434
"execa": "^7.1.1",
3535
"file-type": "^18.5.0",

Diff for: yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -5873,7 +5873,7 @@ ejs@^3.1.7, ejs@^3.1.8:
58735873
dependencies:
58745874
jake "^10.8.5"
58755875

5876-
electron-builder@^24.6.3:
5876+
electron-builder@^24.6.4:
58775877
version "24.6.4"
58785878
resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-24.6.4.tgz#c51271e49b9a02c9a3ec444f866b6008c4d98a1d"
58795879
integrity sha512-uNWQoU7pE7qOaIQ6CJHpBi44RJFVG8OHRBIadUxrsDJVwLLo8Nma3K/EEtx5/UyWAQYdcK4nVPYKoRqBb20hbA==
@@ -5958,10 +5958,10 @@ electron-updater@^4.6.5:
59585958
lodash.isequal "^4.5.0"
59595959
semver "^7.3.5"
59605960

5961-
electron@^26.2.4:
5962-
version "26.3.0"
5963-
resolved "https://registry.yarnpkg.com/electron/-/electron-26.3.0.tgz#3267773d170310384db76819cf6375bd98b3cc76"
5964-
integrity sha512-7ZpvSHu+jmqialSvywTZnOQZZGLqlyj+yV5HGDrEzFnMiFaXBRpbByHgoUhaExJ/8t/0xKQjKlMRAY65w+zNZQ==
5961+
electron@^27.0.3:
5962+
version "27.0.3"
5963+
resolved "https://registry.yarnpkg.com/electron/-/electron-27.0.3.tgz#dc843d95700b33d88e71b458082b66f37ca901c5"
5964+
integrity sha512-VaB9cI1se+mUtz366NP+zxFVnkHLbCBNO4wwouw3FuGyX/m7/Bv1I89JhWOBv78tC+n11ZYMrVD23Jf6EZgVcg==
59655965
dependencies:
59665966
"@electron/get" "^2.0.0"
59675967
"@types/node" "^18.11.18"

0 commit comments

Comments
 (0)