Skip to content

Commit

Permalink
Update for Fastify v5 (#131)
Browse files Browse the repository at this point in the history
* upgrade for fastify 5

* Update .taprc

Signed-off-by: Gürgün Dayıoğlu <[email protected]>

---------

Signed-off-by: Gürgün Dayıoğlu <[email protected]>
Co-authored-by: Gürgün Dayıoğlu <[email protected]>
  • Loading branch information
synapse and gurgunday authored Mar 26, 2024
1 parent a719e62 commit 0abca59
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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@v4.1.0
with:
license-check: true
lint: true
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
},
"homepage": "https://github.com/fastify/fastify-basic-auth#readme",
"devDependencies": {
"@fastify/auth": "^4.0.0",
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.0",
"fastify": "^4.0.0-rc.2",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.30.0"
"@fastify/auth": "^4.6.1",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.30",
"fastify": "^4.26.2",
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.30.7"
},
"dependencies": {
"@fastify/error": "^3.0.0",
"fastify-plugin": "^4.0.0"
"@fastify/error": "^3.4.1",
"fastify-plugin": "^4.5.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0abca59

Please sign in to comment.