|
4 | 4 | "description": "ZenStack", |
5 | 5 | "packageManager": "[email protected]", |
6 | 6 | "scripts": { |
7 | | - "build": "pnpm -r build", |
8 | | - "watch": "pnpm -r --parallel watch", |
9 | | - "lint": "pnpm -r lint", |
10 | | - "test": "pnpm vitest", |
| 7 | + "build": "turbo run build", |
| 8 | + "watch": "turbo run watch build", |
| 9 | + "lint": "turbo run lint", |
| 10 | + "test": "turbo run test", |
11 | 11 | "publish-all": "pnpm --filter \"./packages/**\" -r publish --tag next", |
12 | 12 | "publish-preview": "pnpm --filter \"./packages/**\" -r publish --tag next --force --registry https://preview.registry.zenstack.dev/", |
13 | 13 | "unpublish-preview": "pnpm --filter \"./packages/**\" -r --shell-mode exec -- npm unpublish -f --registry https://preview.registry.zenstack.dev/ \"\\$PNPM_PACKAGE_NAME\"" |
|
16 | 16 | "author": "", |
17 | 17 | "license": "MIT", |
18 | 18 | "devDependencies": { |
19 | | - "@swc/core": "^1.10.15", |
| 19 | + "@swc/core": "^1.12.5", |
| 20 | + "@types/node": "^20.17.24", |
20 | 21 | "@typescript-eslint/eslint-plugin": "~7.3.1", |
21 | 22 | "@typescript-eslint/parser": "~7.3.1", |
22 | 23 | "eslint": "~8.57.1", |
23 | 24 | "npm-run-all": "^4.1.5", |
24 | | - "tsup": "^8.3.5", |
25 | | - "tsx": "^4.19.2", |
26 | | - "turbo": "^2.3.3", |
27 | | - "typescript": "~5.7.3", |
28 | | - "vitest": "^3.1.1" |
| 25 | + "tsup": "^8.5.0", |
| 26 | + "tsx": "^4.20.3", |
| 27 | + "turbo": "^2.5.4", |
| 28 | + "typescript": "catalog:", |
| 29 | + "vitest": "^3.2.4" |
29 | 30 | }, |
30 | 31 | "pnpm": { |
31 | 32 | "onlyBuiltDependencies": [ |
|
0 commit comments