Skip to content

Commit

Permalink
Update for v5
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalshareef committed Mar 20, 2024
1 parent 4075c6c commit af982e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 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
5 changes: 0 additions & 5 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
ts: false
jsx: false
flow: false
coverage: true

files:
- test/*.test.js
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
},
"homepage": "https://github.com/fastify/fastify-etag#readme",
"devDependencies": {
"@types/node": "^20.1.0",
"autocannon": "^7.0.0",
"fastify": "^4.0.0-rc.2",
"@types/node": "^20.11.30",
"autocannon": "^7.15.0",
"fastify": "^4.26.2",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.30.0"
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.30.7"
},
"dependencies": {
"fastify-plugin": "^4.0.0"
"fastify-plugin": "^4.5.1"
},
"tsd": {
"directory": "test/types"
Expand Down

0 comments on commit af982e7

Please sign in to comment.