mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
build for normal issue support, and deps
This commit is contained in:
parent
01ba04de6a
commit
07f690343c
4 changed files with 2616 additions and 687 deletions
20
package.json
20
package.json
|
|
@ -33,20 +33,20 @@
|
|||
"@actions/http-client": "^1.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@octokit/types": "^5.0.1",
|
||||
"@types/jest": "^26.0.3",
|
||||
"@octokit/types": "^5.4.0",
|
||||
"@types/jest": "^26.0.9",
|
||||
"@types/node": "^12.12.42",
|
||||
"@typescript-eslint/eslint-plugin": "^3.5.0",
|
||||
"@typescript-eslint/parser": "^3.5.0",
|
||||
"@typescript-eslint/eslint-plugin": "^3.9.0",
|
||||
"@typescript-eslint/parser": "^3.9.0",
|
||||
"@zeit/ncc": "^0.22.3",
|
||||
"eslint": "^7.4.0",
|
||||
"eslint": "^7.6.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"jest": "^26.1.0",
|
||||
"jest-circus": "^26.1.0",
|
||||
"nock": "^13.0.2",
|
||||
"jest": "^26.3.0",
|
||||
"jest-circus": "^26.3.0",
|
||||
"nock": "^13.0.4",
|
||||
"prettier": "^2.0.5",
|
||||
"ts-jest": "^26.1.1",
|
||||
"typescript": "^3.9.6"
|
||||
"ts-jest": "^26.2.0",
|
||||
"typescript": "^3.9.7"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue