Skip to content
Merged
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/assign-author",
"version": "1.2.10",
"version": "1.2.11",
"description": "GitHub actions to assign author to issue or PR.",
"author": {
"name": "Technote",
Expand All @@ -27,22 +27,22 @@
],
"dependencies": {
"@actions/core": "^1.2.2",
"@actions/github": "^2.1.0",
"@technote-space/filter-github-action": "^0.2.2",
"@technote-space/github-action-helper": "^1.1.3"
"@actions/github": "^2.1.1",
"@technote-space/filter-github-action": "^0.2.4",
"@technote-space/github-action-helper": "^1.2.0"
},
"devDependencies": {
"@technote-space/github-action-test-helper": "^0.2.2",
"@types/jest": "^25.1.2",
"@types/node": "^13.7.1",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"@technote-space/github-action-test-helper": "^0.2.4",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.6",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"eslint": "^6.8.0",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"nock": "^11.8.2",
"ts-jest": "^25.2.0",
"typescript": "^3.7.5"
"nock": "^12.0.1",
"ts-jest": "^25.2.1",
"typescript": "^3.8.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading