Skip to content

Commit

Permalink
Merge pull request #4783 from nestjs/renovate/nest-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update nest monorepo to v7.0.11
  • Loading branch information
kamilmysliwiec committed May 12, 2020
2 parents b59965b + c49c271 commit 8c146fe
Show file tree
Hide file tree
Showing 54 changed files with 1,392 additions and 1,251 deletions.
84 changes: 42 additions & 42 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
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/platform-express": "7.0.9",
"@nestjs/common": "7.0.11",
"@nestjs/core": "7.0.11",
"@nestjs/platform-express": "7.0.11",
"class-transformer": "0.2.3",
"class-validator": "0.12.2",
"reflect-metadata": "0.1.13",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@nestjs/cli": "7.1.5",
"@nestjs/schematics": "7.0.0",
"@nestjs/testing": "7.0.9",
"@nestjs/testing": "7.0.11",
"@types/express": "4.17.6",
"@types/jest": "25.2.1",
"@types/node": "10.17.3",
Expand Down
118 changes: 59 additions & 59 deletions sample/02-gateways/package-lock.json

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

0 comments on commit 8c146fe

Please sign in to comment.