Skip to content

Commit

Permalink
Merge pull request #114 from nestjs/renovate/major-nest-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update nest monorepo to v7 (major)
  • Loading branch information
kamilmysliwiec committed Mar 14, 2020
2 parents 3ff59d9 + b8a8448 commit 77c2aad
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 31 deletions.
40 changes: 14 additions & 26 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@commitlint/cli": "8.3.5",
"@commitlint/config-angular": "8.3.4",
"@hapi/joi": "17.1.1",
"@nestjs/common": "6.11.11",
"@nestjs/core": "6.11.11",
"@nestjs/platform-express": "6.11.11",
"@nestjs/testing": "6.11.11",
"@nestjs/common": "7.0.1",
"@nestjs/core": "7.0.1",
"@nestjs/platform-express": "7.0.1",
"@nestjs/testing": "7.0.1",
"@types/hapi__joi": "16.0.12",
"@types/jest": "25.1.4",
"@types/lodash.get": "4.4.6",
Expand All @@ -54,7 +54,7 @@
"typescript": "3.8.3"
},
"peerDependencies": {
"@nestjs/common": "^6.10.0",
"@nestjs/common": "^6.10.0 || ^7.0.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0"
},
Expand Down

0 comments on commit 77c2aad

Please sign in to comment.