Skip to content

Commit

Permalink
Add support for Cypress v10 =<
Browse files Browse the repository at this point in the history
Also drop support for all previous versions.
  • Loading branch information
badeball committed Nov 7, 2023
1 parent 0d92169 commit 18423fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/mocha": "^9.1.0",
"@types/shell-quote": "^1.7.1",
"@types/stream-buffers": "^3.0.4",
"cypress": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"cypress": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
"dtslint": "^4.0.5",
"esbuild": "^0.11.12",
"mocha": "^8.2.0",
Expand All @@ -59,6 +59,6 @@
"typescript": "^4.0.3"
},
"peerDependencies": {
"cypress": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
"cypress": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0"
}
}

0 comments on commit 18423fc

Please sign in to comment.