update electron to v43

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-publish",
"version": "23.6.0",
"main": "out/publisher.js",
"version": "26.15.3",
"main": "out/index.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
"repository": {
@ -16,15 +16,18 @@
],
"dependencies": {
"@types/fs-extra": "^9.0.11",
"builder-util": "23.6.0",
"builder-util-runtime": "9.1.1",
"chalk": "^4.1.1",
"fs-extra": "^10.0.0",
"aws4": "^1.13.2",
"chalk": "^4.1.2",
"form-data": "^4.0.5",
"fs-extra": "^10.1.0",
"lazy-val": "^1.0.5",
"mime": "^2.5.2"
"mime": "^2.5.2",
"builder-util": "26.15.3",
"builder-util-runtime": "9.7.0"
},
"typings": "./out/publisher.d.ts",
"typings": "./out/index.d.ts",
"devDependencies": {
"@types/aws4": "^1.11.6",
"@types/mime": "2.0.3"
}
}