Bump electron version (#7707)

Again I hit the problem with shader compilation failing with no apparent reason, and again bumping electron version helped me.

# Important Notes
I bumped to latest `25.x` version as I haven't dared to change major version expecting breaking changes.
This commit is contained in:
Adam Obuchowicz 2023-09-06 14:02:16 +02:00 committed by GitHub
parent ceb6084be9
commit e91633b2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -34,7 +34,7 @@
},
"devDependencies": {
"crypto-js": "4.1.1",
"electron": "25.3.1",
"electron": "25.7.0",
"electron-builder": "^22.14.13",
"electron-notarize": "1.2.2",
"enso-common": "^1.0.0",

View File

@ -54,7 +54,7 @@
},
"devDependencies": {
"crypto-js": "4.1.1",
"electron": "25.3.1",
"electron": "25.7.0",
"electron-builder": "^22.14.13",
"electron-notarize": "1.2.2",
"enso-common": "^1.0.0",
@ -7610,9 +7610,9 @@
}
},
"node_modules/electron": {
"version": "25.3.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-25.3.1.tgz",
"integrity": "sha512-t0QXXqgf0/P0OJ9LU3qpcBMK+wL0FRwTQfooBaaG08v5hywPzc1yplfb3l4tS1xC0Ttw8IBaKLBeEoRgxBRHjg==",
"version": "25.7.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-25.7.0.tgz",
"integrity": "sha512-P82EzYZ8k9J21x5syhXV7EkezDmEXwycReXnagfzS0kwepnrlWzq1aDIUWdNvzTdHobky4m/nYcL98qd73mEVA==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -21156,9 +21156,9 @@
}
},
"electron": {
"version": "25.3.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-25.3.1.tgz",
"integrity": "sha512-t0QXXqgf0/P0OJ9LU3qpcBMK+wL0FRwTQfooBaaG08v5hywPzc1yplfb3l4tS1xC0Ttw8IBaKLBeEoRgxBRHjg==",
"version": "25.7.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-25.7.0.tgz",
"integrity": "sha512-P82EzYZ8k9J21x5syhXV7EkezDmEXwycReXnagfzS0kwepnrlWzq1aDIUWdNvzTdHobky4m/nYcL98qd73mEVA==",
"dev": true,
"requires": {
"@electron/get": "^2.0.0",
@ -21220,7 +21220,7 @@
"create-servers": "^3.2.0",
"crypto-js": "4.1.1",
"dmg-license": "^1.0.11",
"electron": "25.3.1",
"electron": "25.7.0",
"electron-builder": "^22.14.13",
"electron-is-dev": "^2.0.0",
"electron-notarize": "1.2.2",