Skip to content

Commit

Permalink
Update dependency @nestjs/common to v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 31, 2019
1 parent 8861f58 commit 7e93330
Show file tree
Hide file tree
Showing 28 changed files with 4,410 additions and 2,065 deletions.
1,329 changes: 1,292 additions & 37 deletions integration/graphql/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration/graphql/package.json
Expand Up @@ -9,7 +9,7 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.1.0",
"@nestjs/common": "5.6.2",
"@nestjs/core": "^5.1.0",
"@nestjs/graphql": "^5.0.0",
"apollo-server-express": "^2.0.4",
Expand Down
32 changes: 16 additions & 16 deletions integration/hello-world/package-lock.json

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

2 changes: 1 addition & 1 deletion integration/hello-world/package.json
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node src/main"
},
"dependencies": {
"@nestjs/common": "^5.0.0",
"@nestjs/common": "5.6.2",
"@nestjs/core": "^5.0.0",
"@nestjs/microservices": "^5.0.0",
"@nestjs/testing": "^5.0.0",
Expand Down

0 comments on commit 7e93330

Please sign in to comment.