Skip to content

Commit

Permalink
feat: preparation for fastify@5
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Jun 9, 2024
1 parent b035b52 commit 1becd5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.1
with:
lint: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ dist
.tern-port
package-lock.json
.vscode/
.tap/
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"homepage": "https://github.com/Eomm/fastify-user-agent#readme",
"dependencies": {
"fastify-plugin": "^4.4.0",
"fastify-plugin": "^4.5.1",
"useragent": "^2.3.0"
},
"devDependencies": {
"fastify": "^4.10.2",
"standard": "^17.0.0",
"tap": "^16.3.2"
"fastify": "^4.27.0",
"standard": "^17.1.0",
"tap": "^19.2.2"
}
}

0 comments on commit 1becd5a

Please sign in to comment.