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 0a310ae commit e151588
Show file tree
Hide file tree
Showing 18 changed files with 429 additions and 363 deletions.
75 changes: 41 additions & 34 deletions sample/000-dogs-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/000-dogs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "7.6.17",
"@nestjs/core": "7.6.17",
"@nestjs/platform-express": "7.6.17",
"@nestjs/common": "8.0.6",
"@nestjs/core": "8.0.6",
"@nestjs/platform-express": "8.0.6",
"@nestjs/terminus": "7.2.0",
"@nestjs/testing": "7.6.17",
"@nestjs/testing": "8.0.6",
"fastify": "3.17.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.7"
Expand Down
78 changes: 43 additions & 35 deletions sample/001-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/001-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.4",
"@nestjs/platform-express": "7.6.17",
"@nestjs/platform-express": "8.0.6",
"@nestjs/terminus": "7.2.0",
"mongoose": "5.11.7",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.6.7"
},
"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
Loading

0 comments on commit e151588

Please sign in to comment.