File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -230,8 +230,7 @@ The contents of the package.json file will change as follows:
230230 " dependencies" : {
231231 " dotenv" : " ^16.4.7" ,
232232 " express" : " ^4.21.2" ,
233- " mongoose" : " ^8.11.0" ,
234- " morgan" : " ^1.10.0"
233+ " mongoose" : " ^8.11.0"
235234 },
236235 " devDependencies" : { // highlight-line
237236 " @eslint/js" : " ^9.22.0" , // highlight-line
Original file line number Diff line number Diff line change @@ -218,8 +218,7 @@ Tiedoston package.json sisältö muuttuu seuraavasti:
218218 " dependencies" : {
219219 " dotenv" : " ^16.4.7" ,
220220 " express" : " ^4.21.2" ,
221- " mongoose" : " ^8.11.0" ,
222- " morgan" : " ^1.10.0"
221+ " mongoose" : " ^8.11.0"
223222 },
224223 " devDependencies" : { // highlight-line
225224 " @eslint/js" : " ^9.22.0" , // highlight-line
You can’t perform that action at this time.
0 commit comments