Skip to content

Commit 7f41e40

Browse files
committed
feat: allow fastify v4 as a peer dependency
1 parent c198e39 commit 7f41e40

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

package-lock.json

+1-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"json-schema-to-typescript": "^10.1.5"
5858
},
5959
"peerDependencies": {
60-
"fastify": "^3.21.6"
60+
"fastify": "^3.21.6 || ^4.0.0"
6161
}
6262
}

0 commit comments

Comments
 (0)