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 Mar 26, 2019
2 parents 5982718 + c378b25 commit 3886e23
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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.3.4000"
},
"devDependencies": {
"@types/mongoose": "5.3.23",
"@types/mongoose": "5.3.24",
"@types/node": "7.10.5",
"ts-node": "8.0.3",
"tslint": "5.14.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.3.4000"
},
"devDependencies": {
"@types/mongoose": "5.3.23",
"@types/mongoose": "5.3.24",
"@types/node": "10.14.3",
"ts-node": "8.0.3",
"tslint": "5.14.0"
Expand Down
6 changes: 3 additions & 3 deletions sample/14-mongoose-base/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 sample/14-mongoose-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typescript": "3.3.4000"
},
"devDependencies": {
"@types/mongoose": "5.3.23",
"@types/mongoose": "5.3.24",
"@types/node": "7.10.5",
"ts-node": "8.0.3",
"tslint": "5.14.0"
Expand Down

0 comments on commit 3886e23

Please sign in to comment.