|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/github-action-helper",
|
3 |
| - "version": "4.4.4", |
| 3 | + "version": "4.4.5", |
4 | 4 | "description": "Helper for GitHub Action.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
38 | 38 | "@actions/github": "^4.0.0",
|
39 | 39 | "@octokit/openapi-types": "^2.0.0",
|
40 | 40 | "@octokit/plugin-rest-endpoint-methods": "^4.4.1",
|
41 |
| - "@technote-space/github-action-log-helper": "^0.1.9", |
| 41 | + "@technote-space/github-action-log-helper": "^0.1.10", |
42 | 42 | "shell-escape": "^0.2.0",
|
43 | 43 | "sprintf-js": "^1.1.2"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 | 46 | "@commitlint/cli": "^11.0.0",
|
47 | 47 | "@commitlint/config-conventional": "^11.0.0",
|
48 |
| - "@technote-space/github-action-test-helper": "^0.6.5", |
49 |
| - "@types/jest": "^26.0.16", |
50 |
| - "@types/node": "^14.14.10", |
51 |
| - "@typescript-eslint/eslint-plugin": "^4.9.0", |
52 |
| - "@typescript-eslint/parser": "^4.9.0", |
| 48 | + "@technote-space/github-action-test-helper": "^0.6.6", |
| 49 | + "@types/jest": "^26.0.19", |
| 50 | + "@types/node": "^14.14.13", |
| 51 | + "@typescript-eslint/eslint-plugin": "^4.9.1", |
| 52 | + "@typescript-eslint/parser": "^4.9.1", |
53 | 53 | "eslint": "^7.15.0",
|
54 |
| - "husky": "^4.3.4", |
| 54 | + "husky": "^4.3.6", |
55 | 55 | "jest": "^26.6.3",
|
56 | 56 | "jest-circus": "^26.6.3",
|
57 | 57 | "lint-staged": "^10.5.3",
|
58 | 58 | "nock": "^13.0.5",
|
59 | 59 | "ts-jest": "^26.4.4",
|
60 |
| - "typescript": "^4.1.2" |
| 60 | + "typescript": "^4.1.3" |
61 | 61 | },
|
62 | 62 | "publishConfig": {
|
63 | 63 | "access": "public"
|
|
0 commit comments