mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 12:57:17 +00:00
chore(deps): update to electron@27.0.3
- Related change: 153e34f11b
- Reported at: https://github.com/arduino/arduino-ide/pull/2267#issuecomment-1795180432
- External: https://forum.arduino.cc/t/ide-2-2-1-main-window-randomly-goes-blank/1166219
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
parent
a0bd5d022f
commit
0f83a48649
@ -28,8 +28,8 @@
|
||||
"compression-webpack-plugin": "^9.0.0",
|
||||
"copy-webpack-plugin": "^8.1.1",
|
||||
"dateformat": "^5.0.3",
|
||||
"electron": "^26.2.4",
|
||||
"electron-builder": "^24.6.3",
|
||||
"electron": "^27.0.3",
|
||||
"electron-builder": "^24.6.4",
|
||||
"electron-notarize": "^1.1.1",
|
||||
"execa": "^7.1.1",
|
||||
"file-type": "^18.5.0",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -5873,7 +5873,7 @@ ejs@^3.1.7, ejs@^3.1.8:
|
||||
dependencies:
|
||||
jake "^10.8.5"
|
||||
|
||||
electron-builder@^24.6.3:
|
||||
electron-builder@^24.6.4:
|
||||
version "24.6.4"
|
||||
resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-24.6.4.tgz#c51271e49b9a02c9a3ec444f866b6008c4d98a1d"
|
||||
integrity sha512-uNWQoU7pE7qOaIQ6CJHpBi44RJFVG8OHRBIadUxrsDJVwLLo8Nma3K/EEtx5/UyWAQYdcK4nVPYKoRqBb20hbA==
|
||||
@ -5958,10 +5958,10 @@ electron-updater@^4.6.5:
|
||||
lodash.isequal "^4.5.0"
|
||||
semver "^7.3.5"
|
||||
|
||||
electron@^26.2.4:
|
||||
version "26.3.0"
|
||||
resolved "https://registry.yarnpkg.com/electron/-/electron-26.3.0.tgz#3267773d170310384db76819cf6375bd98b3cc76"
|
||||
integrity sha512-7ZpvSHu+jmqialSvywTZnOQZZGLqlyj+yV5HGDrEzFnMiFaXBRpbByHgoUhaExJ/8t/0xKQjKlMRAY65w+zNZQ==
|
||||
electron@^27.0.3:
|
||||
version "27.0.3"
|
||||
resolved "https://registry.yarnpkg.com/electron/-/electron-27.0.3.tgz#dc843d95700b33d88e71b458082b66f37ca901c5"
|
||||
integrity sha512-VaB9cI1se+mUtz366NP+zxFVnkHLbCBNO4wwouw3FuGyX/m7/Bv1I89JhWOBv78tC+n11ZYMrVD23Jf6EZgVcg==
|
||||
dependencies:
|
||||
"@electron/get" "^2.0.0"
|
||||
"@types/node" "^18.11.18"
|
||||
|
Loading…
x
Reference in New Issue
Block a user