Skip to content

Commit

Permalink
fix: add peer Cypress dependency version above 10
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Mar 25, 2023
1 parent 122a61f commit 397f90d
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 @@ -19,7 +19,7 @@
"types": "tsc --noEmit --allowJs *.js cypress/e2e/*.js"
},
"peerDependencies": {
"cypress": "*"
"cypress": ">=10.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 397f90d

Please sign in to comment.