|
1 | 1 | { |
2 | 2 | "name": "@technote-space/assign-author", |
3 | | - "version": "1.5.4", |
| 3 | + "version": "1.5.5", |
4 | 4 | "description": "GitHub actions to assign author to issue or PR.", |
5 | 5 | "keywords": [ |
6 | 6 | "github", |
|
37 | 37 | "dependencies": { |
38 | 38 | "@actions/core": "^1.2.6", |
39 | 39 | "@actions/github": "^4.0.0", |
40 | | - "@technote-space/filter-github-action": "^0.5.7", |
41 | | - "@technote-space/github-action-helper": "^4.2.7", |
42 | | - "@technote-space/github-action-log-helper": "^0.1.8" |
| 40 | + "@technote-space/filter-github-action": "^0.5.9", |
| 41 | + "@technote-space/github-action-helper": "^4.4.4", |
| 42 | + "@technote-space/github-action-log-helper": "^0.1.9" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | 45 | "@commitlint/cli": "^11.0.0", |
46 | 46 | "@commitlint/config-conventional": "^11.0.0", |
47 | | - "@technote-space/github-action-test-helper": "^0.6.4", |
48 | | - "@technote-space/release-github-actions-cli": "^1.7.2", |
49 | | - "@types/jest": "^26.0.15", |
50 | | - "@types/node": "^14.14.9", |
51 | | - "@typescript-eslint/eslint-plugin": "^4.8.1", |
52 | | - "@typescript-eslint/parser": "^4.8.1", |
53 | | - "eslint": "^7.14.0", |
| 47 | + "@technote-space/github-action-test-helper": "^0.6.5", |
| 48 | + "@technote-space/release-github-actions-cli": "^1.7.3", |
| 49 | + "@types/jest": "^26.0.16", |
| 50 | + "@types/node": "^14.14.10", |
| 51 | + "@typescript-eslint/eslint-plugin": "^4.9.0", |
| 52 | + "@typescript-eslint/parser": "^4.9.0", |
| 53 | + "eslint": "^7.15.0", |
54 | 54 | "husky": "^4.3.0", |
55 | 55 | "jest": "^26.6.3", |
56 | 56 | "jest-circus": "^26.6.3", |
57 | | - "lint-staged": "^10.5.1", |
| 57 | + "lint-staged": "^10.5.3", |
58 | 58 | "nock": "^13.0.5", |
59 | 59 | "ts-jest": "^26.4.4", |
60 | 60 | "typescript": "^4.1.2" |
|
0 commit comments