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
33
electron/node_modules/builder-util/package.json
generated
vendored
33
electron/node_modules/builder-util/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "builder-util",
|
||||
"version": "23.6.0",
|
||||
"version": "26.15.3",
|
||||
"main": "out/util.js",
|
||||
"author": "Vladimir Krivosheev",
|
||||
"license": "MIT",
|
||||
|
|
@ -15,29 +15,30 @@
|
|||
"out"
|
||||
],
|
||||
"dependencies": {
|
||||
"7zip-bin": "~5.1.1",
|
||||
"@types/debug": "^4.1.6",
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
"app-builder-bin": "4.0.0",
|
||||
"bluebird-lst": "^1.0.9",
|
||||
"builder-util-runtime": "9.1.1",
|
||||
"chalk": "^4.1.1",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"chalk": "^4.1.2",
|
||||
"cross-spawn": "^7.0.6",
|
||||
"debug": "^4.3.4",
|
||||
"fs-extra": "^10.0.0",
|
||||
"http-proxy-agent": "^5.0.0",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
"is-ci": "^3.0.0",
|
||||
"fs-extra": "^10.1.0",
|
||||
"http-proxy-agent": "^7.0.0",
|
||||
"https-proxy-agent": "^7.0.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"sanitize-filename": "^1.6.3",
|
||||
"source-map-support": "^0.5.19",
|
||||
"stat-mode": "^1.0.0",
|
||||
"temp-file": "^3.4.0"
|
||||
"temp-file": "^3.4.0",
|
||||
"tiny-async-pool": "1.3.0",
|
||||
"builder-util-runtime": "9.7.0"
|
||||
},
|
||||
"typings": "./out/util.d.ts",
|
||||
"devDependencies": {
|
||||
"@types/cross-spawn": "6.0.2",
|
||||
"@types/is-ci": "3.0.0",
|
||||
"@types/cross-spawn": "6.0.6",
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
"@types/js-yaml": "4.0.3",
|
||||
"@types/source-map-support": "0.5.4"
|
||||
"@types/source-map-support": "0.5.4",
|
||||
"@types/tiny-async-pool": "^1.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue