Skip to content

Commit

Permalink
[dsch] fix for peerDependency declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
DScheglov committed Oct 14, 2024
1 parent 809d122 commit 39ae2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"jsonschema": "^1.2.2"
},
"peerDependencies": {
"mongoose": "^5.13.22"
"mongoose": ">=5.13.22 <9.0.0"
},
"dependencies": {
"pluralize": "^8.0.0"
Expand Down

0 comments on commit 39ae2cf

Please sign in to comment.