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
johnbiundo committed Jul 22, 2019
2 parents c5e54bf + a0a5130 commit 25db843
Show file tree
Hide file tree
Showing 13 changed files with 190 additions and 35 deletions.
6 changes: 3 additions & 3 deletions integration/graphql/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/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"rxjs": "6.5.2",
"subscriptions-transport-ws": "0.9.16",
"typescript": "3.5.3",
"ws": "7.1.0"
"ws": "7.1.1"
},
"devDependencies": {
"@types/node": "7.10.7",
Expand Down
6 changes: 3 additions & 3 deletions integration/mongoose/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/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typescript": "3.5.3"
},
"devDependencies": {
"@types/mongoose": "5.5.8",
"@types/mongoose": "5.5.9",
"@types/node": "7.10.7",
"ts-node": "8.3.0",
"tslint": "5.18.0"
Expand Down
6 changes: 3 additions & 3 deletions integration/typegraphql/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/typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"subscriptions-transport-ws": "0.9.16",
"type-graphql": "0.17.4",
"typescript": "3.5.3",
"ws": "7.1.0"
"ws": "7.1.1"
},
"devDependencies": {
"@types/node": "7.10.7",
Expand Down
185 changes: 170 additions & 15 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"grpc": "1.22.2",
"http2": "3.3.7",
"iterare": "1.2.0",
"merge-graphql-schemas": "1.5.8",
"merge-graphql-schemas": "1.6.1",
"mqtt": "3.0.0",
"multer": "1.4.2",
"nats": "1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"ws": "7.1.0"
"ws": "7.1.1"
},
"peerDependencies": {
"@nestjs/common": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/06-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typescript": "3.5.3"
},
"devDependencies": {
"@types/mongoose": "5.5.8",
"@types/mongoose": "5.5.9",
"@types/node": "10.14.13",
"ts-node": "8.3.0",
"tslint": "5.18.0"
Expand Down
Loading

0 comments on commit 25db843

Please sign in to comment.