Skip to content

Commit

Permalink
Merge next into master (#104)
Browse files Browse the repository at this point in the history
* Update for v5 (#102)

* update fastify deps

---------

Co-authored-by: Mohammed Bilal Shareef <[email protected]>
  • Loading branch information
jsumners and bilalshareef authored Jul 2, 2024
1 parent 37c5326 commit 3001128
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": "^5.0.0-alpha.3",
"msgpack5": "^6.0.2",
"protobufjs": "^7.2.6",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.31.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": "^5.0.0-pre.fv5.1",
"fastify-plugin": "^5.0.0-pre.fv5.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3001128

Please sign in to comment.