forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
27
electron/node_modules/electron-builder/package.json
generated
vendored
27
electron/node_modules/electron-builder/package.json
generated
vendored
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue