Skip to content

Commit

Permalink
update for fastify v5
Browse files Browse the repository at this point in the history
  • Loading branch information
synapse committed Mar 21, 2024
1 parent 636b6f3 commit a211ccd
Show file tree
Hide file tree
Showing 2 changed files with 13 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
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
"prettier": "prettier --write \"{lib,test,test-tap}/**/*.js\" index.js \"types/**/*.ts\""
},
"dependencies": {
"fastify-plugin": "^4.0.0"
"fastify-plugin": "^4.5.1"
},
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"fastify": "^4.0.0-rc.2",
"jest": "^29.0.1",
"prettier": "^3.0.0",
"superagent": "^8.0.0",
"tap": "^16.0.0",
"tsd": "^0.30.3"
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"fastify": "^4.26.2",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"superagent": "^8.1.2",
"tap": "^18.7.1",
"tsd": "^0.30.7"
},
"homepage": "http://github.com/fastify/fastify-request-context",
"repository": {
Expand Down

0 comments on commit a211ccd

Please sign in to comment.