Skip to content

Commit

Permalink
Prepare for fastify v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnydgreen committed Sep 25, 2024
1 parent 2f9ed30 commit 819c858
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const mercuriusValidation = fp(
},
{
name: 'mercurius-validation',
fastify: '4.x',
fastify: '5.x',
dependencies: ['mercurius']
}
)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
},
"homepage": "https://github.com/mercurius-js/validation",
"devDependencies": {
"@mercuriusjs/federation": "^3.0.0",
"@mercuriusjs/gateway": "^3.0.0",
"@mercuriusjs/federation": "^4.0.0",
"@mercuriusjs/gateway": "^4.0.1",
"@sinonjs/fake-timers": "^11.2.2",
"@types/node": "^22.0.0",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^5.30.3",
"@typescript-eslint/parser": "^5.30.3",
"autocannon": "^7.15.0",
"concurrently": "^9.0.0",
"fastify": "^4.26.2",
"mercurius": "^14.0.0",
"fastify": "^5.0.0",
"mercurius": "^15.0.0",
"pre-commit": "^1.2.2",
"snazzy": "^9.0.0",
"standard": "^17.1.0",
Expand Down

0 comments on commit 819c858

Please sign in to comment.