|
36 | 36 | "update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@actions/core": "^1.9.1", |
40 |
| - "@actions/github": "^5.0.3", |
41 |
| - "@commitlint/cli": "^17.0.3", |
42 |
| - "@commitlint/config-conventional": "^17.0.3", |
43 |
| - "@octokit/openapi-types": "^13.4.0", |
44 |
| - "@octokit/plugin-paginate-rest": "^4.1.0", |
45 |
| - "@octokit/types": "^7.1.1", |
46 |
| - "@rollup/plugin-commonjs": "^22.0.2", |
47 |
| - "@rollup/plugin-json": "^4.1.0", |
48 |
| - "@rollup/plugin-node-resolve": "^13.3.0", |
49 |
| - "@rollup/plugin-typescript": "^8.4.0", |
| 39 | + "@actions/core": "^1.10.0", |
| 40 | + "@actions/github": "^5.1.1", |
| 41 | + "@commitlint/cli": "^17.3.0", |
| 42 | + "@commitlint/config-conventional": "^17.3.0", |
| 43 | + "@octokit/openapi-types": "^14.0.0", |
| 44 | + "@octokit/plugin-paginate-rest": "^5.0.1", |
| 45 | + "@octokit/types": "^8.0.0", |
| 46 | + "@rollup/plugin-commonjs": "^23.0.3", |
| 47 | + "@rollup/plugin-json": "^5.0.2", |
| 48 | + "@rollup/plugin-node-resolve": "^15.0.1", |
| 49 | + "@rollup/plugin-typescript": "^10.0.1", |
50 | 50 | "@sindresorhus/tsconfig": "^3.0.1",
|
51 |
| - "@technote-space/filter-github-action": "^0.6.4", |
52 |
| - "@technote-space/github-action-helper": "^5.3.8", |
53 |
| - "@technote-space/github-action-log-helper": "^0.2.7", |
54 |
| - "@technote-space/github-action-test-helper": "^0.9.10", |
55 |
| - "@technote-space/release-github-actions-cli": "^1.9.2", |
56 |
| - "@types/node": "^18.7.13", |
57 |
| - "@typescript-eslint/eslint-plugin": "^5.35.1", |
58 |
| - "@typescript-eslint/parser": "^5.35.1", |
59 |
| - "c8": "^7.12.0", |
60 |
| - "eslint": "^8.22.0", |
| 51 | + "@technote-space/filter-github-action": "^0.6.6", |
| 52 | + "@technote-space/github-action-helper": "^5.3.10", |
| 53 | + "@technote-space/github-action-log-helper": "^0.2.9", |
| 54 | + "@technote-space/github-action-test-helper": "^0.11.1", |
| 55 | + "@technote-space/release-github-actions-cli": "^1.9.3", |
| 56 | + "@types/node": "^18.11.10", |
| 57 | + "@typescript-eslint/eslint-plugin": "^5.45.0", |
| 58 | + "@typescript-eslint/parser": "^5.45.0", |
| 59 | + "@vitest/coverage-c8": "^0.25.3", |
| 60 | + "eslint": "^8.28.0", |
61 | 61 | "eslint-plugin-import": "^2.26.0",
|
62 |
| - "husky": "^8.0.1", |
63 |
| - "lint-staged": "^13.0.3", |
| 62 | + "husky": "^8.0.2", |
| 63 | + "lint-staged": "^13.0.4", |
64 | 64 | "nock": "^13.2.9",
|
65 |
| - "rollup": "^2.78.1", |
66 |
| - "typescript": "^4.8.2", |
67 |
| - "vitest": "^0.22.1" |
| 65 | + "rollup": "^3.5.1", |
| 66 | + "typescript": "^4.9.3", |
| 67 | + "vitest": "^0.25.3" |
68 | 68 | },
|
69 | 69 | "publishConfig": {
|
70 | 70 | "access": "public"
|
|
0 commit comments