|
24 | 24 | }, |
25 | 25 | "license": "Apache-2.0", |
26 | 26 | "dependencies": { |
27 | | - "@actions/core": "^1.10.0", |
| 27 | + "@actions/core": "^1.11.1", |
28 | 28 | "@actions/exec": "^1.1.1", |
29 | | - "@actions/github": "^6.0.0", |
30 | | - "@actions/tool-cache": "^2.0.1", |
| 29 | + "@actions/github": "^6.0.1", |
| 30 | + "@actions/tool-cache": "^2.0.2", |
31 | 31 | "@octokit/core": "^5.2.1", |
32 | 32 | "@octokit/plugin-retry": "^6.1.0", |
33 | 33 | "uuid": "^11.1.0", |
|
39 | 39 | "@rollup/plugin-commonjs": "28.0.3", |
40 | 40 | "@rollup/plugin-node-resolve": "16.0.1", |
41 | 41 | "@rollup/plugin-typescript": "12.1.2", |
| 42 | + "@stylistic/eslint-plugin-ts": "4.2.0", |
42 | 43 | "@types/jest": "29.5.14", |
43 | 44 | "@types/node": "22.15.21", |
| 45 | + "@typescript-eslint/eslint-plugin": "8.32.1", |
| 46 | + "@typescript-eslint/parser": "8.32.1", |
| 47 | + "dictionary-en": "4.0.0", |
| 48 | + "eslint": "9.27.0", |
44 | 49 | "eslint-config-prettier": "10.1.5", |
45 | 50 | "eslint-import-resolver-typescript": "4.3.5", |
| 51 | + "eslint-plugin-github": "6.0.0", |
46 | 52 | "eslint-plugin-import": "2.31.0", |
47 | 53 | "eslint-plugin-jest": "28.11.0", |
48 | | - "@stylistic/eslint-plugin-ts": "4.2.0", |
| 54 | + "eslint-plugin-prettier": "5.4.0", |
49 | 55 | "jest": "29.7.0", |
50 | | - "prettier-eslint": "16.4.2", |
51 | | - "rollup": "4.41.0", |
52 | | - "ts-jest": "29.3.4", |
53 | | - "ts-jest-resolver": "2.0.1", |
54 | | - "dictionary-en": "4.0.0", |
55 | 56 | "markdownlint-cli": "0.45.0", |
56 | 57 | "prettier": "3.5.3", |
| 58 | + "prettier-eslint": "16.4.2", |
| 59 | + "renovate": "40.21.1", |
| 60 | + "rollup": "4.41.0", |
57 | 61 | "textlint": "14.7.2", |
58 | 62 | "textlint-filter-rule-comments": "1.2.2", |
59 | 63 | "textlint-rule-spelling": "0.3.0", |
60 | | - "@typescript-eslint/eslint-plugin": "8.32.1", |
61 | | - "@typescript-eslint/parser": "8.32.1", |
62 | | - "eslint": "9.27.0", |
63 | | - "eslint-plugin-github": "6.0.0", |
64 | | - "eslint-plugin-prettier": "5.4.0", |
65 | | - "renovate": "40.21.1", |
| 64 | + "ts-jest": "29.3.4", |
| 65 | + "ts-jest-resolver": "2.0.1", |
66 | 66 | "typescript": "5.8.3" |
67 | 67 | } |
68 | 68 | } |
0 commit comments