Skip to content

Commit

Permalink
Update nest monorepo to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2023
1 parent 54b7a06 commit 39856d2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"@elastic/elasticsearch": "^8.2.1",
"@elastic/enterprise-search": "^8.1.0-beta.1",
"@nestjs/config": "^2.1.0",
"@nestjs/core": "^8.4.7",
"@nestjs/core": "^9.0.0",
"@nestjs/elasticsearch": "^8.1.0",
"@nestjs/jwt": "^8.0.1",
"@nestjs/mapped-types": "*",
"@nestjs/mongoose": "^9.1.1",
"@nestjs/passport": "^8.2.2",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/swagger": "^5.2.1",
"bcrypt": "^5.0.1",
"cache-manager": "^4.0.1",
Expand All @@ -53,13 +53,13 @@
},
"devDependencies": {
"@nestjs/cli": "^8.0.0",
"@nestjs/common": "^8.4.7",
"@nestjs/core": "8.4.7",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "9.4.2",
"@nestjs/mapped-types": "*",
"@nestjs/mongoose": "9.1.1",
"@nestjs/platform-express": "8.4.7",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@nestjs/platform-express": "9.4.2",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@prisma/client": "^4.8.0",
"@types/cache-manager": "^4.0.1",
"@types/express": "^4.17.13",
Expand Down

0 comments on commit 39856d2

Please sign in to comment.