Skip to content

Commit

Permalink
update fastify deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jul 2, 2024
1 parent 62e8e2e commit 7652c9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"homepage": "https://github.com/fastify/fastify-accepts-serializer#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"fastify": "^4.26.2",
"fastify": "^5.0.0-alpha.3",
"msgpack5": "^6.0.2",
"protobufjs": "^7.2.6",
"snazzy": "^9.0.0",
Expand All @@ -37,8 +37,8 @@
"yamljs": "^0.3.0"
},
"dependencies": {
"@fastify/accepts": "^4.3.0",
"fastify-plugin": "^4.5.1"
"@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 7652c9a

Please sign in to comment.