Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 27, 2021
1 parent d4213d0 commit e49859b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 32 deletions.
64 changes: 36 additions & 28 deletions sample/008-multi-database-mongoose-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions sample/008-multi-database-mongoose-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "7.6.17",
"@nestjs/core": "7.6.17",
"@nestjs/common": "8.0.6",
"@nestjs/core": "8.0.6",
"@nestjs/mongoose": "7.2.0",
"@nestjs/platform-express": "7.6.17",
"@nestjs/platform-express": "8.0.6",
"@nestjs/terminus": "7.2.0",
"mongoose": "5.10.9",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.3.0"
},
"devDependencies": {
"@nestjs/testing": "7.6.17",
"@nestjs/testing": "8.0.6",
"@types/express": "4.17.13",
"@types/jest": "26.0.24",
"@types/mongoose": "5.7.36",
Expand Down

0 comments on commit e49859b

Please sign in to comment.