Skip to content

Commit 5c260bd

Browse files
Fdawgsjsumners
andauthored
chore: update min fastify version (#114)
* chore: update min fastify version * update fastify deps --------- Co-authored-by: James Sumners <[email protected]>
1 parent abe98ae commit 5c260bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function fastifyElasticsearch (fastify, options) {
4040
}
4141

4242
module.exports = fp(fastifyElasticsearch, {
43-
fastify: '4.x',
43+
fastify: '5.x',
4444
name: '@fastify/elasticsearch'
4545
})
4646
module.exports.default = fastifyElasticsearch

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"homepage": "https://github.com/fastify/fastify-elasticsearch#readme",
3131
"dependencies": {
3232
"@elastic/elasticsearch": "^8.13.1",
33-
"fastify-plugin": "^4.5.1"
33+
"fastify-plugin": "^5.0.0-pre.fv5.1"
3434
},
3535
"devDependencies": {
3636
"@types/node": "^22.0.0",
3737
"@fastify/pre-commit": "^2.1.0",
38-
"fastify": "^4.26.2",
38+
"fastify": "^5.0.0-alpha.3",
3939
"standard": "^17.1.0",
4040
"tap": "^18.7.2",
4141
"tsd": "^0.31.0"

0 commit comments

Comments
 (0)