Skip to content

Commit

Permalink
Merge pull request #42 from Sauloxd/bump-cypress-5
Browse files Browse the repository at this point in the history
Bump cypress peer dependency to accept 3.x, 4.x, and 5.x
  • Loading branch information
bierik committed Dec 15, 2020
2 parents ebc524b + 663bee5 commit dc68598
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 112 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,6 +45,6 @@
},
"dependencies": {},
"peerDependencies": {
"cypress": "^3.1.0"
"cypress": "^2.1.0 || ^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
}
}

0 comments on commit dc68598

Please sign in to comment.