Skip to content

Commit

Permalink
update for fastify@5
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jul 18, 2024
1 parent 4dff4b3 commit 48eead2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
with:
license-check: true
lint: true
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function isTask (value) {
}

module.exports = fp(fastifyFunky, {
fastify: '4.x',
fastify: '5.x',
name: '@fastify/funky'
})
module.exports.default = fastifyFunky
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"lint": "standard"
},
"dependencies": {
"fastify-plugin": "^4.0.0"
"fastify-plugin": "^5.0.0-pre.fv5.1"
},
"peerDependencies": {
"fastify": "^4.0.0"
"fastify": "^5.0.0-alpha.3"
},
"devDependencies": {
"@fastify/pre-commit": "2.0.2",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.1.0",
"fastify": "^4.2.0",
"fastify": "^5.0.0-alpha.3",
"fp-ts": "^2.11.2",
"standard": "^17.0.0",
"tap": "^16.3.0",
"tsd": "^0.30.0"
"tap": "^21.0.0",
"tsd": "^0.31.1"
},
"homepage": "https://github.com/fastify/fastify-funky",
"repository": {
Expand Down

0 comments on commit 48eead2

Please sign in to comment.