|
1 | 1 | { |
2 | 2 | "name": "@technote-space/github-action-version-helper", |
3 | | - "version": "0.5.1", |
| 3 | + "version": "0.5.2", |
4 | 4 | "description": "Version helper for GitHub Actions.", |
5 | 5 | "author": { |
6 | 6 | "name": "Technote", |
|
27 | 27 | ], |
28 | 28 | "dependencies": { |
29 | 29 | "@actions/github": "^4.0.0", |
30 | | - "@technote-space/github-action-helper": "^4.0.2", |
31 | | - "@technote-space/github-action-log-helper": "^0.1.1" |
| 30 | + "@technote-space/github-action-helper": "^4.0.3", |
| 31 | + "@technote-space/github-action-log-helper": "^0.1.2" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | 34 | "@commitlint/cli": "^11.0.0", |
35 | 35 | "@commitlint/config-conventional": "^11.0.0", |
36 | 36 | "@octokit/types": "^5.5.0", |
37 | | - "@technote-space/github-action-test-helper": "^0.6.0", |
| 37 | + "@technote-space/github-action-test-helper": "^0.6.1", |
38 | 38 | "@types/jest": "^26.0.14", |
39 | | - "@types/node": "^14.11.2", |
40 | | - "@typescript-eslint/eslint-plugin": "^4.2.0", |
41 | | - "@typescript-eslint/parser": "^4.2.0", |
| 39 | + "@types/node": "^14.11.5", |
| 40 | + "@typescript-eslint/eslint-plugin": "^4.4.0", |
| 41 | + "@typescript-eslint/parser": "^4.4.0", |
42 | 42 | "eslint": "^7.10.0", |
43 | 43 | "husky": "^4.3.0", |
44 | | - "jest": "^26.4.2", |
45 | | - "jest-circus": "^26.4.2", |
| 44 | + "jest": "^26.5.2", |
| 45 | + "jest-circus": "^26.5.2", |
46 | 46 | "lint-staged": "^10.4.0", |
47 | 47 | "nock": "^13.0.4", |
48 | | - "ts-jest": "^26.4.0", |
| 48 | + "ts-jest": "^26.4.1", |
49 | 49 | "typescript": "^4.0.3" |
50 | 50 | }, |
51 | 51 | "publishConfig": { |
|
0 commit comments