|
1 | 1 | { |
2 | 2 | "name": "@technote-space/assign-author", |
3 | | - "version": "1.2.10", |
| 3 | + "version": "1.2.11", |
4 | 4 | "description": "GitHub actions to assign author to issue or PR.", |
5 | 5 | "author": { |
6 | 6 | "name": "Technote", |
|
27 | 27 | ], |
28 | 28 | "dependencies": { |
29 | 29 | "@actions/core": "^1.2.2", |
30 | | - "@actions/github": "^2.1.0", |
31 | | - "@technote-space/filter-github-action": "^0.2.2", |
32 | | - "@technote-space/github-action-helper": "^1.1.3" |
| 30 | + "@actions/github": "^2.1.1", |
| 31 | + "@technote-space/filter-github-action": "^0.2.4", |
| 32 | + "@technote-space/github-action-helper": "^1.2.0" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@technote-space/github-action-test-helper": "^0.2.2", |
36 | | - "@types/jest": "^25.1.2", |
37 | | - "@types/node": "^13.7.1", |
38 | | - "@typescript-eslint/eslint-plugin": "^2.19.2", |
39 | | - "@typescript-eslint/parser": "^2.19.2", |
| 35 | + "@technote-space/github-action-test-helper": "^0.2.4", |
| 36 | + "@types/jest": "^25.1.3", |
| 37 | + "@types/node": "^13.7.6", |
| 38 | + "@typescript-eslint/eslint-plugin": "^2.21.0", |
| 39 | + "@typescript-eslint/parser": "^2.21.0", |
40 | 40 | "eslint": "^6.8.0", |
41 | 41 | "jest": "^25.1.0", |
42 | 42 | "jest-circus": "^25.1.0", |
43 | | - "nock": "^11.8.2", |
44 | | - "ts-jest": "^25.2.0", |
45 | | - "typescript": "^3.7.5" |
| 43 | + "nock": "^12.0.1", |
| 44 | + "ts-jest": "^25.2.1", |
| 45 | + "typescript": "^3.8.2" |
46 | 46 | }, |
47 | 47 | "publishConfig": { |
48 | 48 | "access": "public" |
|
0 commit comments