|
26 | 26 | "author": "Eva1ent<[email protected]>",
|
27 | 27 | "type": "module",
|
28 | 28 | "scripts": {
|
29 |
| - "build": "pnpm run update:version && turbo build --filter=\"./packages/**\"", |
30 |
| - "build:all": "pnpm run build && pnpm run build:docs && pnpm run build:website && pnpm run build:workspace", |
31 |
| - "build:docs": "turbo build:docs --filter=\"./packages/**\" && pnpm run update:readme", |
32 |
| - "build:force": "turbo build --force --filter=\"./packages/**\"", |
| 29 | + "build": "pnpm run update:version && nx run-many -t build --projects=\"packages/**\"", |
| 30 | + "build:all": "nx run-many -t build", |
| 31 | + "build:docs": "nx run-many -t build:docs --projects=\"packages/**\" && pnpm run update:readme", |
33 | 32 | "build:website": "pnpm -F \"./website\" run build",
|
34 | 33 | "build:workspace": "pnpm -F \"./workspace/*\" run build",
|
35 | 34 | "format:check": "dprint check",
|
|
46 | 45 | "lint:type": "pnpm -r run --parallel lint:type",
|
47 | 46 | "lint:website": "pnpm -F \"./website\" run lint",
|
48 | 47 | "prepare": "lefthook install && pnpm run build",
|
49 |
| - "test": "vitest --run --logHeapUsage", |
| 48 | + "test": "vitest run --logHeapUsage", |
50 | 49 | "update:readme": "tsx ./scripts/update-readme.ts",
|
51 | 50 | "update:version": "tsx ./scripts/update-version.ts"
|
52 | 51 | },
|
|
56 | 55 | "@eslint/js": "^9.18.0",
|
57 | 56 | "@eslint/markdown": "^6.2.1",
|
58 | 57 | "@napi-rs/canvas": "^0.1.65",
|
| 58 | + "@nx/eslint": "20.3.1", |
59 | 59 | "@stylistic/eslint-plugin": "^2.13.0",
|
60 | 60 | "@susisu/eslint-plugin-safe-typescript": "^0.9.2",
|
61 | 61 | "@swc/core": "^1.10.7",
|
|
67 | 67 | "@typescript-eslint/parser": "^8.20.0",
|
68 | 68 | "@typescript-eslint/rule-tester": "^8.20.0",
|
69 | 69 | "@typescript-eslint/types": "^8.20.0",
|
70 |
| - "@vitest/ui": "^2.1.8", |
| 70 | + "@vitest/ui": "^3.0.1", |
71 | 71 | "@workspace/configs": "workspace:*",
|
72 | 72 | "@workspace/eslint-plugin-local": "workspace:*",
|
73 | 73 | "concurrently": "^9.1.2",
|
|
90 | 90 | "jiti": "^2.4.2",
|
91 | 91 | "lefthook": "^1.10.7",
|
92 | 92 | "markdownlint": "^0.37.4",
|
| 93 | + "nx": "20.3.1", |
93 | 94 | "ofetch": "^1.4.1",
|
94 | 95 | "picocolors": "^1.1.1",
|
95 | 96 | "publint": "^0.3.2",
|
|
101 | 102 | "ts-pattern": "^5.6.0",
|
102 | 103 | "tsup": "^8.3.5",
|
103 | 104 | "tsx": "^4.19.2",
|
104 |
| - "turbo": "^2.3.3", |
105 | 105 | "type-fest": "^4.32.0",
|
106 | 106 | "typedoc": "^0.27.6",
|
107 | 107 | "typedoc-plugin-markdown": "^4.4.1",
|
108 | 108 | "typedoc-plugin-rename-defaults": "^0.7.2",
|
109 | 109 | "typescript": "^5.7.3",
|
110 | 110 | "typescript-eslint": "^8.20.0",
|
111 |
| - "vitest": "^2.1.8" |
| 111 | + "vitest": "^3.0.1" |
112 | 112 | },
|
113 | 113 | "engines": {
|
114 | 114 | "node": ">=18.18.0"
|
|
0 commit comments