|
1 | 1 | { |
2 | 2 | "name": "@technote-space/assign-author", |
3 | | - "version": "1.6.0", |
| 3 | + "version": "1.6.1", |
4 | 4 | "description": "GitHub actions to assign author to issue or PR.", |
5 | 5 | "keywords": [ |
6 | 6 | "github", |
|
37 | 37 | "update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@actions/core": "^1.9.0", |
41 | | - "@actions/github": "^5.0.3", |
42 | | - "@commitlint/cli": "^17.0.2", |
43 | | - "@commitlint/config-conventional": "^17.0.2", |
44 | | - "@rollup/plugin-commonjs": "^22.0.0", |
45 | | - "@rollup/plugin-json": "^4.1.0", |
46 | | - "@rollup/plugin-node-resolve": "^13.3.0", |
47 | | - "@rollup/plugin-typescript": "^8.3.3", |
| 40 | + "@actions/core": "^1.10.0", |
| 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", |
48 | 48 | "@sindresorhus/tsconfig": "^3.0.1", |
49 | | - "@technote-space/filter-github-action": "^0.6.2", |
50 | | - "@technote-space/github-action-helper": "^5.3.7", |
51 | | - "@technote-space/github-action-log-helper": "^0.2.6", |
52 | | - "@technote-space/github-action-test-helper": "^0.9.8", |
53 | | - "@technote-space/release-github-actions-cli": "^1.9.0", |
54 | | - "@types/node": "^18.0.0", |
55 | | - "@typescript-eslint/eslint-plugin": "^5.28.0", |
56 | | - "@typescript-eslint/parser": "^5.28.0", |
57 | | - "c8": "^7.11.3", |
58 | | - "eslint": "^8.18.0", |
| 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 | 59 | "eslint-plugin-import": "^2.26.0", |
60 | 60 | "husky": "^8.0.1", |
61 | | - "lint-staged": "^13.0.2", |
62 | | - "nock": "^13.2.7", |
63 | | - "rollup": "^2.75.6", |
64 | | - "typescript": "^4.7.4", |
65 | | - "vitest": "^0.15.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" |
66 | 66 | }, |
67 | 67 | "publishConfig": { |
68 | 68 | "access": "public" |
|
0 commit comments