Skip to content

Commit 15fd493

Browse files
committed
fix(cypress-commands): update cypress to v13
1 parent f71850f commit 15fd493

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cypress-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"clean": "rimraf dist api.json"
2222
},
2323
"peerDependencies": {
24-
"cypress": "^12.0.0 || ^13.0.0"
24+
"cypress": "^13.0.0"
2525
},
2626
"publishConfig": {
2727
"access": "public"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6443,7 +6443,7 @@ __metadata:
64436443
version: 0.0.0-use.local
64446444
resolution: "@ui5/webcomponents-cypress-commands@workspace:packages/cypress-commands"
64456445
peerDependencies:
6446-
cypress: ^12.0.0 || ^13.0.0
6446+
cypress: ^13.0.0
64476447
languageName: unknown
64486448
linkType: soft
64496449

0 commit comments

Comments
 (0)