Skip to content

Commit

Permalink
Updated deps for fastify v5
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Sep 3, 2024
1 parent e45b197 commit 698e920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"type": "commonjs",
"types": "types/index.d.ts",
"dependencies": {
"@fastify/accept-negotiator": "^1.1.0",
"fastify-plugin": "^4.5.1",
"@fastify/accept-negotiator": "^2.0.0",
"fastify-plugin": "^5.0.0",
"mime-db": "^1.52.0",
"minipass": "^7.0.4",
"peek-stream": "^1.1.3",
Expand All @@ -22,7 +22,7 @@
"@typescript-eslint/parser": "^7.6.0",
"adm-zip": "^0.5.12",
"c8": "^10.1.2",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"jsonstream": "^1.0.3",
"standard": "^17.1.0",
"tsd": "^0.31.0",
Expand Down

0 comments on commit 698e920

Please sign in to comment.