Skip to content

Commit

Permalink
wip: packges - deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
donghquinn committed Feb 17, 2024
1 parent 669e05f commit 67fa262
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package-deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@
"schema": "prisma generate"
},
"dependencies": {
"@nestjs/common": "^10.3.1",
"@nestjs/core": "^10.3.1",
"@nestjs/platform-express": "^10.3.1",
"@nestjs/common": "^10.3.3",
"@nestjs/core": "^10.3.3",
"@nestjs/platform-express": "^10.3.3",
"@prisma/client": "^5.9.1",
"cookie-parser": "^1.4.6",
"date-fns": "^2.30.0",
"express": "^4.18.2",
"helmet": "^7.1.0",
"moment-timezone": "^0.5.43",
"node-fetch": "^3.3.2",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"prisma": "^5.9.1",
"redis": "^4.6.13",
"reflect-metadata": "^0.2.1",
"rxjs": "^7.8.1",
"set-interval-async": "^3.0.3",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/cookie-parser": "^1",
"@types/express": "^4.17.21",
"@types/node": "^20.11.16",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.2",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"ts-paths-esm-loader": "^1.4.3",
"tsconfig-paths": "^4.2.0",
Expand Down

0 comments on commit 67fa262

Please sign in to comment.