Skip to content

Commit 10f8696

Browse files
deps: modules update
1 parent 1351111 commit 10f8696

4 files changed

Lines changed: 64 additions & 64 deletions

File tree

README.md

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

33
Basic template for robust development of TypeScript apps with:
44

5-
- [Node.js](https://nodejs.org/docs/latest-v22.x/api/index.html) - Latest LTS version of Node. Currently it's **LTS/Jod** (v22.19.0).
5+
- [Node.js](https://nodejs.org/docs/latest-v22.x/api/index.html) - Latest LTS version of Node. Currently it's **LTS/Jod** (v22).
66
- [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager.
77
- [TypeScript](https://www.typescriptlang.org/) - JavaScript with syntax for types.
88
- [ESM Modules](https://nodejs.org/api/esm.html) - modern JavaScript modules.

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
33
"assist": { "actions": { "source": { "organizeImports": "on" } } },
44
"linter": {
55
"enabled": true,

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
],
3333
"license": "MIT",
3434
"devDependencies": {
35-
"@biomejs/biome": "^2.2.2",
36-
"@types/node": "^24.3.0",
35+
"@biomejs/biome": "^2.2.5",
36+
"@types/node": "^24.7.0",
3737
"rimraf": "^6.0.1",
38-
"tsx": "^4.20.5",
39-
"typescript": "^5.9.2"
38+
"tsx": "^4.20.6",
39+
"typescript": "^5.9.3"
4040
},
4141
"volta": {
42-
"node": "22.19.0",
43-
"pnpm": "10.15.1"
42+
"node": "22.20.0",
43+
"pnpm": "10.18.1"
4444
},
4545
"pnpm": {
4646
"onlyBuiltDependencies": [

pnpm-lock.yaml

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)