Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 28, 2020
1 parent b0094df commit 76bf203
Show file tree
Hide file tree
Showing 54 changed files with 1,422 additions and 1,540 deletions.
97 changes: 42 additions & 55 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.4.2",
"@nestjs/core": "7.4.2",
"@nestjs/platform-express": "7.4.2",
"@nestjs/common": "7.4.3",
"@nestjs/core": "7.4.3",
"@nestjs/platform-express": "7.4.3",
"class-transformer": "0.3.1",
"class-validator": "0.12.2",
"reflect-metadata": "0.1.13",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@nestjs/cli": "7.5.1",
"@nestjs/schematics": "7.1.1",
"@nestjs/testing": "7.4.2",
"@nestjs/testing": "7.4.3",
"@types/express": "4.17.7",
"@types/jest": "26.0.10",
"@types/node": "10.17.3",
Expand Down

0 comments on commit 76bf203

Please sign in to comment.