1
0
mirror of https://github.com/desktop/desktop synced 2024-06-30 22:54:41 +00:00

Merge pull request #18185 from desktop/bump-electron-v28

Bump Electron to v28.2.3
This commit is contained in:
Sergio Padrino 2024-03-07 16:29:13 +01:00 committed by tidy-dev
parent a4c55c6487
commit f6afe64d8e
3 changed files with 6 additions and 6 deletions

View File

@ -157,7 +157,7 @@
"@types/webpack-hot-middleware": "^2.25.6",
"@types/webpack-merge": "^5.0.0",
"@types/xml2js": "^0.4.11",
"electron": "26.2.4",
"electron": "28.2.3",
"electron-packager": "^17.1.1",
"electron-winstaller": "^5.0.0",
"eslint-plugin-github": "^4.10.1",

View File

@ -16,7 +16,7 @@ type ChannelToValidate = 'production' | 'beta'
*/
const ValidElectronVersions: Record<ChannelToValidate, string> = {
production: '26.2.4',
beta: '26.2.4',
beta: '28.2.3',
}
const channel =

View File

@ -3603,10 +3603,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@28.2.3:
version "28.2.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-28.2.3.tgz#d26821bcfda7ee445b4b75231da4b057a7ce6e7b"
integrity sha512-he9nGphZo03ejDjYBXpmFVw0KBKogXvR2tYxE4dyYvnfw42uaFIBFrwGeenvqoEOfheJfcI0u4rFG6h3QxDwnA==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^18.11.18"