|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/github-action-config-helper",
|
3 |
| - "version": "2.1.6", |
| 3 | + "version": "2.1.7", |
4 | 4 | "description": "Helper for GitHub Action to manage config.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
40 | 40 | "update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
|
41 | 41 | },
|
42 | 42 | "dependencies": {
|
43 |
| - "@actions/github": "^5.0.3", |
44 |
| - "@octokit/plugin-rest-endpoint-methods": "^6.0.0", |
45 |
| - "@technote-space/github-action-helper": "^5.3.7", |
| 43 | + "@actions/github": "^5.1.1", |
| 44 | + "@octokit/plugin-rest-endpoint-methods": "^6.7.0", |
| 45 | + "@technote-space/github-action-helper": "^5.3.9", |
46 | 46 | "js-yaml": "^4.1.0"
|
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 |
| - "@rollup/plugin-typescript": "^8.3.3", |
| 49 | + "@rollup/plugin-typescript": "^9.0.2", |
50 | 50 | "@sindresorhus/tsconfig": "^3.0.1",
|
51 |
| - "@technote-space/github-action-test-helper": "^0.9.8", |
| 51 | + "@technote-space/github-action-test-helper": "^0.11.0", |
52 | 52 | "@types/js-yaml": "^4.0.5",
|
53 |
| - "@types/node": "^18.0.3", |
54 |
| - "@typescript-eslint/eslint-plugin": "^5.30.6", |
55 |
| - "@typescript-eslint/parser": "^5.30.6", |
56 |
| - "c8": "^7.11.3", |
57 |
| - "eslint": "^8.19.0", |
| 53 | + "@types/node": "^18.11.9", |
| 54 | + "@typescript-eslint/eslint-plugin": "^5.42.0", |
| 55 | + "@typescript-eslint/parser": "^5.42.0", |
| 56 | + "@vitest/coverage-c8": "^0.24.4", |
| 57 | + "eslint": "^8.26.0", |
58 | 58 | "eslint-plugin-import": "^2.26.0",
|
59 |
| - "nock": "^13.2.8", |
60 |
| - "rollup": "^2.76.0", |
61 |
| - "typescript": "^4.7.4", |
62 |
| - "vitest": "^0.18.0" |
| 59 | + "nock": "^13.2.9", |
| 60 | + "rollup": "^3.2.5", |
| 61 | + "typescript": "^4.8.4", |
| 62 | + "vitest": "^0.24.4" |
63 | 63 | },
|
64 | 64 | "publishConfig": {
|
65 | 65 | "access": "public"
|
|
0 commit comments