Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update peerDependency to support Cypress ^10.x.
  • Loading branch information
Kokogino committed Jun 9, 2022
commit 2adb3cd71bd19a64697291896d58fe47bccb7c6a
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"semantic-release": "semantic-release"
},
"peerDependencies": {
"cypress": "^4.x || ^5.x || ^6.x || ^7.x || ^8.x || ^9.x"
"cypress": "^4.x || ^5.x || ^6.x || ^7.x || ^8.x || ^9.x || ^10.x"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.8.2",
Expand Down