Skip to content

Commit

Permalink
feat: preparation for fastify@5
Browse files Browse the repository at this point in the history
  • Loading branch information
synapse authored Mar 18, 2024
1 parent d3ab53e commit ec68c84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
},
"homepage": "https://github.com/fastify/fastify-formbody#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.0",
"fastify": "^4.0.0-rc.2",
"form-auto-content": "^3.0.0",
"qs": "^6.5.1",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.28",
"fastify": "^4.26.2",
"form-auto-content": "^3.2.1",
"qs": "^6.12.0",
"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": {
"fast-querystring": "^1.0.0",
"fastify-plugin": "^4.0.0"
"fast-querystring": "^1.1.2",
"fastify-plugin": "^4.5.1"
},
"types": "types/formbody.d.ts",
"publishConfig": {
Expand Down

0 comments on commit ec68c84

Please sign in to comment.