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 Jul 28, 2022
1 parent 0287bc7 commit 02508bb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.7",
"@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.7",
"@nestjs/swagger": "^5.2.1",
"@prisma/client": "^4.0.0",
"bcrypt": "^5.0.1",
Expand All @@ -53,14 +53,14 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@nestjs/cli": "^8.0.0",
"@nestjs/common": "^8.4.7",
"@nestjs/core": "8.4.7",
"@nestjs/cli": "9.0.0",
"@nestjs/common": "9.0.7",
"@nestjs/core": "9.0.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": "9.0.7",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.7",
"@prisma/client": "4.0.0",
"@types/cache-manager": "^4.0.1",
"@types/express": "^4.17.13",
Expand Down

0 comments on commit 02508bb

Please sign in to comment.