|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/github-action-helper",
|
3 |
| - "version": "5.3.10", |
| 3 | + "version": "5.3.11", |
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 |
| - "@octokit/openapi-types": "^14.0.0", |
49 |
| - "@octokit/plugin-rest-endpoint-methods": "^6.7.0", |
50 |
| - "@technote-space/github-action-log-helper": "^0.2.9", |
| 48 | + "@technote-space/github-action-log-helper": "^0.2.10", |
51 | 49 | "shell-escape": "^0.2.0",
|
52 | 50 | "sprintf-js": "^1.1.2"
|
53 | 51 | },
|
54 | 52 | "devDependencies": {
|
55 |
| - "@commitlint/cli": "^17.3.0", |
56 |
| - "@commitlint/config-conventional": "^17.3.0", |
57 |
| - "@rollup/plugin-typescript": "^10.0.1", |
| 53 | + "@commitlint/cli": "^17.4.4", |
| 54 | + "@commitlint/config-conventional": "^17.4.4", |
| 55 | + "@rollup/plugin-typescript": "^11.0.0", |
58 | 56 | "@sindresorhus/tsconfig": "^3.0.1",
|
59 |
| - "@technote-space/github-action-test-helper": "^0.11.1", |
60 |
| - "@types/node": "^18.11.9", |
| 57 | + "@technote-space/github-action-test-helper": "^0.11.2", |
| 58 | + "@types/node": "^18.14.0", |
61 | 59 | "@types/shell-escape": "^0.2.1",
|
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 |
| - "eslint-plugin-import": "^2.26.0", |
67 |
| - "husky": "^8.0.2", |
68 |
| - "lint-staged": "^13.0.4", |
69 |
| - "nock": "^13.2.9", |
70 |
| - "rollup": "^3.5.0", |
71 |
| - "typescript": "^4.9.3", |
72 |
| - "vitest": "^0.25.3" |
| 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", |
| 64 | + "eslint-plugin-import": "^2.27.5", |
| 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" |
73 | 71 | },
|
74 | 72 | "publishConfig": {
|
75 | 73 | "access": "public"
|
|
0 commit comments