Skip to content

Commit e052ece

Browse files
authored
feat: allowed cypress v4 as a valid peer (#119)
closes #118
1 parent 5664b09 commit e052ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
"@types/testing-library__cypress": "^5.0.2"
4747
},
4848
"devDependencies": {
49-
"cypress": "^3.8.3",
49+
"cypress": "^4.0.0",
5050
"kcd-scripts": "^5.0.0",
5151
"npm-run-all": "^4.1.5"
5252
},
5353
"peerDependencies": {
54-
"cypress": "^2.1.0 || ^3.0.0"
54+
"cypress": "^2.1.0 || ^3.0.0 || ^4.0.0"
5555
},
5656
"eslintConfig": {
5757
"extends": "./node_modules/kcd-scripts/eslint.js",

0 commit comments

Comments
 (0)