Skip to content

Commit

Permalink
chore: update min fastify version (#76)
Browse files Browse the repository at this point in the history
* chore: update min fastify version

* update fastify deps

* update ci

* chore: update ci

* chore: force fastify version since yarn and pnpm version resolve is wrong

---------

Co-authored-by: James Sumners <git@zifbang.com>
Co-authored-by: KaKa <kaka@kakang.dev>
  • Loading branch information
3 people authored Aug 8, 2024
1 parent 299e8bf commit 6628599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function fastifyDiagnosticsChannel (fastify, _opts, next) {
}

module.exports = fp(fastifyDiagnosticsChannel, {
fastify: '4.x',
fastify: '5.x',
name: '@fastify/diagnostics-channel'
})
module.exports.default = fastifyDiagnosticsChannel
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"homepage": "https://github.com/fastify/fastify-diagnostics-channel#readme",
"dependencies": {
"fastify-plugin": "^4.5.1"
"fastify-plugin": "^5.0.0-pre.fv5.1"
},
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"fastify": "^4.26.2",
"fastify": "5.0.0-alpha.3",
"simple-get": "^4.0.1",
"standard": "^17.1.0",
"tap": "^18.7.2",
Expand Down

0 comments on commit 6628599

Please sign in to comment.