Skip to content

Commit

Permalink
fix: min fastify version (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Oct 14, 2022
1 parent cde715c commit 1d1f837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^18.0.0",
"fastify": "^4.5.3",
"fastify": "^4.7.0",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.0.0",
Expand Down

0 comments on commit 1d1f837

Please sign in to comment.