|
11 | 11 | "homepage": "https://github.com/jqassistant-plugin/jqassistant-typescript-plugin/blob/main/typescript/README.md", |
12 | 12 | "license": "GNU GENERAL PUBLIC LICENSE", |
13 | 13 | "dependencies": { |
14 | | - "@types/node": "^24.3.0", |
15 | | - "@typescript-eslint/eslint-plugin": "^8.42.0", |
16 | | - "@typescript-eslint/parser": "^8.42.0", |
17 | | - "@typescript-eslint/typescript-estree": "^8.42.0", |
18 | | - "cli-progress": "^3.12.0", |
19 | | - "commander": "^14.0.0", |
20 | | - "eslint": "^9.34.0", |
21 | | - "json5": "^2.2.3", |
22 | | - "minimatch": "^10.0.3", |
23 | | - "readdirp": "^4.1.2", |
24 | | - "typescript": "^5.9.2" |
| 14 | + "@types/node": "24.3.0", |
| 15 | + "@typescript-eslint/eslint-plugin": "8.42.0", |
| 16 | + "@typescript-eslint/parser": "8.42.0", |
| 17 | + "@typescript-eslint/typescript-estree": "8.42.0", |
| 18 | + "cli-progress": "3.12.0", |
| 19 | + "commander": "14.0.0", |
| 20 | + "eslint": "9.34.0", |
| 21 | + "json5": "2.2.3", |
| 22 | + "minimatch": "10.0.3", |
| 23 | + "readdirp": "4.1.2", |
| 24 | + "typescript": "5.9.2" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@types/cli-progress": "^3.11.6", |
28 | | - "@types/jest": "^30.0.0", |
29 | | - "@types/minimatch": "^6.0.0", |
30 | | - "eslint-config-prettier": "^10.1.8", |
31 | | - "jest": "^30.1.3", |
32 | | - "npm-check-updates": "^18.0.3", |
| 27 | + "@types/cli-progress": "3.11.6", |
| 28 | + "@types/jest": "30.0.0", |
| 29 | + "@types/minimatch": "6.0.0", |
| 30 | + "eslint-config-prettier": "10.1.8", |
| 31 | + "jest": "30.1.3", |
| 32 | + "npm-check-updates": "18.0.3", |
33 | 33 | "prettier": "3.6.2", |
34 | | - "ts-jest": "^29.4.1", |
35 | | - "ts-node": "^10.9.2" |
| 34 | + "ts-jest": "29.4.1", |
| 35 | + "ts-node": "10.9.2" |
36 | 36 | }, |
37 | 37 | "scripts": { |
38 | 38 | "build": "tsc", |
|
0 commit comments