Skip to content

Commit

Permalink
Fix cypress peer dependency to includ version higher than 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Izhaki authored and meinaart committed Nov 23, 2023
1 parent 6b95c7a commit a8bd883
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 @@ -59,7 +59,7 @@
"unidiff": "1.0.2"
},
"peerDependencies": {
"cypress": "^4.5.0"
"cypress": ">=4.5.0"
},
"devDependencies": {
"eslint": "^5.14.1",
Expand Down

0 comments on commit a8bd883

Please sign in to comment.