Skip to content

Commit f6d04d3

Browse files
committed
Update nodemon version number
1 parent 67df910 commit f6d04d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/3/en/part3a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ The contents of <i>package.json</i> have also changed:
379379
"express": "^4.21.2"
380380
},
381381
"devDependencies": {
382-
"nodemon": "^3.0.3"
382+
"nodemon": "^3.1.9"
383383
}
384384
}
385385
```

src/content/3/fi/osa3a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Tiedoston <i>package.json</i> sisältö muuttuu seuraavasti:
376376
"express": "^4.21.2"
377377
},
378378
"devDependencies": {
379-
"nodemon": "^3.0.3"
379+
"nodemon": "^3.1.9"
380380
}
381381
}
382382
```

0 commit comments

Comments
 (0)