|
36 | 36 | "scripts": { |
37 | 37 | "build": "unbuild", |
38 | 38 | "stub": "unbuild --stub", |
39 | | - "dev": "esno src/cli.ts", |
| 39 | + "dev": "tsx src/cli.ts", |
40 | 40 | "test": "npm-run-all test:unit test:report test:lint test:typecheck", |
41 | 41 | "test:unit": "jest --coverage", |
42 | 42 | "test:report": "jest --reporters=jest-junit", |
|
49 | 49 | "@crowdin/crowdin-api-client": "^1.41.2", |
50 | 50 | "ansis": "^4.2.0", |
51 | 51 | "cac": "^6.7.14", |
52 | | - "consola": "^3.4.0", |
53 | | - "dotenv": "^17.3.1", |
54 | | - "ofetch": "^1.4.1", |
| 52 | + "consola": "^3.4.2", |
| 53 | + "dotenv": "^17.4.1", |
| 54 | + "ofetch": "^1.5.1", |
55 | 55 | "sharp": "^0.34.5", |
56 | | - "unconfig": "^7.3.0" |
| 56 | + "unconfig": "^7.5.0" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | 59 | "@antfu/ni": "^30.0.0", |
60 | | - "@antfu/utils": "^9.1.0", |
| 60 | + "@antfu/utils": "^9.3.0", |
61 | 61 | "@babel/core": "7.29.7", |
62 | 62 | "@babel/preset-env": "7.29.7", |
63 | 63 | "@codecov/webpack-plugin": "2.0.1", |
64 | 64 | "@eslint/js": "^10.0.1", |
65 | | - "@fast-csv/parse": "^5.0.2", |
| 65 | + "@fast-csv/parse": "^5.0.5", |
66 | 66 | "@types/d3-hierarchy": "^3.1.7", |
67 | | - "@types/node": "^25.2.3", |
| 67 | + "@types/node": "^25.6.0", |
68 | 68 | "bumpp": "^11.0.1", |
69 | 69 | "d3-hierarchy": "^3.1.2", |
70 | | - "eslint": "^10.0.0", |
| 70 | + "eslint": "^10.2.0", |
71 | 71 | "eslint-plugin-jest": "29.15.2", |
72 | 72 | "globals": "17.6.0", |
73 | 73 | "jest": "30.4.2", |
74 | 74 | "jest-environment-jsdom": "30.4.1", |
75 | 75 | "jest-junit": "17.0.0", |
76 | | - "jiti": "^2.4.2", |
| 76 | + "jiti": "^2.6.1", |
77 | 77 | "normalize-url": "^9.0.0", |
78 | 78 | "npm-run-all2": "9.0.1", |
79 | 79 | "p-limit": "^7.3.0", |
80 | | - "tsx": "^4.19.3", |
81 | | - "typescript": "^5.8.2", |
82 | | - "unbuild": "^3.5.0" |
| 80 | + "tsx": "^4.21.0", |
| 81 | + "typescript": "^5.9.2", |
| 82 | + "unbuild": "^3.6.1" |
83 | 83 | }, |
84 | 84 | "jest": { |
85 | 85 | "collectCoverageFrom": [ |
|
0 commit comments