Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 0d5a3e5

Browse files
committed
Change cypress peerDependency to 11.2+
1 parent ef59dea commit 0d5a3e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cypress-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"widest-line": "3.1.0"
8383
},
8484
"peerDependencies": {
85-
"cypress": "10 - 12"
85+
"cypress": "11.2 - 12"
8686
},
8787
"scripts": {
8888
"build": "yarn clean && tsc --noEmit && tsc --noEmit -p src && yarn build:cjs && yarn build:esm",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2658,7 +2658,7 @@ __metadata:
26582658
widest-line: 3.1.0
26592659
yargs: ^17.7.2
26602660
peerDependencies:
2661-
cypress: 10 - 12
2661+
cypress: 11.2 - 12
26622662
bin:
26632663
cypress-unflakable: ./dist/main.js
26642664
languageName: unknown

0 commit comments

Comments
 (0)