Skip to content

Commit

Permalink
Update nodemon to the latest version 🚀 (#32)
Browse files Browse the repository at this point in the history
* chore(package): update nodemon to version 1.18.5

* chore(package): update lockfile yarn.lock
  • Loading branch information
greenkeeper[bot] authored and SvanBoxel committed Oct 26, 2018
1 parent 4821533 commit 8a603e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"codecov": "3.1.0",
"jest": "23.4.1",
"nodemon": "1.18.4",
"nodemon": "1.18.5",
"semantic-release": "15.9.17",
"smee-client": "1.0.2",
"standard": "12.0.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ charenc@~0.0.1:
version "0.0.2"
resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667"

chokidar@^2.0.2:
chokidar@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.4.tgz#356ff4e2b0e8e43e322d18a372460bbcf3accd26"
dependencies:
Expand Down Expand Up @@ -4351,11 +4351,11 @@ node-pre-gyp@^0.10.0:
semver "^5.3.0"
tar "^4"

[email protected].4:
version "1.18.4"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.4.tgz#873f65fdb53220eb166180cf106b1354ac5d714d"
[email protected].5:
version "1.18.5"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.5.tgz#3d3924df23d06806952e8b6d3de052f2a3351807"
dependencies:
chokidar "^2.0.2"
chokidar "^2.0.4"
debug "^3.1.0"
ignore-by-default "^1.0.1"
minimatch "^3.0.4"
Expand Down

0 comments on commit 8a603e4

Please sign in to comment.