Skip to content

Commit 1351111

Browse files
deps: modules update
1 parent 827c3d3 commit 1351111

4 files changed

Lines changed: 54 additions & 54 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.17.1).
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).
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.0/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
33
"assist": { "actions": { "source": { "organizeImports": "on" } } },
44
"linter": {
55
"enabled": true,

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
],
3333
"license": "MIT",
3434
"devDependencies": {
35-
"@biomejs/biome": "^2.2.0",
36-
"@types/node": "^24.2.1",
35+
"@biomejs/biome": "^2.2.2",
36+
"@types/node": "^24.3.0",
3737
"rimraf": "^6.0.1",
38-
"tsx": "^4.20.4",
38+
"tsx": "^4.20.5",
3939
"typescript": "^5.9.2"
4040
},
4141
"volta": {
42-
"node": "22.17.1",
43-
"pnpm": "10.13.1"
42+
"node": "22.19.0",
43+
"pnpm": "10.15.1"
4444
},
4545
"pnpm": {
4646
"onlyBuiltDependencies": [

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)