mirror of
https://github.com/desktop/desktop
synced 2024-10-30 06:03:10 +00:00
Merge pull request #18407 from desktop/bring-back-electron-after-3.3.13
Reapply "Merge pull request #18185 from desktop/bump-electron-v28"
This commit is contained in:
commit
081f6a6b6e
3 changed files with 6 additions and 6 deletions
|
@ -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",
|
||||
|
|
|
@ -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 =
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue