Skip to content

Commit

Permalink
Merge pull request #25 from tpfrne/upgrade-fastify
Browse files Browse the repository at this point in the history
feat: allow fastify v4 as a peer dependency
  • Loading branch information
thomasthiebaud authored Jul 30, 2022
2 parents c198e39 + 7f41e40 commit 64fd94e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"json-schema-to-typescript": "^10.1.5"
},
"peerDependencies": {
"fastify": "^3.21.6"
"fastify": "^3.21.6 || ^4.0.0"
}
}

0 comments on commit 64fd94e

Please sign in to comment.