Skip to content

Commit

Permalink
Updated dependencies for fastify v5
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Sep 3, 2024
1 parent 39e89ea commit f2cfb32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
},
"homepage": "https://github.com/fastify/fastify-static",
"dependencies": {
"@fastify/accept-negotiator": "^2.0.0-pre.fv5.1",
"@fastify/accept-negotiator": "^2.0.0",
"@fastify/send": "^3.1.0",
"content-disposition": "^0.5.4",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"fastify-plugin": "^5.0.0",
"fastq": "^1.17.1",
"glob": "^11.0.0"
},
"devDependencies": {
"@fastify/compress": "^8.0.0-pre.fv5.1",
"@fastify/compress": "^8.0.0",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"concat-stream": "^2.0.0",
"eslint": "^9.9.0",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"neostandard": "^0.11.3",
"pino": "^9.1.0",
"proxyquire": "^2.1.3",
Expand Down

0 comments on commit f2cfb32

Please sign in to comment.