|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/github-action-helper",
|
3 |
| - "version": "5.3.9", |
| 3 | + "version": "5.3.10", |
4 | 4 | "description": "Helper for GitHub Action.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
47 | 47 | "@actions/github": "^5.1.1",
|
48 | 48 | "@octokit/openapi-types": "^14.0.0",
|
49 | 49 | "@octokit/plugin-rest-endpoint-methods": "^6.7.0",
|
50 |
| - "@technote-space/github-action-log-helper": "^0.2.8", |
| 50 | + "@technote-space/github-action-log-helper": "^0.2.9", |
51 | 51 | "shell-escape": "^0.2.0",
|
52 | 52 | "sprintf-js": "^1.1.2"
|
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 |
| - "@commitlint/cli": "^17.1.2", |
56 |
| - "@commitlint/config-conventional": "^17.1.0", |
57 |
| - "@rollup/plugin-typescript": "^9.0.2", |
| 55 | + "@commitlint/cli": "^17.3.0", |
| 56 | + "@commitlint/config-conventional": "^17.3.0", |
| 57 | + "@rollup/plugin-typescript": "^10.0.1", |
58 | 58 | "@sindresorhus/tsconfig": "^3.0.1",
|
59 |
| - "@technote-space/github-action-test-helper": "^0.11.0", |
60 |
| - "@types/node": "^18.11.8", |
| 59 | + "@technote-space/github-action-test-helper": "^0.11.1", |
| 60 | + "@types/node": "^18.11.9", |
61 | 61 | "@types/shell-escape": "^0.2.1",
|
62 |
| - "@typescript-eslint/eslint-plugin": "^5.41.0", |
63 |
| - "@typescript-eslint/parser": "^5.41.0", |
64 |
| - "@vitest/coverage-c8": "^0.24.4", |
65 |
| - "eslint": "^8.26.0", |
| 62 | + "@typescript-eslint/eslint-plugin": "^5.45.0", |
| 63 | + "@typescript-eslint/parser": "^5.45.0", |
| 64 | + "@vitest/coverage-c8": "^0.25.3", |
| 65 | + "eslint": "^8.28.0", |
66 | 66 | "eslint-plugin-import": "^2.26.0",
|
67 |
| - "husky": "^8.0.1", |
68 |
| - "lint-staged": "^13.0.3", |
| 67 | + "husky": "^8.0.2", |
| 68 | + "lint-staged": "^13.0.4", |
69 | 69 | "nock": "^13.2.9",
|
70 |
| - "rollup": "^3.2.3", |
71 |
| - "typescript": "^4.8.4", |
72 |
| - "vitest": "^0.24.4" |
| 70 | + "rollup": "^3.5.0", |
| 71 | + "typescript": "^4.9.3", |
| 72 | + "vitest": "^0.25.3" |
73 | 73 | },
|
74 | 74 | "publishConfig": {
|
75 | 75 | "access": "public"
|
|
0 commit comments