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,6 +1,6 @@
{
"name": "yargs",
"version": "17.7.2",
"version": "17.7.3",
"description": "yargs the modern, pirate-themed, successor to optimist.",
"main": "./index.cjs",
"exports": {
@ -23,9 +23,9 @@
"./yargs": [
{
"import": "./yargs.mjs",
"require": "./yargs"
"require": "./yargs.cjs"
},
"./yargs"
"./yargs.cjs"
]
},
"type": "module",
@ -44,6 +44,7 @@
"helpers/*",
"index.mjs",
"yargs",
"yargs.cjs",
"yargs.mjs",
"build",
"locales",
@ -64,7 +65,7 @@
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^9.0.0",
"@types/node": "^18.0.0",
"@types/node": "18.16.1",
"c8": "^7.7.0",
"chai": "^4.2.0",
"chalk": "^4.0.0",
@ -81,6 +82,7 @@
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^2.0.4",
"tslib": "^2.4.0",
"typescript": "^4.0.2",
"which": "^2.0.0",
"yargs-test-extends": "^1.0.1"