|
41 | 41 | "devDependencies": {
|
42 | 42 | "@actions/core": "^1.10.0",
|
43 | 43 | "@actions/github": "^5.1.1",
|
44 |
| - "@commitlint/cli": "^17.3.0", |
45 |
| - "@commitlint/config-conventional": "^17.3.0", |
| 44 | + "@commitlint/cli": "^17.4.0", |
| 45 | + "@commitlint/config-conventional": "^17.4.0", |
46 | 46 | "@rollup/plugin-commonjs": "^24.0.0",
|
47 | 47 | "@rollup/plugin-json": "^6.0.0",
|
48 | 48 | "@rollup/plugin-node-resolve": "^15.0.1",
|
49 |
| - "@rollup/plugin-typescript": "^10.0.1", |
| 49 | + "@rollup/plugin-typescript": "^11.0.0", |
50 | 50 | "@sindresorhus/tsconfig": "^3.0.1",
|
51 | 51 | "@technote-space/doctoc": "^2.6.1",
|
52 | 52 | "@technote-space/github-action-helper": "^5.3.10",
|
53 |
| - "@technote-space/github-action-log-helper": "^0.2.9", |
| 53 | + "@technote-space/github-action-log-helper": "^0.2.10", |
54 | 54 | "@technote-space/github-action-pr-helper": "^2.4.0",
|
55 |
| - "@technote-space/github-action-test-helper": "^0.11.1", |
| 55 | + "@technote-space/github-action-test-helper": "^0.11.2", |
56 | 56 | "@technote-space/release-github-actions-cli": "^1.9.3",
|
57 |
| - "@types/node": "^18.11.17", |
58 |
| - "@typescript-eslint/eslint-plugin": "^5.47.0", |
59 |
| - "@typescript-eslint/parser": "^5.47.0", |
60 |
| - "@vitest/coverage-c8": "^0.26.2", |
61 |
| - "eslint": "^8.30.0", |
| 57 | + "@types/node": "^18.11.18", |
| 58 | + "@typescript-eslint/eslint-plugin": "^5.48.0", |
| 59 | + "@typescript-eslint/parser": "^5.48.0", |
| 60 | + "@vitest/coverage-c8": "^0.26.3", |
| 61 | + "eslint": "^8.31.0", |
62 | 62 | "eslint-plugin-import": "^2.26.0",
|
63 | 63 | "fast-glob": "^3.2.12",
|
64 |
| - "husky": "^8.0.2", |
| 64 | + "husky": "^8.0.3", |
65 | 65 | "lint-staged": "^13.1.0",
|
66 | 66 | "nock": "^13.2.9",
|
67 | 67 | "pinst": "^3.0.0",
|
68 |
| - "rollup": "^3.8.1", |
| 68 | + "rollup": "^3.9.1", |
69 | 69 | "typescript": "^4.9.4",
|
70 |
| - "vitest": "^0.26.2" |
| 70 | + "vitest": "^0.26.3" |
71 | 71 | },
|
72 | 72 | "publishConfig": {
|
73 | 73 | "access": "public"
|
|
0 commit comments