update electron to v43
All checks were successful
Android Build / publish (push) Successful in 55s
Linux Build / publish (push) Successful in 1m6s

This commit is contained in:
olcxja 2026-07-09 22:38:33 +02:00
commit fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions

View file

@ -1,7 +1,7 @@
{
"name": "electron-builder",
"description": "A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box",
"version": "23.6.0",
"version": "26.15.3",
"main": "out/index.js",
"files": [
"out"
@ -44,28 +44,27 @@
],
"author": "Vladimir Krivosheev",
"contributors": [
"Stefan Judis"
"Stefan Judis",
"Mike Maietta"
],
"license": "MIT",
"bugs": "https://github.com/electron-userland/electron-builder/issues",
"homepage": "https://github.com/electron-userland/electron-builder",
"dependencies": {
"@types/yargs": "^17.0.1",
"app-builder-lib": "23.6.0",
"builder-util": "23.6.0",
"builder-util-runtime": "9.1.1",
"chalk": "^4.1.1",
"dmg-builder": "23.6.0",
"fs-extra": "^10.0.0",
"is-ci": "^3.0.0",
"chalk": "^4.1.2",
"ci-info": "^4.2.0",
"fs-extra": "^10.1.0",
"lazy-val": "^1.0.5",
"read-config-file": "6.2.0",
"simple-update-notifier": "^1.0.7",
"yargs": "^17.5.1"
"simple-update-notifier": "2.0.0",
"yargs": "^17.6.2",
"app-builder-lib": "26.15.3",
"builder-util-runtime": "9.7.0",
"dmg-builder": "26.15.3",
"builder-util": "26.15.3"
},
"devDependencies": {
"@types/fs-extra": "9.0.13",
"@types/is-ci": "3.0.0"
"@types/yargs": "^17.0.16"
},
"typings": "./out/index.d.ts",
"publishConfig": {