Skip to content

Commit

Permalink
chore(deps): upgrade nestjs (#3879)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludtkemorgan authored Feb 15, 2024
1 parent 6c1d913 commit c9b6a06
Show file tree
Hide file tree
Showing 2 changed files with 799 additions and 514 deletions.
14 changes: 7 additions & 7 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"dependencies": {
"@google-cloud/translate": "^7.2.1",
"@nestjs/axios": "~3.0.0",
"@nestjs/common": "^8.0.0",
"@nestjs/common": "^10.3.2",
"@nestjs/config": "~3.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/core": "^10.3.2",
"@nestjs/jwt": "~10.1.0",
"@nestjs/passport": "~10.0.1",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/schedule": "^3.0.4",
"@nestjs/platform-express": "^10.3.2",
"@nestjs/schedule": "^4.0.1",
"@nestjs/swagger": "~7.1.12",
"@prisma/client": "^5.0.0",
"@sendgrid/mail": "7.7.0",
Expand Down Expand Up @@ -74,9 +74,9 @@
"twilio": "^4.15.0"
},
"devDependencies": {
"@nestjs/cli": "^8.0.0",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.2",
"@types/compression": "^1.7.5",
"@types/express": "~4.17.17",
"@types/jest": "~29.5.3",
Expand Down
Loading

0 comments on commit c9b6a06

Please sign in to comment.