|
1 | 1 | { |
2 | 2 | "name": "@technote-space/assign-author", |
3 | | - "version": "1.5.13", |
| 3 | + "version": "1.5.14", |
4 | 4 | "description": "GitHub actions to assign author to issue or PR.", |
5 | 5 | "keywords": [ |
6 | 6 | "github", |
|
36 | 36 | "postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install" |
37 | 37 | }, |
38 | 38 | "dependencies": { |
39 | | - "@actions/core": "^1.5.0", |
| 39 | + "@actions/core": "^1.6.0", |
40 | 40 | "@actions/github": "^5.0.0", |
41 | | - "@technote-space/filter-github-action": "^0.5.45", |
42 | | - "@technote-space/github-action-helper": "^5.2.19", |
43 | | - "@technote-space/github-action-log-helper": "^0.1.39" |
| 41 | + "@technote-space/filter-github-action": "^0.5.48", |
| 42 | + "@technote-space/github-action-helper": "^5.2.23", |
| 43 | + "@technote-space/github-action-log-helper": "^0.1.41" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@commitlint/cli": "^13.1.0", |
47 | | - "@commitlint/config-conventional": "^13.1.0", |
48 | | - "@technote-space/github-action-test-helper": "^0.7.25", |
49 | | - "@technote-space/release-github-actions-cli": "^1.8.6", |
50 | | - "@types/jest": "^27.0.1", |
51 | | - "@types/node": "^16.7.5", |
52 | | - "@typescript-eslint/eslint-plugin": "^4.29.3", |
53 | | - "@typescript-eslint/parser": "^4.29.3", |
54 | | - "eslint": "^7.32.0", |
55 | | - "husky": "^7.0.2", |
56 | | - "jest": "^27.1.0", |
57 | | - "jest-circus": "^27.1.0", |
58 | | - "lint-staged": "^11.1.2", |
59 | | - "nock": "^13.1.3", |
60 | | - "ts-jest": "^27.0.5", |
61 | | - "typescript": "^4.4.2" |
| 46 | + "@commitlint/cli": "^14.1.0", |
| 47 | + "@commitlint/config-conventional": "^14.1.0", |
| 48 | + "@technote-space/github-action-test-helper": "^0.7.28", |
| 49 | + "@technote-space/release-github-actions-cli": "^1.8.8", |
| 50 | + "@types/jest": "^27.0.2", |
| 51 | + "@types/node": "^16.11.7", |
| 52 | + "@typescript-eslint/eslint-plugin": "^5.3.1", |
| 53 | + "@typescript-eslint/parser": "^5.3.1", |
| 54 | + "eslint": "^8.2.0", |
| 55 | + "husky": "^7.0.4", |
| 56 | + "jest": "^27.3.1", |
| 57 | + "jest-circus": "^27.3.1", |
| 58 | + "lint-staged": "^11.2.6", |
| 59 | + "nock": "^13.2.1", |
| 60 | + "ts-jest": "^27.0.7", |
| 61 | + "typescript": "^4.4.4" |
62 | 62 | }, |
63 | 63 | "publishConfig": { |
64 | 64 | "access": "public" |
|
0 commit comments