Skip to content

Commit

Permalink
Merge pull request #6244 from nestjs/renovate/nest-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update nest monorepo to v7.6.6
  • Loading branch information
kamilmysliwiec authored Jan 26, 2021
2 parents 9e96e76 + 459458b commit e7011e3
Show file tree
Hide file tree
Showing 58 changed files with 23,967 additions and 2,290 deletions.
120 changes: 60 additions & 60 deletions sample/01-cats-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/01-cats-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "7.6.5",
"@nestjs/core": "7.6.5",
"@nestjs/platform-express": "7.6.5",
"@nestjs/common": "7.6.6",
"@nestjs/core": "7.6.6",
"@nestjs/platform-express": "7.6.6",
"class-transformer": "0.3.2",
"class-validator": "0.13.1",
"reflect-metadata": "0.1.13",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@nestjs/cli": "7.5.4",
"@nestjs/schematics": "7.2.7",
"@nestjs/testing": "7.6.5",
"@nestjs/testing": "7.6.6",
"@types/express": "4.17.11",
"@types/jest": "26.0.20",
"@types/node": "14.14.22",
Expand Down
Loading

0 comments on commit e7011e3

Please sign in to comment.