build for normal issue support, and deps

This commit is contained in:
Michael Shick 2020-08-11 15:42:11 -07:00
parent 01ba04de6a
commit 07f690343c
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
4 changed files with 2616 additions and 687 deletions

View file

@ -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"
}
}