Skip to content

Commit 5b80a7c

Browse files
committed
update dependencies
1 parent f93162f commit 5b80a7c

File tree

4 files changed

+114
-114
lines changed

4 files changed

+114
-114
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 24.8.0
1+
nodejs 24.9.0

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
git init
2222

2323
# for asdf
24-
echo "nodejs 24.8.0" >> .tool-versions
24+
echo "nodejs 24.9.0" >> .tool-versions
2525

2626
# for npm-based package
2727
npm init \
@@ -47,13 +47,13 @@ echo "dotenv" >> .envrc
4747
```shell
4848
# for fastify
4949
npm install --save \
50-
fastify@5.5.0 \
50+
fastify@5.6.1 \
5151
52-
52+
5353

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

5858
echo "node_modules" >> .gitignore
5959
```
@@ -77,7 +77,7 @@ One useful methodology for building software-as-a-service apps is <https://12fac
7777
- <https://sdorra.dev/posts/2023-08-22-type-safe-environment>
7878

7979
```shell
80-
npm install --save @dotenvx/dotenvx@1.49.0
80+
npm install --save @dotenvx/dotenvx@1.51.0
8181
```
8282

8383
## Build Phase
@@ -92,7 +92,7 @@ npm install --save @dotenvx/[email protected]
9292
```shell
9393
# install dependencies
9494
npm install --save-dev \
95-
95+
9696
9797

9898
# update npm scripts

0 commit comments

Comments
 (0)