|
19 | 19 | "scripts": { |
20 | 20 | "build": "turbo run build", |
21 | 21 | "cleanup": "turbo run cleanup", |
22 | | - "postcleanup": "rimraf .eslintcache tsconfig.tsbuildinfo node_modules", |
| 22 | + "postcleanup": "del .eslintcache tsconfig.tsbuildinfo node_modules", |
23 | 23 | "fix": "turbo run fix", |
24 | 24 | "postfix": "run-p postts postformat:fix postlint:fix", |
25 | 25 | "format": "turbo run format --parallel", |
|
40 | 40 | "ts": "turbo run ts", |
41 | 41 | "postts": "tsc --project tsconfig.json" |
42 | 42 | }, |
43 | | - "dependencies": { |
| 43 | + "devDependencies": { |
44 | 44 | "@apitree.cz/cli": "workspace:*", |
45 | 45 | "@apitree.cz/eslint-config": "workspace:*", |
46 | 46 | "@apitree.cz/prettier-config": "workspace:*", |
47 | 47 | "@apitree.cz/ts-config": "workspace:*", |
48 | | - "@changesets/cli": "^2.27.7", |
49 | | - "@commitlint/cli": "^19.3.0", |
50 | | - "@commitlint/config-conventional": "^19.2.2", |
51 | | - "@manypkg/cli": "0.21.4", |
52 | | - "@types/node": "^22.0.0", |
53 | | - "eslint": "^8.57.0", |
54 | | - "husky": "^9.1.4", |
55 | | - "is-ci": "^3.0.1", |
56 | | - "lint-staged": "^15.2.7", |
57 | | - "npm-run-all": "^4.1.5", |
58 | | - "prettier": "^3.3.3", |
59 | | - "rimraf": "^6.0.1", |
60 | | - "turbo": "^2.0.9", |
61 | | - "typescript": "^5.5.4" |
| 48 | + "@changesets/cli": "^2.27.11", |
| 49 | + "@commitlint/cli": "^19.6.1", |
| 50 | + "@commitlint/config-conventional": "^19.6.0", |
| 51 | + "@manypkg/cli": "0.23.0", |
| 52 | + "@types/node": "^22.10.5", |
| 53 | + "del-cli": "^6.0.0", |
| 54 | + "eslint": "^8.57.1", |
| 55 | + "husky": "^9.1.7", |
| 56 | + "is-ci": "^4.1.0", |
| 57 | + "lint-staged": "^15.3.0", |
| 58 | + "npm-run-all2": "^7.0.2", |
| 59 | + "prettier": "^3.4.2", |
| 60 | + "turbo": "^2.3.3", |
| 61 | + "typescript": "^5.7.3" |
62 | 62 | }, |
63 | | - "packageManager": "pnpm@9.4.0", |
| 63 | + "packageManager": "pnpm@10.0.0", |
64 | 64 | "engines": { |
65 | 65 | "node": ">=22" |
| 66 | + }, |
| 67 | + "pnpm": { |
| 68 | + "onlyBuiltDependencies": [ |
| 69 | + "@swc/core", |
| 70 | + "esbuild" |
| 71 | + ] |
66 | 72 | } |
67 | 73 | } |
0 commit comments