Skip to content

Commit

Permalink
bug: make @types/express a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin committed Feb 10, 2025
1 parent 08f23cb commit fa83c6c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"@biomejs/biome": "^1.9.0",
"@tsconfig/node18": "^18.2.4",
"@types/chai": "^4.1.7",
"@types/express": "^5.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "22.13.1",
"@types/sinon": "^7.0.11",
Expand All @@ -72,5 +71,13 @@
"ts-node": "^10.9.2",
"tsd": "^0.31.2",
"typescript": "5.3.3"
},
"peerDependencies": {
"@types/express": "^5.0.0"
},
"peerDependenciesMeta": {
"@types/express": {
"optional": true
}
}
}

0 comments on commit fa83c6c

Please sign in to comment.