|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/assign-author",
|
3 |
| - "version": "1.6.1", |
| 3 | + "version": "1.6.2", |
4 | 4 | "description": "GitHub actions to assign author to issue or PR.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
39 | 39 | "devDependencies": {
|
40 | 40 | "@actions/core": "^1.10.0",
|
41 | 41 | "@actions/github": "^5.1.1",
|
42 |
| - "@commitlint/cli": "^17.2.0", |
43 |
| - "@commitlint/config-conventional": "^17.2.0", |
44 |
| - "@rollup/plugin-commonjs": "^23.0.2", |
45 |
| - "@rollup/plugin-json": "^5.0.1", |
46 |
| - "@rollup/plugin-node-resolve": "^15.0.1", |
47 |
| - "@rollup/plugin-typescript": "^9.0.2", |
| 42 | + "@commitlint/cli": "^17.6.3", |
| 43 | + "@commitlint/config-conventional": "^17.6.3", |
| 44 | + "@rollup/plugin-commonjs": "^25.0.0", |
| 45 | + "@rollup/plugin-json": "^6.0.0", |
| 46 | + "@rollup/plugin-node-resolve": "^15.0.2", |
| 47 | + "@rollup/plugin-typescript": "^11.1.1", |
48 | 48 | "@sindresorhus/tsconfig": "^3.0.1",
|
49 |
| - "@technote-space/filter-github-action": "^0.6.4", |
50 |
| - "@technote-space/github-action-helper": "^5.3.9", |
51 |
| - "@technote-space/github-action-log-helper": "^0.2.8", |
52 |
| - "@technote-space/github-action-test-helper": "^0.11.0", |
53 |
| - "@technote-space/release-github-actions-cli": "^1.9.3", |
54 |
| - "@types/node": "^18.11.9", |
55 |
| - "@typescript-eslint/eslint-plugin": "^5.42.0", |
56 |
| - "@typescript-eslint/parser": "^5.42.0", |
57 |
| - "@vitest/coverage-c8": "^0.24.5", |
58 |
| - "eslint": "^8.26.0", |
59 |
| - "eslint-plugin-import": "^2.26.0", |
60 |
| - "husky": "^8.0.1", |
61 |
| - "lint-staged": "^13.0.3", |
62 |
| - "nock": "^13.2.9", |
63 |
| - "rollup": "^3.2.5", |
64 |
| - "typescript": "^4.8.4", |
65 |
| - "vitest": "^0.24.5" |
| 49 | + "@technote-space/filter-github-action": "^0.6.13", |
| 50 | + "@technote-space/github-action-helper": "^5.3.16", |
| 51 | + "@technote-space/github-action-log-helper": "^0.2.19", |
| 52 | + "@technote-space/github-action-test-helper": "^0.11.16", |
| 53 | + "@technote-space/release-github-actions-cli": "^1.9.5", |
| 54 | + "@types/node": "^20.2.5", |
| 55 | + "@typescript-eslint/eslint-plugin": "^5.59.7", |
| 56 | + "@typescript-eslint/parser": "^5.59.7", |
| 57 | + "@vitest/coverage-c8": "^0.31.1", |
| 58 | + "eslint": "^8.41.0", |
| 59 | + "eslint-plugin-import": "^2.27.5", |
| 60 | + "husky": "^8.0.3", |
| 61 | + "lint-staged": "^13.2.2", |
| 62 | + "nock": "^13.3.1", |
| 63 | + "rollup": "^3.23.0", |
| 64 | + "typescript": "^5.0.4", |
| 65 | + "vitest": "^0.31.1" |
66 | 66 | },
|
67 | 67 | "publishConfig": {
|
68 | 68 | "access": "public"
|
|
0 commit comments