|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/github-action-config-helper",
|
3 |
| - "version": "2.1.8", |
| 3 | + "version": "2.1.9", |
4 | 4 | "description": "Helper for GitHub Action to manage config.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
41 | 41 | },
|
42 | 42 | "dependencies": {
|
43 | 43 | "@actions/github": "^5.1.1",
|
44 |
| - "@octokit/plugin-rest-endpoint-methods": "^6.7.0", |
45 |
| - "@technote-space/github-action-helper": "^5.3.10", |
| 44 | + "@octokit/plugin-rest-endpoint-methods": "^7.0.1", |
| 45 | + "@technote-space/github-action-helper": "^5.3.13", |
46 | 46 | "js-yaml": "^4.1.0"
|
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 |
| - "@rollup/plugin-typescript": "^10.0.1", |
| 49 | + "@rollup/plugin-typescript": "^11.0.0", |
50 | 50 | "@sindresorhus/tsconfig": "^3.0.1",
|
51 |
| - "@technote-space/github-action-test-helper": "^0.11.1", |
| 51 | + "@technote-space/github-action-test-helper": "^0.11.3", |
52 | 52 | "@types/js-yaml": "^4.0.5",
|
53 |
| - "@types/node": "^18.11.9", |
54 |
| - "@typescript-eslint/eslint-plugin": "^5.45.0", |
55 |
| - "@typescript-eslint/parser": "^5.45.0", |
56 |
| - "@vitest/coverage-c8": "^0.25.3", |
57 |
| - "eslint": "^8.28.0", |
58 |
| - "eslint-plugin-import": "^2.26.0", |
59 |
| - "nock": "^13.2.9", |
60 |
| - "rollup": "^3.5.0", |
61 |
| - "typescript": "^4.9.3", |
62 |
| - "vitest": "^0.25.3" |
| 53 | + "@types/node": "^18.14.0", |
| 54 | + "@typescript-eslint/eslint-plugin": "^5.53.0", |
| 55 | + "@typescript-eslint/parser": "^5.53.0", |
| 56 | + "@vitest/coverage-c8": "^0.28.5", |
| 57 | + "eslint": "^8.34.0", |
| 58 | + "eslint-plugin-import": "^2.27.5", |
| 59 | + "nock": "^13.3.0", |
| 60 | + "rollup": "^3.17.2", |
| 61 | + "typescript": "^4.9.5", |
| 62 | + "vitest": "^0.28.5" |
63 | 63 | },
|
64 | 64 | "publishConfig": {
|
65 | 65 | "access": "public"
|
|
0 commit comments