|
5 | 5 | "npmCheckJs": "../node_modules/.bin/tsc --noEmit" |
6 | 6 | }, |
7 | 7 | "devDependencies": { |
8 | | - "@types/ansi-colors": "^3.2.6", |
9 | | - "@types/byline": "^4.2.36", |
10 | | - "@types/debounce": "^1.2.4", |
11 | | - "@types/debug": "^4.1.12", |
12 | | - "@types/fancy-log": "^2.0.2", |
13 | | - "@types/fs-extra": "^11.0.4", |
14 | | - "@types/glob": "^8.1.0", |
15 | | - "@types/gulp-sort": "^2.0.4", |
16 | | - "@types/jws": "^3.2.10", |
| 8 | + "@types/ansi-colors": "3.2.6", |
| 9 | + "@types/byline": "4.2.36", |
| 10 | + "@types/debounce": "1.2.4", |
| 11 | + "@types/debug": "4.1.12", |
| 12 | + "@types/fancy-log": "2.0.2", |
| 13 | + "@types/fs-extra": "11.0.4", |
| 14 | + "@types/glob": "8.1.0", |
| 15 | + "@types/gulp-sort": "2.0.4", |
| 16 | + "@types/jws": "3.2.10", |
17 | 17 | "@types/mime": "4.0.0", |
18 | | - "@types/minimatch": "^5.1.2", |
19 | | - "@types/minimist": "^1.2.5", |
| 18 | + "@types/minimatch": "5.1.2", |
| 19 | + "@types/minimist": "1.2.5", |
20 | 20 | "@types/node": "22.x", |
21 | | - "@types/pump": "^1.1.3", |
22 | | - "@types/rimraf": "^4.0.5", |
23 | | - "@types/through": "^0.0.33", |
24 | | - "@types/through2": "^2.0.41", |
25 | | - "@types/workerpool": "^6.4.7", |
| 21 | + "@types/pump": "1.1.3", |
| 22 | + "@types/rimraf": "4.0.5", |
| 23 | + "@types/through": "0.0.33", |
| 24 | + "@types/through2": "2.0.41", |
| 25 | + "@types/workerpool": "6.4.7", |
26 | 26 | "@types/xml2js": "0.4.14", |
27 | | - "byline": "^5.0.0", |
28 | | - "debug": "^4.3.7", |
| 27 | + "byline": "5.0.0", |
| 28 | + "debug": "4.3.7", |
29 | 29 | "esbuild": "0.24.0", |
30 | | - "extract-zip": "^2.0.1", |
31 | | - "gulp-sort": "^2.0.0", |
32 | | - "jsonc-parser": "^3.3.1", |
33 | | - "jws": "^4.0.0", |
34 | | - "mime": "^4.0.4", |
| 30 | + "extract-zip": "2.0.1", |
| 31 | + "gulp-sort": "2.0.0", |
| 32 | + "jsonc-parser": "3.3.1", |
| 33 | + "jws": "4.0.0", |
| 34 | + "mime": "4.0.4", |
35 | 35 | "source-map": "0.7.4", |
36 | | - "ternary-stream": "^3.0.0", |
37 | | - "through2": "^4.0.2", |
38 | | - "tree-sitter": "^0.22.1", |
39 | | - "workerpool": "^9.2.0", |
40 | | - "yauzl": "^3.2.0" |
| 36 | + "ternary-stream": "3.0.0", |
| 37 | + "through2": "4.0.2", |
| 38 | + "tree-sitter": "0.22.1", |
| 39 | + "workerpool": "9.2.0", |
| 40 | + "yauzl": "3.2.0" |
41 | 41 | }, |
42 | 42 | "optionalDependencies": { |
43 | | - "tree-sitter-typescript": "^0.23.2" |
| 43 | + "tree-sitter-typescript": "0.23.2" |
44 | 44 | } |
45 | 45 | } |
0 commit comments