mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-01 22:49:45 +11:00
build(deps): bump deps
This commit is contained in:
parent
5535d00f50
commit
150a3ccfe9
3 changed files with 1561 additions and 691 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2214
package-lock.json
generated
2214
package-lock.json
generated
File diff suppressed because it is too large
Load diff
28
package.json
28
package.json
|
|
@ -28,24 +28,24 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/mshick/add-pr-comment#readme",
|
"homepage": "https://github.com/mshick/add-pr-comment#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.2.3",
|
"@actions/core": "^1.2.4",
|
||||||
"@actions/github": "^2.1.1",
|
"@actions/github": "^2.2.0",
|
||||||
"@actions/http-client": "^1.0.8"
|
"@actions/http-client": "^1.0.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@octokit/types": "^4.0.1",
|
"@octokit/types": "^4.0.1",
|
||||||
"@types/jest": "^25.2.1",
|
"@types/jest": "^25.2.3",
|
||||||
"@types/node": "^13.11.1",
|
"@types/node": "^12.12.42",
|
||||||
"@typescript-eslint/eslint-plugin": "^2.27.0",
|
"@typescript-eslint/eslint-plugin": "^3.0.0",
|
||||||
"@typescript-eslint/parser": "^2.27.0",
|
"@typescript-eslint/parser": "^3.0.0",
|
||||||
"@zeit/ncc": "^0.22.0",
|
"@zeit/ncc": "^0.22.3",
|
||||||
"eslint": "^6.8.0",
|
"eslint": "^7.0.0",
|
||||||
"eslint-config-prettier": "^6.10.1",
|
"eslint-config-prettier": "^6.11.0",
|
||||||
"eslint-plugin-prettier": "^3.1.2",
|
"eslint-plugin-prettier": "^3.1.3",
|
||||||
"jest": "^25.3.0",
|
"jest": "^26.0.1",
|
||||||
"nock": "^12.0.3",
|
"nock": "^12.0.3",
|
||||||
"prettier": "^2.0.4",
|
"prettier": "^2.0.5",
|
||||||
"ts-jest": "^25.3.1",
|
"ts-jest": "^26.0.0",
|
||||||
"typescript": "^3.8.3"
|
"typescript": "^3.9.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue