Skip to content

Commit cd9f14c

Browse files
committed
feat: update dependencies
1 parent 5fa3299 commit cd9f14c

6 files changed

Lines changed: 124 additions & 145 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.13
1+
24.15.0

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,14 @@ npx @commencis/cli create my-app --template react-vite
6565

6666
#### Node.js
6767

68-
Before you begin, ensure you have `node: >= 22.14` installed on your system.
68+
Before you begin, ensure you have `node: >= 24.15` installed on your system.
6969

7070
#### pnpm
7171

7272
This project uses `pnpm` as the package manager. You can install it either by activating with `corepack` which is the recommended way:
7373

7474
```bash
75-
corepack prepare pnpm@latest --activate
76-
corepack enable pnpm
75+
corepack enable
7776
```
7877

7978
or install globally on your system with npm.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
],
2424
"type": "module",
2525
"engines": {
26-
"node": ">=22.16"
26+
"node": ">=24.15.0"
2727
},
28-
"packageManager": "pnpm@10.30.1",
28+
"packageManager": "pnpm@10.33.3",
2929
"scripts": {
3030
"dev": "tsdown --watch",
3131
"build": "tsdown",
@@ -58,7 +58,7 @@
5858
"@commencis/commitlint-config": "3.4.0",
5959
"@commencis/eslint-config": "3.6.0",
6060
"@commencis/prettier-config": "3.2.0",
61-
"@commitlint/cli": "20.5.2",
61+
"@commitlint/cli": "20.5.3",
6262
"@svitejs/changesets-changelog-github-compact": "1.2.0",
6363
"@types/node": "24.12.2",
6464
"@types/validate-npm-package-name": "4.0.2",
@@ -67,10 +67,10 @@
6767
"lint-staged": "16.4.0",
6868
"prettier": "3.8.3",
6969
"tsdown": "0.21.10",
70-
"typescript": "5.9.3"
70+
"typescript": "6.0.3"
7171
},
7272
"templateDependencies": {
73-
"@commencis/starter-nextjs": "2.0.0",
73+
"@commencis/starter-nextjs": "2.1.0",
7474
"@commencis/starter-react-vite": "2.10.0",
7575
"@commencis/template-markdown": "1.0.0"
7676
}

0 commit comments

Comments
 (0)