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:
230
230
" dependencies" : {
231
231
" dotenv" : " ^16.4.7" ,
232
232
" express" : " ^4.21.2" ,
233
- " mongoose" : " ^8.11.0" ,
234
- " morgan" : " ^1.10.0"
233
+ " mongoose" : " ^8.11.0"
235
234
},
236
235
" devDependencies" : { // highlight-line
237
236
" @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:
218
218
" dependencies" : {
219
219
" dotenv" : " ^16.4.7" ,
220
220
" express" : " ^4.21.2" ,
221
- " mongoose" : " ^8.11.0" ,
222
- " morgan" : " ^1.10.0"
221
+ " mongoose" : " ^8.11.0"
223
222
},
224
223
" devDependencies" : { // highlight-line
225
224
" @eslint/js" : " ^9.22.0" , // highlight-line
You can’t perform that action at this time.
0 commit comments