Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Upgrade electron to v19.0.5 (#3656)
Browse files Browse the repository at this point in the history
v19.0.3 regressed arm64 support for Ubuntu 18.04. This new releases adds back support for arm64 on ubuntu 18.04.

Fixes: #3606
  • Loading branch information
defunctzombie committed Jun 21, 2022
1 parent 31a5bbb commit d1ef095
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"clean-webpack-plugin": "4.0.0",
"colors": "1.4.0",
"cross-env": "7.0.3",
"electron": "19.0.3",
"electron": "19.0.5",
"electron-builder": "23.1.0",
"electron-devtools-installer": "3.2.0",
"electron-notarize": "1.2.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11173,16 +11173,16 @@ __metadata:
languageName: node
linkType: hard

"electron@npm:19.0.3":
version: 19.0.3
resolution: "electron@npm:19.0.3"
"electron@npm:19.0.5":
version: 19.0.5
resolution: "electron@npm:19.0.5"
dependencies:
"@electron/get": ^1.14.1
"@types/node": ^16.11.26
extract-zip: ^1.0.3
bin:
electron: cli.js
checksum: 9f1a310a9e18b228f6702871b18ebb12ea1b87250833dfb17ddc3ce23120e73763a23c46b9a84e39c63666bea52323fb08a7e2faebd142fb9aa519eccf125e90
checksum: d5097c52f75c56fb44bb9317f28339a9cce4a07b29b0ed54f351a35b737ecacc20f6a8a58c5bcbbf518c324b2b8e616e1c6a51ed34d66d29447ba5aab6aa8088
languageName: node
linkType: hard

Expand Down Expand Up @@ -12947,7 +12947,7 @@ __metadata:
clean-webpack-plugin: 4.0.0
colors: 1.4.0
cross-env: 7.0.3
electron: 19.0.3
electron: 19.0.5
electron-builder: 23.1.0
electron-devtools-installer: 3.2.0
electron-notarize: 1.2.1
Expand Down

0 comments on commit d1ef095

Please sign in to comment.