Skip to content

Commit

Permalink
Widen cypress peer dependency range
Browse files Browse the repository at this point in the history
Already tested with up to 8.3.1, so would assume anything in the 8.x range is fine.

Fixes jaredpalmer#198 and jaredpalmer#204
  • Loading branch information
lexanth committed Sep 29, 2021
1 parent 6b0774b commit 132f09f
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 @@ -46,7 +46,7 @@
"rimraf": "^2.6.2"
},
"peerDependencies": {
"cypress": "^4.5.0"
"cypress": "^4.5.0 - 8"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 132f09f

Please sign in to comment.