Skip to content

Commit 65f95d1

Browse files
authored
fix: allow cypress@6 in peer dependencies (#165)
1 parent 17ff8b7 commit 65f95d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"typescript": "^4.0.5"
5252
},
5353
"peerDependencies": {
54-
"cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
54+
"cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
5555
},
5656
"eslintConfig": {
5757
"extends": "./node_modules/kcd-scripts/eslint.js",

0 commit comments

Comments
 (0)