Skip to content

Commit

Permalink
Adds express and fastify to peerDependencyMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman committed Oct 10, 2022
1 parent 403dea9 commit c87d44c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,20 @@
"peerDependencies": {
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"express": "^4.8.1"
"express": "^4.18.1",
"fastify": "^4.7.0",
"@fastify/static": "^6.5.0"
},
"peerDependenciesMeta": {
"express": {
"optional": true
},
"fastify": {
"optional": true
},
"@fastify/static": {
"optional": true
}
},
"devDependencies": {
"@commitlint/cli": "17.1.2",
Expand Down

0 comments on commit c87d44c

Please sign in to comment.