mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Update several dev dependencies
* @typescript-eslint/eslint-plugin to v4.28.0 * @typescript-eslint/parser to v4.28.0 * @vercel/ncc to v0.28.6 * eslint to v7.29.0 * eslint-config-prettier to v8.3.0 * husky to v4.3.8 * prettier to v2.3.2 * typescript to v4.3.4
This commit is contained in:
parent
d0d744e9a7
commit
e5cff8a646
4 changed files with 7113 additions and 6668 deletions
|
|
@ -5,7 +5,7 @@ extends:
|
|||
- eslint:recommended
|
||||
- plugin:@typescript-eslint/eslint-recommended
|
||||
- plugin:@typescript-eslint/recommended
|
||||
- prettier/@typescript-eslint
|
||||
- prettier
|
||||
rules:
|
||||
# '@typescript-eslint/explicit-function-return-type': 0
|
||||
'@typescript-eslint/no-use-before-define':
|
||||
|
|
|
|||
11753
dist/index.js
vendored
11753
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2010
package-lock.json
generated
2010
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
|
@ -45,16 +45,16 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.23",
|
||||
"@typescript-eslint/eslint-plugin": "^3.9.1",
|
||||
"@typescript-eslint/parser": "^3.9.1",
|
||||
"@vercel/ncc": "^0.23.0",
|
||||
"eslint": "^7.7.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"husky": "^4.2.5",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.0",
|
||||
"@typescript-eslint/parser": "^4.28.0",
|
||||
"@vercel/ncc": "^0.28.6",
|
||||
"eslint": "^7.29.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"husky": "^4.3.8",
|
||||
"jest": "^27.0.5",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.0.5",
|
||||
"prettier": "^2.3.2",
|
||||
"ts-jest": "^27.0.3",
|
||||
"typescript": "^4.0.2"
|
||||
"typescript": "^4.3.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue