Chapter 11: update example microservice

This commit is contained in:
Beth Griggs
2020-11-15 01:11:41 +00:00
parent 791aac76d7
commit cb0e52e541
11 changed files with 146 additions and 9 deletions
+3 -3
View File
@@ -16,11 +16,11 @@
"license": "ISC",
"dependencies": {
"fastify": "^3.0.0",
"fastify-plugin": "^2.0.0",
"fastify-plugin": "^3.0.0",
"fastify-autoload": "^3.0.2",
"fastify-cli": "^2.0.2"
"fastify-cli": "^2.5.1"
},
"devDependencies": {
"tap": "^14.0.0"
}
}
}