Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
}
},
"peerDependencies": {
"@sinclair/typebox": ">=0.26 <=0.33"
"@sinclair/typebox": ">=0.26 <=0.33",
"fastify": "^5.0.0-alpha.3"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this can be changed to 5.x now?

Suggested change
"fastify": "^5.0.0-alpha.3"
"fastify": "5.x"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, I changed it to standard semver notation.

},
"scripts": {
"build:clean": "rimraf ./dist",
Expand Down