Skip to content

Commit 9ba893b

Browse files
deps: modules update
1 parent 78870b2 commit 9ba893b

3 files changed

Lines changed: 15 additions & 15 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.14.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.16.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.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
"license": "MIT",
3434
"devDependencies": {
3535
"@biomejs/biome": "^1.9.4",
36-
"@types/node": "^22.14.0",
36+
"@types/node": "^22.15.24",
3737
"rimraf": "^6.0.1",
38-
"tsx": "^4.19.3",
38+
"tsx": "^4.19.4",
3939
"typescript": "^5.8.3"
4040
},
4141
"volta": {
42-
"node": "22.14.0",
43-
"pnpm": "10.8.0"
42+
"node": "22.16.0",
43+
"pnpm": "10.11.0"
4444
},
4545
"pnpm": {
4646
"onlyBuiltDependencies": [

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)