|
23 | 23 | "postinstall": "simple-git-hooks", |
24 | 24 | "format": "prettier --write --cache .", |
25 | 25 | "lint": "eslint --cache .", |
26 | | - "typecheck": "tsc -p scripts --noEmit && tsc -p playground --noEmit", |
| 26 | + "typecheck": "tsgo -p scripts --noEmit && tsgo -p playground --noEmit", |
27 | 27 | "test": "pnpm test-serve && pnpm test-build", |
28 | 28 | "test-serve": "vitest run -c vitest.config.e2e.ts", |
29 | 29 | "test-build": "VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts", |
|
42 | 42 | "@types/convert-source-map": "^2.0.3", |
43 | 43 | "@types/fs-extra": "^11.0.4", |
44 | 44 | "@types/node": "^24.10.1", |
| 45 | + "@typescript/native-preview": "7.0.0-dev.20251203.1", |
45 | 46 | "@vitejs/release-scripts": "^1.6.0", |
46 | 47 | "eslint": "^9.39.1", |
47 | 48 | "eslint-import-resolver-typescript": "^4.4.4", |
48 | 49 | "eslint-plugin-import-x": "^4.16.1", |
49 | 50 | "eslint-plugin-n": "^17.23.1", |
50 | 51 | "eslint-plugin-regexp": "^2.10.0", |
51 | | - "execa": "^9.6.0", |
| 52 | + "execa": "^9.6.1", |
52 | 53 | "fs-extra": "^11.3.2", |
53 | 54 | "lint-staged": "^16.2.7", |
54 | 55 | "picocolors": "^1.1.1", |
55 | 56 | "playwright-chromium": "^1.57.0", |
56 | | - "prettier": "3.6.2", |
| 57 | + "prettier": "3.7.4", |
57 | 58 | "rollup": "^4.53.3", |
58 | 59 | "simple-git-hooks": "^2.13.1", |
59 | | - "tsx": "^4.20.6", |
| 60 | + "tsx": "^4.21.0", |
60 | 61 | "typescript": "^5.9.3", |
61 | | - "typescript-eslint": "^8.48.0", |
| 62 | + "typescript-eslint": "^8.48.1", |
62 | 63 | "vite": "catalog:", |
63 | | - "vitest": "^4.0.14", |
| 64 | + "vitest": "^4.0.15", |
64 | 65 | "vue": "catalog:" |
65 | 66 | }, |
66 | 67 | "simple-git-hooks": { |
|
80 | 81 | "eslint --cache --fix" |
81 | 82 | ] |
82 | 83 | }, |
83 | | - "packageManager": "pnpm@10.23.0" |
| 84 | + "packageManager": "pnpm@10.24.0" |
84 | 85 | } |
0 commit comments