Skip to content

Commit

Permalink
chore(deps): update dependency nodemon to v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jaywcjlove committed Nov 28, 2020
1 parent b989ffc commit a414d7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/cookie-parser": "1.4.2",
"@types/express": "4.17.6",
"@types/http-errors": "1.8.0",
"nodemon": "2.0.4",
"nodemon": "2.0.6",
"tsbb": "file:../../"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/hapi__hapi": "19.0.3",
"nodemon": "2.0.4",
"nodemon": "2.0.6",
"tsbb": "file:../../"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/koa": "2.11.4",
"nodemon": "2.0.4",
"nodemon": "2.0.6",
"tsbb": "file:../../"
},
"dependencies": {
Expand Down

0 comments on commit a414d7b

Please sign in to comment.