Skip to content

Commit

Permalink
fix: set jest peerdep to at least version 27
Browse files Browse the repository at this point in the history
  • Loading branch information
keplersj committed Feb 27, 2022
1 parent aefcd8f commit 3e9d1fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -32,7 +32,8 @@
"jest-diff": "^27.0.0"
},
"peerDependencies": {
"prettier": ">= 1.8"
"prettier": ">= 1.8",
"jest": ">= 27.0.0"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
Expand Down

0 comments on commit 3e9d1fa

Please sign in to comment.