|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/github-action-helper",
|
3 |
| - "version": "5.3.13", |
| 3 | + "version": "5.3.14", |
4 | 4 | "description": "Helper for GitHub Action.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
45 | 45 | "dependencies": {
|
46 | 46 | "@actions/core": "^1.10.0",
|
47 | 47 | "@actions/github": "^5.1.1",
|
48 |
| - "@technote-space/github-action-log-helper": "^0.2.11", |
| 48 | + "@technote-space/github-action-log-helper": "^0.2.17", |
49 | 49 | "shell-escape": "^0.2.0",
|
50 | 50 | "sprintf-js": "^1.1.2"
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@commitlint/cli": "^17.4.4", |
54 |
| - "@commitlint/config-conventional": "^17.4.4", |
55 |
| - "@rollup/plugin-typescript": "^11.0.0", |
| 53 | + "@commitlint/cli": "^17.6.3", |
| 54 | + "@commitlint/config-conventional": "^17.6.3", |
| 55 | + "@rollup/plugin-typescript": "^11.1.1", |
56 | 56 | "@sindresorhus/tsconfig": "^3.0.1",
|
57 |
| - "@technote-space/github-action-test-helper": "^0.11.3", |
58 |
| - "@types/node": "^18.14.0", |
| 57 | + "@technote-space/github-action-test-helper": "^0.11.14", |
| 58 | + "@types/node": "^20.2.1", |
59 | 59 | "@types/shell-escape": "^0.2.1",
|
60 |
| - "@typescript-eslint/eslint-plugin": "^5.53.0", |
61 |
| - "@typescript-eslint/parser": "^5.53.0", |
62 |
| - "@vitest/coverage-c8": "^0.28.5", |
63 |
| - "eslint": "^8.34.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "^5.59.6", |
| 61 | + "@typescript-eslint/parser": "^5.59.6", |
| 62 | + "@vitest/coverage-c8": "^0.31.1", |
| 63 | + "eslint": "^8.41.0", |
64 | 64 | "eslint-plugin-import": "^2.27.5",
|
65 | 65 | "husky": "^8.0.3",
|
66 |
| - "lint-staged": "^13.1.2", |
67 |
| - "nock": "^13.3.0", |
68 |
| - "rollup": "^3.17.2", |
69 |
| - "typescript": "^4.9.5", |
70 |
| - "vitest": "^0.28.5" |
| 66 | + "lint-staged": "^13.2.2", |
| 67 | + "nock": "^13.3.1", |
| 68 | + "rollup": "^3.22.0", |
| 69 | + "typescript": "^5.0.4", |
| 70 | + "vitest": "^0.31.1" |
71 | 71 | },
|
72 | 72 | "publishConfig": {
|
73 | 73 | "access": "public"
|
|
0 commit comments