Skip to content

Commit f5e6498

Browse files
authored
fix: add cypress v8 to peerDependencies range
2 parents d1c9ee9 + d462d6b commit f5e6498

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
@@ -44,13 +44,13 @@
4444
"@testing-library/dom": "^7.29.6"
4545
},
4646
"devDependencies": {
47-
"cypress": "^6.0.1",
47+
"cypress": "^8.0.0",
4848
"kcd-scripts": "^7.5.1",
4949
"npm-run-all": "^4.1.5",
5050
"typescript": "^4.1.2"
5151
},
5252
"peerDependencies": {
53-
"cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
53+
"cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
5454
},
5555
"eslintConfig": {
5656
"extends": "./node_modules/kcd-scripts/eslint.js",

0 commit comments

Comments
 (0)