|
27 | 27 | }, |
28 | 28 | "packageManager": "pnpm@10.28.2", |
29 | 29 | "scripts": { |
30 | | - "dev": "tsup --watch", |
31 | | - "build": "tsup", |
| 30 | + "dev": "tsdown --watch", |
| 31 | + "build": "tsdown", |
32 | 32 | "lint:check:types": "tsc --noEmit", |
33 | 33 | "lint:check:js": "eslint .", |
34 | 34 | "lint:fix:js": "eslint . --fix", |
|
48 | 48 | "enquirer": "2.4.1", |
49 | 49 | "gradient-string": "3.0.0", |
50 | 50 | "handlebars": "4.7.8", |
51 | | - "ora": "9.1.0", |
52 | | - "simple-git": "3.30.0", |
| 51 | + "ora": "9.3.0", |
| 52 | + "simple-git": "3.32.1", |
53 | 53 | "validate-npm-package-name": "7.0.2" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | 56 | "@changesets/cli": "2.29.8", |
57 | | - "@commencis/commitlint-config": "3.1.0", |
58 | | - "@commencis/eslint-config": "3.1.0", |
| 57 | + "@commencis/commitlint-config": "3.3.0", |
| 58 | + "@commencis/eslint-config": "3.5.0", |
59 | 59 | "@commencis/prettier-config": "3.1.0", |
60 | | - "@commitlint/cli": "20.4.0", |
| 60 | + "@commitlint/cli": "20.4.2", |
61 | 61 | "@svitejs/changesets-changelog-github-compact": "1.2.0", |
62 | | - "@types/node": "24.10.9", |
| 62 | + "@types/node": "24.10.13", |
63 | 63 | "@types/validate-npm-package-name": "4.0.2", |
64 | | - "eslint": "9.39.2", |
| 64 | + "eslint": "9.39.3", |
65 | 65 | "husky": "9.1.7", |
66 | 66 | "lint-staged": "16.2.7", |
67 | 67 | "prettier": "3.8.1", |
68 | | - "tsup": "8.5.1", |
| 68 | + "tsdown": "0.20.3", |
69 | 69 | "typescript": "5.9.3" |
70 | 70 | }, |
71 | 71 | "templateDependencies": { |
72 | | - "@commencis/starter-react-vite": "2.8.0", |
| 72 | + "@commencis/starter-nextjs": "1.0.0", |
| 73 | + "@commencis/starter-react-vite": "2.10.0", |
73 | 74 | "@commencis/template-markdown": "1.0.0" |
74 | 75 | } |
75 | 76 | } |
0 commit comments