|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/assign-author",
|
3 |
| - "version": "1.4.1", |
| 3 | + "version": "1.4.2", |
4 | 4 | "description": "GitHub actions to assign author to issue or PR.",
|
5 | 5 | "author": {
|
6 | 6 | "name": "Technote",
|
|
28 | 28 | "dependencies": {
|
29 | 29 | "@actions/core": "^1.2.4",
|
30 | 30 | "@actions/github": "^4.0.0",
|
31 |
| - "@technote-space/filter-github-action": "^0.2.18", |
| 31 | + "@technote-space/filter-github-action": "^0.2.19", |
32 | 32 | "@technote-space/github-action-helper": "^3.0.3"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 | 35 | "@commitlint/cli": "^9.0.1",
|
36 | 36 | "@commitlint/config-conventional": "^9.0.1",
|
37 | 37 | "@technote-space/github-action-test-helper": "^0.5.1",
|
38 | 38 | "@technote-space/release-github-actions-cli": "^1.6.8",
|
39 |
| - "@types/jest": "^26.0.3", |
40 |
| - "@types/node": "^14.0.14", |
41 |
| - "@typescript-eslint/eslint-plugin": "^3.5.0", |
42 |
| - "@typescript-eslint/parser": "^3.5.0", |
43 |
| - "eslint": "^7.3.1", |
| 39 | + "@types/jest": "^26.0.4", |
| 40 | + "@types/node": "^14.0.22", |
| 41 | + "@typescript-eslint/eslint-plugin": "^3.6.0", |
| 42 | + "@typescript-eslint/parser": "^3.6.0", |
| 43 | + "eslint": "^7.4.0", |
44 | 44 | "husky": "^4.2.5",
|
45 | 45 | "jest": "^26.1.0",
|
46 | 46 | "jest-circus": "^26.1.0",
|
47 | 47 | "lint-staged": "^10.2.11",
|
48 |
| - "nock": "^13.0.1", |
| 48 | + "nock": "^13.0.2", |
49 | 49 | "ts-jest": "^26.1.1",
|
50 |
| - "typescript": "^3.9.5" |
| 50 | + "typescript": "^3.9.6" |
51 | 51 | },
|
52 | 52 | "publishConfig": {
|
53 | 53 | "access": "public"
|
|
0 commit comments