Skip to content

Commit

Permalink
upgrade to Electron 26.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Nov 27, 2023
1 parent 7295ede commit 0cfb6a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/.npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
runtime = electron
disturl = https://electronjs.org/headers
target = 26.2.4
target = 26.6.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"@types/webpack-hot-middleware": "^2.25.6",
"@types/webpack-merge": "^5.0.0",
"@types/xml2js": "^0.4.11",
"electron": "26.2.4",
"electron": "26.6.1",
"electron-builder": "^24.6.4",
"electron-packager": "^17.1.2",
"eslint-plugin-github": "^4.10.1",
Expand Down
4 changes: 2 additions & 2 deletions script/validate-electron-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ type ChannelToValidate = 'production' | 'beta'
* to a previous version of GitHub Desktop without losing all settings.
*/
const ValidElectronVersions: Record<ChannelToValidate, string> = {
production: '26.2.4',
beta: '26.2.4',
production: '26.6.1',
beta: '26.6.1',
}

const channel =
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4004,10 +4004,10 @@ electron-winstaller@*, electron-winstaller@^5.0.0:
lodash.template "^4.2.2"
temp "^0.9.0"

electron@26.2.4:
version "26.2.4"
resolved "https://registry.yarnpkg.com/electron/-/electron-26.2.4.tgz#36616b2386b083c13ae9188f2d8ccf233c23404a"
integrity sha512-weMUSMyDho5E0DPQ3breba3D96IxwNvtYHjMd/4/wNN3BdI5s3+0orNnPVGJFcLhSvKoxuKUqdVonUocBPwlQA==
electron@26.6.1:
version "26.6.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-26.6.1.tgz#bf4835d92210ccbec632088d1975bf78ed05c153"
integrity sha512-4Vz9u0Jt/khPa/en2l8Jv6SWEfsK/ieWYtchl5j0clbNSjdeTucnEFOhz9B9WwsAmfQjxBnpuMZpmdBuyxq+wg==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^18.11.18"
Expand Down

0 comments on commit 0cfb6a5

Please sign in to comment.