|
1 | 1 | { |
2 | 2 | "name": "@technote-space/assign-author", |
3 | | - "version": "1.4.6", |
| 3 | + "version": "1.4.7", |
4 | 4 | "description": "GitHub actions to assign author to issue or PR.", |
5 | 5 | "author": { |
6 | 6 | "name": "Technote", |
|
26 | 26 | "action.yml" |
27 | 27 | ], |
28 | 28 | "dependencies": { |
29 | | - "@actions/core": "^1.2.4", |
| 29 | + "@actions/core": "^1.2.5", |
30 | 30 | "@actions/github": "^4.0.0", |
31 | | - "@technote-space/filter-github-action": "^0.5.1", |
32 | | - "@technote-space/github-action-helper": "^3.3.1" |
| 31 | + "@technote-space/filter-github-action": "^0.5.2", |
| 32 | + "@technote-space/github-action-helper": "^3.4.0" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | 35 | "@commitlint/cli": "^9.1.2", |
36 | 36 | "@commitlint/config-conventional": "^9.1.2", |
37 | | - "@technote-space/github-action-test-helper": "^0.5.6", |
38 | | - "@technote-space/release-github-actions-cli": "^1.6.9", |
39 | | - "@types/jest": "^26.0.10", |
40 | | - "@types/node": "^14.6.0", |
41 | | - "@typescript-eslint/eslint-plugin": "^3.9.1", |
42 | | - "@typescript-eslint/parser": "^3.9.1", |
43 | | - "eslint": "^7.7.0", |
| 37 | + "@technote-space/github-action-test-helper": "^0.5.7", |
| 38 | + "@technote-space/release-github-actions-cli": "^1.6.10", |
| 39 | + "@types/jest": "^26.0.13", |
| 40 | + "@types/node": "^14.6.4", |
| 41 | + "@typescript-eslint/eslint-plugin": "^4.0.1", |
| 42 | + "@typescript-eslint/parser": "^4.0.1", |
| 43 | + "eslint": "^7.8.1", |
44 | 44 | "husky": "^4.2.5", |
45 | | - "jest": "^26.4.0", |
46 | | - "jest-circus": "^26.4.0", |
47 | | - "lint-staged": "^10.2.11", |
| 45 | + "jest": "^26.4.2", |
| 46 | + "jest-circus": "^26.4.2", |
| 47 | + "lint-staged": "^10.3.0", |
48 | 48 | "nock": "^13.0.4", |
49 | | - "ts-jest": "^26.2.0", |
50 | | - "typescript": "^3.9.7" |
| 49 | + "ts-jest": "^26.3.0", |
| 50 | + "typescript": "^4.0.2" |
51 | 51 | }, |
52 | 52 | "publishConfig": { |
53 | 53 | "access": "public" |
|
0 commit comments