Skip to content

Commit

Permalink
Support Fastify v5 (#304)
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Sep 10, 2024
1 parent 917cc72 commit 8c27af3
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm test
212 changes: 96 additions & 116 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"license": "MIT",
"dependencies": {
"@fastify/error": "^4.0.0",
"@fastify/jwt": "^8.0.0",
"fastify": "^4.11.0",
"fastify-plugin": "^4.4.0",
"@fastify/jwt": "^9.0.0",
"fastify": "^5.0.0-alpha.4",
"fastify-plugin": "^5.0.0",
"get-jwks": "^9.0.0"
},
"devDependencies": {
"@fastify/cookie": "^9.0.0",
"@fastify/session": "^10.1.1",
"@fastify/cookie": "^10.0.0",
"@fastify/session": "^11.0.0",
"@types/node": "^20.4.7",
"c8": "^10.0.0",
"fast-jwt": "^4.0.0",
Expand Down

0 comments on commit 8c27af3

Please sign in to comment.