|
28 | 28 | "dependencies": { |
29 | 29 | "@actions/core": "^1.2.3", |
30 | 30 | "@actions/github": "^2.1.1", |
31 | | - "@technote-space/filter-github-action": "^0.2.7", |
32 | | - "@technote-space/github-action-helper": "^2.0.1" |
| 31 | + "@technote-space/filter-github-action": "^0.2.8", |
| 32 | + "@technote-space/github-action-helper": "^2.0.3" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | 35 | "@commitlint/cli": "^8.3.5", |
36 | 36 | "@commitlint/config-conventional": "^8.3.4", |
37 | | - "@technote-space/github-action-test-helper": "^0.3.2", |
| 37 | + "@technote-space/github-action-test-helper": "^0.3.3", |
38 | 38 | "@technote-space/release-github-actions-cli": "^1.5.4", |
39 | 39 | "@types/jest": "^25.1.4", |
40 | | - "@types/node": "^13.9.5", |
41 | | - "@typescript-eslint/eslint-plugin": "^2.25.0", |
42 | | - "@typescript-eslint/parser": "^2.25.0", |
| 40 | + "@types/node": "^13.9.8", |
| 41 | + "@typescript-eslint/eslint-plugin": "^2.26.0", |
| 42 | + "@typescript-eslint/parser": "^2.26.0", |
43 | 43 | "eslint": "^6.8.0", |
44 | 44 | "husky": "^4.2.3", |
45 | | - "jest": "^25.2.3", |
46 | | - "jest-circus": "^25.2.3", |
47 | | - "lint-staged": "^10.0.9", |
| 45 | + "jest": "^25.2.4", |
| 46 | + "jest-circus": "^25.2.4", |
| 47 | + "lint-staged": "^10.1.0", |
48 | 48 | "nock": "^12.0.3", |
49 | | - "ts-jest": "^25.2.1", |
| 49 | + "ts-jest": "^25.3.0", |
50 | 50 | "typescript": "^3.8.3" |
51 | 51 | }, |
52 | 52 | "publishConfig": { |
|
0 commit comments