Skip to content

Commit 8cc6b94

Browse files
committed
chore: bump deps
1 parent 4ceffba commit 8cc6b94

File tree

6 files changed

+250
-187
lines changed

6 files changed

+250
-187
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
version: 10
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: "22"
21+
node-version: "24"
2222
cache: "pnpm"
2323
- run: pnpm install --frozen-lockfile
2424
- run: |

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A sane, opinionated template for esm node projects written in typescript.
44

5-
For new, node lts (currently v22) projects.
5+
For new, node lts (currently v24) projects.
66

77
Uses:
88

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"template"
1818
],
1919
"engines": {
20-
"node": "22"
20+
"node": "24"
2121
},
2222
"scripts": {
2323
"build": "tsdown",
@@ -30,19 +30,19 @@
3030
"prepare": "husky"
3131
},
3232
"devDependencies": {
33-
"@biomejs/biome": "^2.2.7",
33+
"@biomejs/biome": "^2.3.1",
3434
"@commitlint/cli": "^20.1.0",
3535
"@commitlint/config-conventional": "^20.0.0",
3636
"@types/node": "^24.9.1",
37-
"@vitest/coverage-v8": "^4.0.1",
37+
"@vitest/coverage-v8": "^4.0.4",
3838
"husky": "^9.1.7",
3939
"lint-staged": "^16.2.6",
4040
"tsc-files": "^1.1.4",
41-
"tsdown": "^0.15.9",
41+
"tsdown": "^0.15.11",
4242
"tsx": "^4.20.6",
4343
"typescript": "^5.9.3",
4444
"vite-tsconfig-paths": "^5.1.4",
45-
"vitest": "^4.0.1"
45+
"vitest": "^4.0.4"
4646
},
4747
"dependencies": {
4848
"neverthrow": "^8.2.0"

0 commit comments

Comments
 (0)