|
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.19", |
32 |
| - "@technote-space/github-action-helper": "^3.0.3" |
| 31 | + "@technote-space/filter-github-action": "^0.2.20", |
| 32 | + "@technote-space/github-action-helper": "^3.0.4" |
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@commitlint/cli": "^9.0.1", |
36 |
| - "@commitlint/config-conventional": "^9.0.1", |
37 |
| - "@technote-space/github-action-test-helper": "^0.5.1", |
| 35 | + "@commitlint/cli": "^9.1.1", |
| 36 | + "@commitlint/config-conventional": "^9.1.1", |
| 37 | + "@technote-space/github-action-test-helper": "^0.5.2", |
38 | 38 | "@technote-space/release-github-actions-cli": "^1.6.8",
|
39 | 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", |
| 40 | + "@types/node": "^14.0.23", |
| 41 | + "@typescript-eslint/eslint-plugin": "^3.6.1", |
| 42 | + "@typescript-eslint/parser": "^3.6.1", |
43 | 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 | 48 | "nock": "^13.0.2",
|
49 |
| - "ts-jest": "^26.1.1", |
| 49 | + "ts-jest": "^26.1.2", |
50 | 50 | "typescript": "^3.9.6"
|
51 | 51 | },
|
52 | 52 | "publishConfig": {
|
|
0 commit comments