Skip to content

Commit

Permalink
Update for v5 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalshareef authored Apr 13, 2024
1 parent 8baa582 commit 62e8e2e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 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
4 changes: 0 additions & 4 deletions .taprc

This file was deleted.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
},
"homepage": "https://github.com/fastify/fastify-accepts-serializer#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"fastify": "^4.0.0-rc.2",
"msgpack5": "^6.0.0",
"protobufjs": "^7.0.0",
"@fastify/pre-commit": "^2.1.0",
"fastify": "^4.26.2",
"msgpack5": "^6.0.2",
"protobufjs": "^7.2.6",
"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",
"yamljs": "^0.3.0"
},
"dependencies": {
"@fastify/accepts": "^4.0.0",
"fastify-plugin": "^4.0.0"
"@fastify/accepts": "^4.3.0",
"fastify-plugin": "^4.5.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 62e8e2e

Please sign in to comment.