Skip to content

Commit

Permalink
Update nest monorepo to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
1 parent 54b7a06 commit 857c662
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -30,8 +30,8 @@
"@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": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^5.2.1",
"bcrypt": "^5.0.1",
"cache-manager": "^4.0.1",
@@ -52,14 +52,14 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@nestjs/cli": "^8.0.0",
"@nestjs/common": "^8.4.7",
"@nestjs/cli": "^10.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "8.4.7",
"@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": "10.4.15",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@prisma/client": "^4.8.0",
"@types/cache-manager": "^4.0.1",
"@types/express": "^4.17.13",

0 comments on commit 857c662

Please sign in to comment.