build(deps): updating all deps to latest and assoc code updates

This commit is contained in:
Michael Shick 2020-07-06 12:03:13 -04:00
parent 1fbf288a23
commit 8368d23e75
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
3 changed files with 989 additions and 1187 deletions

View file

@ -29,23 +29,23 @@
"homepage": "https://github.com/mshick/add-pr-comment#readme",
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/github": "^2.2.0",
"@actions/github": "^4.0.0",
"@actions/http-client": "^1.0.8"
},
"devDependencies": {
"@octokit/types": "^5.0.1",
"@types/jest": "^25.2.3",
"@types/jest": "^26.0.3",
"@types/node": "^12.12.42",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"@zeit/ncc": "^0.22.3",
"eslint": "^7.0.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.1",
"nock": "^12.0.3",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.1.0",
"nock": "^13.0.2",
"prettier": "^2.0.5",
"ts-jest": "^26.0.0",
"typescript": "^3.9.3"
"ts-jest": "^26.1.1",
"typescript": "^3.9.6"
}
}