|
1 | 1 | { |
2 | 2 | "name": "@technote-space/assign-author", |
3 | | - "version": "1.5.3", |
| 3 | + "version": "1.5.4", |
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.5", |
41 | | - "@technote-space/github-action-helper": "^4.0.4", |
42 | | - "@technote-space/github-action-log-helper": "^0.1.5" |
| 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" |
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.1", |
48 | | - "@technote-space/release-github-actions-cli": "^1.7.1", |
| 47 | + "@technote-space/github-action-test-helper": "^0.6.4", |
| 48 | + "@technote-space/release-github-actions-cli": "^1.7.2", |
49 | 49 | "@types/jest": "^26.0.15", |
50 | | - "@types/node": "^14.14.6", |
51 | | - "@typescript-eslint/eslint-plugin": "^4.6.0", |
52 | | - "@typescript-eslint/parser": "^4.6.0", |
53 | | - "eslint": "^7.12.1", |
| 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", |
54 | 54 | "husky": "^4.3.0", |
55 | | - "jest": "^26.6.1", |
56 | | - "jest-circus": "^26.6.1", |
57 | | - "lint-staged": "^10.5.0", |
58 | | - "nock": "^13.0.4", |
59 | | - "ts-jest": "^26.4.3", |
60 | | - "typescript": "^4.0.5" |
| 55 | + "jest": "^26.6.3", |
| 56 | + "jest-circus": "^26.6.3", |
| 57 | + "lint-staged": "^10.5.1", |
| 58 | + "nock": "^13.0.5", |
| 59 | + "ts-jest": "^26.4.4", |
| 60 | + "typescript": "^4.1.2" |
61 | 61 | }, |
62 | 62 | "publishConfig": { |
63 | 63 | "access": "public" |
|
0 commit comments