Skip to content

Commit 7b9f650

Browse files
committed
update dependencies
1 parent e982b3c commit 7b9f650

File tree

3 files changed

+179
-152
lines changed

3 files changed

+179
-152
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ echo "dotenv" >> .envrc
4949
npm install --save \
5050
fastify@5.6.1 \
5151
fastify-type-provider-zod@6.0.0 \
52-
zod@4.1.11
52+
zod@4.1.12
5353

5454
npm install --save-dev \
5555
typescript@5.9.2 \
56-
@types/node@24.5.2
56+
@types/node@24.7.1
5757

5858
echo "node_modules" >> .gitignore
5959
```
@@ -92,7 +92,7 @@ npm install --save @dotenvx/dotenvx@1.51.0
9292
```shell
9393
# install dependencies
9494
npm install --save-dev \
95-
tsdown@0.15.4 \
95+
tsdown@0.15.6 \
9696
concurrently@9.2.1
9797

9898
# update npm scripts

0 commit comments

Comments
 (0)