Skip to content

Commit

Permalink
chore(deps): update dependency nodemon to v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 5, 2019
1 parent 8ab0317 commit 0bc0414
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 56 deletions.
6 changes: 3 additions & 3 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 @@ -117,7 +117,7 @@
"lint-staged": "8.1.6",
"memory-usage": "1.2.1",
"mocha": "3.5.3",
"nodemon": "1.18.11",
"nodemon": "1.19.0",
"nyc": "14.1.0",
"prettier": "1.17.0",
"sinon": "7.3.2",
Expand Down
46 changes: 23 additions & 23 deletions sample/15-mvc/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/15-mvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/node": "8.10.48",
"nodemon": "1.18.11",
"nodemon": "1.19.0",
"ts-node": "8.1.0",
"tslint": "5.16.0"
}
Expand Down
46 changes: 23 additions & 23 deletions sample/17-mvc-fastify/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/17-mvc-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/node": "8.10.48",
"nodemon": "1.18.11",
"nodemon": "1.19.0",
"ts-node": "8.1.0",
"tslint": "5.16.0"
}
Expand Down
2 changes: 1 addition & 1 deletion sample/22-graphql-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typescript": "3.4.5"
},
"devDependencies": {
"nodemon": "1.18.11",
"nodemon": "1.19.0",
"prettier": "1.17.0",
"ts-node": "8.1.0",
"tsconfig-paths": "3.8.0",
Expand Down
6 changes: 3 additions & 3 deletions sample/22-graphql-prisma/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2252,9 +2252,9 @@ node-pre-gyp@^0.10.0:
semver "^5.3.0"
tar "^4"

nodemon@1.18.11:
version "1.18.11"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.11.tgz#d836ab663776e7995570b963da5bfc807e53f6b8"
nodemon@1.19.0:
version "1.19.0"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.19.0.tgz#358e005549a1e9e1148cb2b9b8b28957dc4e4527"
dependencies:
chokidar "^2.1.5"
debug "^3.1.0"
Expand Down

0 comments on commit 0bc0414

Please sign in to comment.