Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimjipang authored Jul 13, 2023
1 parent 7a8dc8a commit 012811d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
},
"dependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.0.0",
//"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/mapped-types": "*",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/typeorm": "^10.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"dotenv": "^16.3.1",
"mysql2": "^3.4.3",
//"@nestjs/typeorm": "^10.0.0",
//"class-transformer": "^0.5.1",
//"class-validator": "^0.14.0",
//"dotenv": "^16.3.1",
//"mysql2": "^3.4.3",
"nest-winston": "^1.9.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"typeorm": "^0.3.17",
//"typeorm": "^0.3.17",
"winston": "^3.10.0",
"winston-cloudwatch": "^6.1.1",
"winston-daily-rotate-file": "^4.7.1"
Expand Down

0 comments on commit 012811d

Please sign in to comment.