|
2 | 2 | "name": "@clerc/monorepo", |
3 | 3 | "private": true, |
4 | 4 | "version": "0.44.0", |
5 | | - "packageManager": "pnpm@8.15.9", |
| 5 | + "packageManager": "pnpm@10.14.0", |
6 | 6 | "scripts": { |
7 | | - "build": "rimraf packages/*/dist && pnpm -r run build", |
8 | | - "lint": "eslint . && prettier . --check", |
9 | | - "lint:fix": "eslint . --fix && prettier . --write", |
| 7 | + "build": "pnpm -r run build", |
| 8 | + "lint": "eslint . || prettier . --check", |
| 9 | + "lint:fix": "eslint . --fix || prettier . --write", |
10 | 10 | "prepublishOnly": "nr build", |
11 | 11 | "release": "bumpp package.json packages/*/package.json --commit --push --tag && nr build && pnpm publish -r --filter ./packages/*", |
12 | 12 | "test": "vitest", |
13 | | - "typecheck": "tsc --noEmit", |
| 13 | + "typecheck": "tsgo --noEmit", |
14 | 14 | "watch": "pnpm -r --parallel run watch" |
15 | 15 | }, |
16 | 16 | "devDependencies": { |
17 | | - "@antfu/ni": "^0.21.8", |
18 | | - "@so1ve/eslint-config": "^2.0.0", |
19 | | - "@so1ve/prettier-config": "^2.0.0", |
20 | | - "@types/node": "^18.17.18", |
21 | | - "bumpp": "^9.2.0", |
| 17 | + "@antfu/ni": "^25.0.0", |
| 18 | + "@so1ve/eslint-config": "^3.8.1", |
| 19 | + "@so1ve/prettier-config": "^3.8.1", |
| 20 | + "@types/node": "^24.2.1", |
| 21 | + "@typescript/native-preview": "7.0.0-dev.20250812.1", |
| 22 | + "bumpp": "^10.2.3", |
22 | 23 | "clerc": "workspace:*", |
23 | | - "eslint": "^8.57.0", |
24 | | - "pkgroll": "^1.11.0", |
25 | | - "prettier": "^3.2.5", |
26 | | - "rimraf": "^3.0.2", |
27 | | - "typescript": "^5.2.2", |
28 | | - "vite": "^4.4.9", |
29 | | - "vitest": "^0.34.4" |
| 24 | + "eslint": "^9.33.0", |
| 25 | + "prettier": "^3.6.2", |
| 26 | + "tsdown": "^0.14.1", |
| 27 | + "typescript": "^5.9.2", |
| 28 | + "vite": "^7.1.2", |
| 29 | + "vitest": "^3.2.4" |
30 | 30 | } |
31 | 31 | } |
0 commit comments