We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e982b3c commit 7b9f650Copy full SHA for 7b9f650
3 files changed
README.md
@@ -49,11 +49,11 @@ echo "dotenv" >> .envrc
49
npm install --save \
50
fastify@5.6.1 \
51
fastify-type-provider-zod@6.0.0 \
52
- zod@4.1.11
+ zod@4.1.12
53
54
npm install --save-dev \
55
typescript@5.9.2 \
56
- @types/node@24.5.2
+ @types/node@24.7.1
57
58
echo "node_modules" >> .gitignore
59
```
@@ -92,7 +92,7 @@ npm install --save @dotenvx/dotenvx@1.51.0
92
```shell
93
# install dependencies
94
95
- tsdown@0.15.4 \
+ tsdown@0.15.6 \
96
concurrently@9.2.1
97
98
# update npm scripts
0 commit comments