Skip to content

Commit 8143065

Browse files
committed
Drop support for Cypress v6
1 parent afc9965 commit 8143065

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
@@ -67,7 +67,7 @@
6767
"@types/prettier": "^2.6.3",
6868
"@types/stream-buffers": "^3.0.4",
6969
"ast-types": "^0.15.2",
70-
"cypress": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
70+
"cypress": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
7171
"dtslint": "^4.2.1",
7272
"esbuild": "^0.14.23",
7373
"fs-extra": "^10.1.0",
@@ -84,7 +84,7 @@
8484
},
8585
"peerDependencies": {
8686
"@cypress/browserify-preprocessor": "^3.0.1",
87-
"cypress": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
87+
"cypress": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
8888
"esbuild": "^0.14.23"
8989
},
9090
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)