update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
31
electron/node_modules/@malept/cross-spawn-promise/package.json
generated
vendored
31
electron/node_modules/@malept/cross-spawn-promise/package.json
generated
vendored
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "@malept/cross-spawn-promise",
|
||||
"version": "1.1.1",
|
||||
"version": "2.0.0",
|
||||
"description": "Promisified version of cross-spawn",
|
||||
"main": "dist/src/index.js",
|
||||
"repository": "https://github.com/malept/cross-spawn-promise",
|
||||
"author": "Mark Lee",
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
"node": ">= 12.13.0"
|
||||
},
|
||||
"scripts": {
|
||||
"ava": "ava",
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
"coverage": "nyc --reporter=lcov --reporter=text ava",
|
||||
"docs": "typedoc src/index.ts",
|
||||
"lint": "prettier --check . && eslint --ext .ts .",
|
||||
"prepare": "npm run build",
|
||||
"prepare": "husky install && yarn build",
|
||||
"test": "yarn lint && yarn ava"
|
||||
},
|
||||
"files": [
|
||||
|
|
@ -27,24 +27,25 @@
|
|||
"devDependencies": {
|
||||
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
||||
"@types/cross-spawn": "^6.0.1",
|
||||
"@types/node": "^15.14.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.0.1",
|
||||
"@typescript-eslint/parser": "^4.0.1",
|
||||
"ava": "^3.3.0",
|
||||
"eslint": "^7.0.0",
|
||||
"eslint-config-prettier": "^6.10.0",
|
||||
"eslint-plugin-ava": "^11.0.0",
|
||||
"eslint-config-prettier": "^8.0.0",
|
||||
"eslint-plugin-ava": "^12.0.0",
|
||||
"eslint-plugin-import": "^2.20.1",
|
||||
"eslint-plugin-prettier": "^3.1.2",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-promise": "^5.1.0",
|
||||
"eslint-plugin-tsdoc": "^0.2.5",
|
||||
"husky": "^4.2.1",
|
||||
"lint-staged": "^10.0.7",
|
||||
"husky": "^7.0.0",
|
||||
"lint-staged": "^11.0.0",
|
||||
"nyc": "^15.0.0",
|
||||
"prettier": "^2.0.1",
|
||||
"source-map-support": "^0.5.16",
|
||||
"ts-node": "^9.0.0",
|
||||
"typedoc": "^0.20.0-beta.24",
|
||||
"typescript": "^4.0.2"
|
||||
"ts-node": "^10.0.0",
|
||||
"typedoc": "^0.21.2",
|
||||
"typescript": "~4.3.5"
|
||||
},
|
||||
"ava": {
|
||||
"extensions": [
|
||||
|
|
@ -57,7 +58,7 @@
|
|||
"eslintConfig": {
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": "2018",
|
||||
"ecmaVersion": "2019",
|
||||
"sourceType": "module"
|
||||
},
|
||||
"plugins": [
|
||||
|
|
@ -73,8 +74,7 @@
|
|||
"plugin:import/typescript",
|
||||
"plugin:prettier/recommended",
|
||||
"plugin:promise/recommended",
|
||||
"prettier",
|
||||
"prettier/@typescript-eslint"
|
||||
"prettier"
|
||||
],
|
||||
"rules": {
|
||||
"strict": "error",
|
||||
|
|
@ -94,9 +94,6 @@
|
|||
"url": "https://tidelift.com/subscription/pkg/npm-.malept-cross-spawn-promise?utm_medium=referral&utm_source=npm_fund"
|
||||
}
|
||||
],
|
||||
"husky": {
|
||||
"pre-commit": "lint-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{json,md,yml}": "prettier --write",
|
||||
"*.ts": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue