Skip to content

Commit

Permalink
Merge pull request #459 from ldhbenecia/develop
Browse files Browse the repository at this point in the history
📦️ nestjs platform-express install
  • Loading branch information
ldhbenecia authored Dec 12, 2023
2 parents 91991b8 + beb9234 commit b93775d
Show file tree
Hide file tree
Showing 2 changed files with 571 additions and 27 deletions.
5 changes: 3 additions & 2 deletions app/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@morak/vault": "^1.0.0",
"@nestjs/cache-manager": "^2.1.1",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/mongoose": "^10.0.2",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/platform-socket.io": "^10.2.10",
"@nestjs/swagger": "^7.1.14",
"@nestjs/websockets": "^10.2.10",
Expand All @@ -42,8 +44,7 @@
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"@morak/vault": "^1.0.0"
"rxjs": "^7.8.1"
},
"devDependencies": {
"@morak/apitype": "^1.0.0",
Expand Down
Loading

0 comments on commit b93775d

Please sign in to comment.