Skip to content

Commit

Permalink
Merge pull request vlucas#587 from vlucas/fix_582
Browse files Browse the repository at this point in the history
fix: Allow joi at least 13.7.0
  • Loading branch information
vlucas committed Mar 2, 2023
2 parents 1901f46 + 28bfa37 commit 30e4f76
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 @@ -38,7 +38,7 @@
"nock": "^13.1.4"
},
"peerDependencies": {
"joi": "^17.4.2"
"joi": ">= 13.7.0"
},
"jest": {
"testPathIgnorePatterns": [
Expand Down

0 comments on commit 30e4f76

Please sign in to comment.