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
108
electron/node_modules/app-builder-lib/package.json
generated
vendored
108
electron/node_modules/app-builder-lib/package.json
generated
vendored
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "app-builder-lib",
|
||||
"description": "electron-builder lib",
|
||||
"version": "23.6.0",
|
||||
"version": "26.15.3",
|
||||
"main": "out/index.js",
|
||||
"files": [
|
||||
"out",
|
||||
"templates",
|
||||
"helpers",
|
||||
"scheme.json",
|
||||
"electron-osx-sign",
|
||||
"certs/root_certs.keychain"
|
||||
],
|
||||
"repository": {
|
||||
|
|
@ -47,64 +47,86 @@
|
|||
"bugs": "https://github.com/electron-userland/electron-builder/issues",
|
||||
"homepage": "https://github.com/electron-userland/electron-builder",
|
||||
"dependencies": {
|
||||
"7zip-bin": "~5.1.1",
|
||||
"@develar/schema-utils": "~2.6.5",
|
||||
"@electron/universal": "1.2.1",
|
||||
"@electron/asar": "3.4.1",
|
||||
"@electron/fuses": "^1.8.0",
|
||||
"@electron/get": "^3.0.0",
|
||||
"@electron/notarize": "2.5.0",
|
||||
"@electron/osx-sign": "1.3.3",
|
||||
"@electron/rebuild": "^4.0.4",
|
||||
"@electron/universal": "2.0.3",
|
||||
"@malept/flatpak-bundler": "^0.4.0",
|
||||
"@noble/hashes": "^2.2.0",
|
||||
"@peculiar/webcrypto": "^1.7.1",
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"ajv": "^8.18.0",
|
||||
"asn1js": "^3.0.10",
|
||||
"async-exit-hook": "^2.0.1",
|
||||
"bluebird-lst": "^1.0.9",
|
||||
"builder-util": "23.6.0",
|
||||
"builder-util-runtime": "9.1.1",
|
||||
"chromium-pickle-js": "^0.2.0",
|
||||
"ci-info": "4.3.1",
|
||||
"debug": "^4.3.4",
|
||||
"ejs": "^3.1.7",
|
||||
"electron-osx-sign": "^0.6.0",
|
||||
"electron-publish": "23.6.0",
|
||||
"form-data": "^4.0.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"dotenv-expand": "^11.0.6",
|
||||
"ejs": "^3.1.8",
|
||||
"fs-extra": "^10.1.0",
|
||||
"hosted-git-info": "^4.1.0",
|
||||
"is-ci": "^3.0.0",
|
||||
"isbinaryfile": "^4.0.10",
|
||||
"isbinaryfile": "^5.0.0",
|
||||
"jiti": "^2.4.2",
|
||||
"js-yaml": "^4.1.0",
|
||||
"json5": "^2.2.3",
|
||||
"lazy-val": "^1.0.5",
|
||||
"minimatch": "^3.1.2",
|
||||
"read-config-file": "6.2.0",
|
||||
"sanitize-filename": "^1.6.3",
|
||||
"semver": "^7.3.7",
|
||||
"tar": "^6.1.11",
|
||||
"temp-file": "^3.4.0"
|
||||
"minimatch": "^10.2.5",
|
||||
"pkijs": "^3.4.0",
|
||||
"plist": "3.1.0",
|
||||
"proper-lockfile": "^4.1.2",
|
||||
"resedit": "^1.7.0",
|
||||
"semver": "~7.7.3",
|
||||
"tar": "^7.5.7",
|
||||
"temp-file": "^3.4.0",
|
||||
"tiny-async-pool": "1.3.0",
|
||||
"unzipper": "^0.12.3",
|
||||
"which": "^5.0.0",
|
||||
"builder-util-runtime": "9.7.0",
|
||||
"builder-util": "26.15.3",
|
||||
"electron-publish": "26.15.3"
|
||||
},
|
||||
"///": "babel in devDependencies for proton tests",
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.15.5",
|
||||
"@babel/plugin-proposal-class-properties": "7.14.5",
|
||||
"@babel/plugin-proposal-decorators": "7.15.4",
|
||||
"@babel/plugin-proposal-do-expressions": "7.14.5",
|
||||
"@babel/plugin-proposal-export-default-from": "7.14.5",
|
||||
"@babel/plugin-proposal-export-namespace-from": "7.14.5",
|
||||
"@babel/plugin-proposal-function-bind": "7.14.5",
|
||||
"@babel/plugin-proposal-function-sent": "7.14.5",
|
||||
"@babel/plugin-proposal-json-strings": "7.14.5",
|
||||
"@babel/plugin-proposal-logical-assignment-operators": "7.14.5",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
|
||||
"@babel/plugin-proposal-numeric-separator": "7.14.5",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.14.5",
|
||||
"@babel/plugin-proposal-pipeline-operator": "7.15.0",
|
||||
"@babel/plugin-proposal-throw-expressions": "7.14.5",
|
||||
"@babel/core": "7.24.9",
|
||||
"@babel/plugin-proposal-class-properties": "7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "7.24.7",
|
||||
"@babel/plugin-proposal-do-expressions": "7.24.7",
|
||||
"@babel/plugin-proposal-export-default-from": "7.24.7",
|
||||
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
||||
"@babel/plugin-proposal-function-bind": "7.24.7",
|
||||
"@babel/plugin-proposal-function-sent": "7.24.7",
|
||||
"@babel/plugin-proposal-json-strings": "7.18.6",
|
||||
"@babel/plugin-proposal-logical-assignment-operators": "7.20.7",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
||||
"@babel/plugin-proposal-numeric-separator": "7.18.6",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
||||
"@babel/plugin-proposal-pipeline-operator": "7.24.7",
|
||||
"@babel/plugin-proposal-throw-expressions": "7.24.7",
|
||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||
"@babel/plugin-syntax-import-meta": "7.10.4",
|
||||
"@babel/preset-env": "7.15.6",
|
||||
"@babel/preset-react": "7.14.5",
|
||||
"@babel/preset-env": "7.24.8",
|
||||
"@babel/preset-react": "7.24.7",
|
||||
"@types/debug": "4.1.7",
|
||||
"@types/ejs": "3.1.0",
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"@types/hosted-git-info": "3.0.2",
|
||||
"@types/is-ci": "3.0.0",
|
||||
"@types/js-yaml": "4.0.3",
|
||||
"@types/semver": "7.3.8",
|
||||
"@types/tar": "^6.1.1",
|
||||
"dmg-builder": "23.6.0",
|
||||
"electron-builder-squirrel-windows": "23.6.0"
|
||||
"@types/plist": "3.0.5",
|
||||
"@types/proper-lockfile": "^4.1.4",
|
||||
"@types/semver": "7.7.1",
|
||||
"@types/tiny-async-pool": "^1",
|
||||
"@types/unzipper": "^0.10.11",
|
||||
"@types/which": "^3.0.4",
|
||||
"toml": "^3.0.0",
|
||||
"dmg-builder": "26.15.3",
|
||||
"electron-builder-squirrel-windows": "26.15.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"dmg-builder": "26.15.3",
|
||||
"electron-builder-squirrel-windows": "26.15.3"
|
||||
},
|
||||
"//": "electron-builder-squirrel-windows and dmg-builder added as dev dep for tests (as otherwise `require` doesn't work using Yarn 2)",
|
||||
"typings": "./out/index.d.ts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue