Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nestjs/nest
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Oct 31, 2019
2 parents 56bb5fc + 09a6a18 commit e0e19a2
Show file tree
Hide file tree
Showing 74 changed files with 1,882 additions and 2,095 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<a href="https://opencollective.com/nest#backer" target="_blank"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a>
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
<a href="https://paypal.me/kamilmysliwiec" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg"/></a>
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a>
<a href="https://twitter.com/nestframework" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a>
</p>
<!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer)
Expand Down
18 changes: 9 additions & 9 deletions integration/graphql/package-lock.json

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

6 changes: 3 additions & 3 deletions integration/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "6.8.4",
"@nestjs/core": "6.8.4",
"@nestjs/common": "6.8.5",
"@nestjs/core": "6.8.5",
"@nestjs/graphql": "6.5.3",
"apollo-server-express": "2.9.7",
"graphql": "14.5.8",
Expand All @@ -22,7 +22,7 @@
"ws": "7.2.0"
},
"devDependencies": {
"@types/node": "7.10.8",
"@types/node": "7.10.9",
"ts-node": "8.4.1",
"tslint": "5.20.0"
}
Expand Down
36 changes: 18 additions & 18 deletions integration/hello-world/package-lock.json

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

12 changes: 6 additions & 6 deletions integration/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"start": "ts-node src/main"
},
"dependencies": {
"@nestjs/common": "6.8.4",
"@nestjs/core": "6.8.4",
"@nestjs/microservices": "6.8.4",
"@nestjs/testing": "6.8.4",
"@nestjs/websockets": "6.8.4",
"@nestjs/common": "6.8.5",
"@nestjs/core": "6.8.5",
"@nestjs/microservices": "6.8.5",
"@nestjs/testing": "6.8.5",
"@nestjs/websockets": "6.8.5",
"class-transformer": "0.2.3",
"class-validator": "0.10.2",
"fastify": "2.10.0",
Expand All @@ -20,7 +20,7 @@
"typescript": "3.6.4"
},
"devDependencies": {
"@types/node": "7.10.8",
"@types/node": "7.10.9",
"supertest": "4.0.2",
"ts-node": "8.4.1"
}
Expand Down
18 changes: 9 additions & 9 deletions integration/hooks/package-lock.json

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

6 changes: 3 additions & 3 deletions integration/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"start": "ts-node src/main"
},
"dependencies": {
"@nestjs/common": "6.8.4",
"@nestjs/core": "6.8.4",
"@nestjs/common": "6.8.5",
"@nestjs/core": "6.8.5",
"class-transformer": "0.2.3",
"class-validator": "0.10.2",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
"typescript": "3.6.4"
},
"devDependencies": {
"@types/node": "7.10.8",
"@types/node": "7.10.9",
"supertest": "4.0.2",
"ts-node": "8.4.1"
}
Expand Down
36 changes: 18 additions & 18 deletions integration/injector/package-lock.json

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

12 changes: 6 additions & 6 deletions integration/injector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"start": "ts-node src/main"
},
"dependencies": {
"@nestjs/common": "6.8.4",
"@nestjs/core": "6.8.4",
"@nestjs/microservices": "6.8.4",
"@nestjs/testing": "6.8.4",
"@nestjs/websockets": "6.8.4",
"@nestjs/common": "6.8.5",
"@nestjs/core": "6.8.5",
"@nestjs/microservices": "6.8.5",
"@nestjs/testing": "6.8.5",
"@nestjs/websockets": "6.8.5",
"class-transformer": "0.2.3",
"class-validator": "0.10.2",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
"typescript": "3.6.4"
},
"devDependencies": {
"@types/node": "7.10.8",
"@types/node": "7.10.9",
"supertest": "4.0.2",
"ts-node": "8.4.1"
}
Expand Down
Loading

0 comments on commit e0e19a2

Please sign in to comment.