Skip to content

Commit

Permalink
update example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed May 26, 2020
1 parent 62acbbd commit 97f43be
Show file tree
Hide file tree
Showing 8 changed files with 279 additions and 248 deletions.
96 changes: 55 additions & 41 deletions examples/1-standard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/1-standard/package.json
Expand Up @@ -18,7 +18,7 @@
"morgan": "^1.10.0"
},
"devDependencies": {
"nodemon": "^2.0.3",
"prettier": "^2.0.4"
"nodemon": "^2.0.4",
"prettier": "^2.0.5"
}
}
58 changes: 28 additions & 30 deletions examples/2-standard-multiple-api-specs/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 examples/2-standard-multiple-api-specs/package.json
Expand Up @@ -18,7 +18,7 @@
"morgan": "^1.10.0"
},
"devDependencies": {
"nodemon": "^2.0.3",
"nodemon": "^2.0.4",
"prettier": "^2.0.5"
}
}

0 comments on commit 97f43be

Please sign in to comment.