Skip to content

Commit 247eca7

Browse files
authored
Update to Electron 21 (#458)
1 parent 53ab0e2 commit 247eca7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"babel-jest": "^28.1.3",
7171
"chokidar": "^3.5.2",
7272
"detect-libc": "^1.0.3",
73-
"electron": "^20",
73+
"electron": "^21",
7474
"electron-builder": "^23.6.0",
7575
"electron-builder-squirrel-windows": "^23.6.0",
7676
"electron-devtools-installer": "^3.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3322,10 +3322,10 @@ electron-window-state@^5.0.3:
33223322
jsonfile "^4.0.0"
33233323
mkdirp "^0.5.1"
33243324

3325-
electron@^20:
3326-
version "20.3.5"
3327-
resolved "https://registry.yarnpkg.com/electron/-/electron-20.3.5.tgz#4512736c96338215855794d0e8010563a873d126"
3328-
integrity sha512-xTBjdgAZXf6txxfIhv9mZ3yloJZ+KTht7D2X10uHlFnQu4ZmvzqwhGuQPnldVKhRUDvZehIjulmmrFO6Mz6SzQ==
3325+
electron@^21:
3326+
version "21.3.0"
3327+
resolved "https://registry.yarnpkg.com/electron/-/electron-21.3.0.tgz#e9905e240add950443dc115b4be13d36162f0a05"
3328+
integrity sha512-MGRpshN8fBcx4IRuBABIsGDv0tB/MclIFsyFHFFXsBCUc+vIXaE/E6vuWaniGIFSz5WyeuapfTH5IeRb+7yIfw==
33293329
dependencies:
33303330
"@electron/get" "^1.14.1"
33313331
"@types/node" "^16.11.26"

0 commit comments

Comments
 (0)