Skip to content

Commit

Permalink
chore(deps): update dependency nodemon to v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jaywcjlove committed Jul 23, 2021
1 parent 6b80974 commit 246ecc1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/express-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/express-session": "1.17.3",
"@types/http-errors": "1.8.0",
"@types/node": "15.6.1",
"nodemon": "2.0.7",
"nodemon": "2.0.12",
"ts-node": "10.0.0",
"ts-node-dev": "1.1.8",
"tsbb": "2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion example/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/cookie-parser": "1.4.2",
"@types/express": "4.17.12",
"@types/http-errors": "1.8.0",
"nodemon": "2.0.7",
"nodemon": "2.0.12",
"ts-node-dev": "1.1.8",
"tsbb": "2.2.1"
},
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": "20.0.8",
"nodemon": "2.0.7",
"nodemon": "2.0.12",
"tsbb": "2.2.1"
},
"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.13.3",
"nodemon": "2.0.7",
"nodemon": "2.0.12",
"tsbb": "2.2.1"
},
"dependencies": {
Expand Down

0 comments on commit 246ecc1

Please sign in to comment.