Skip to content

Commit

Permalink
Add support for Fastify v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnydgreen committed Oct 12, 2024
1 parent 3dfef75 commit bb32ab5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function isSystemType (objectType) {
module.exports = fp(mercuriusHitMap,
{
name: 'mercurius-hit-map',
fastify: '4.x',
fastify: '5.x',
dependencies: ['mercurius']
}
)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
},
"homepage": "https://github.com/Eomm/mercurius-hit-map#readme",
"devDependencies": {
"fastify": "^4.4.0",
"mercurius": "^14.0.0",
"fastify": "^5.0.0",
"mercurius": "^15.0.0",
"standard": "^17.0.0",
"tap": "^16.3.0",
"ws": "^8.9.0"
},
"dependencies": {
"fastify-plugin": "^4.2.0",
"fastify-plugin": "^5.0.1",
"graphql": "^16.6.0"
}
}

0 comments on commit bb32ab5

Please sign in to comment.