Skip to content

Commit

Permalink
fix: correct fastify dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Oct 28, 2022
1 parent 2c5ab02 commit de9cea0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,7 +48,7 @@
"docs:serve": "npm run docs -- --serve"
},
"dependencies": {
"@fastify/express": "^2.0.2",
"@fastify/express": "^2.1.0",
"@fastify/helmet": "^10.0.0",
"@fastify/rate-limit": "^7.4.0",
"@fastify/static": "^6.5.0",
Expand Down

0 comments on commit de9cea0

Please sign in to comment.