Skip to content

Commit 11bb5f1

Browse files
davidrapsondependabot[bot]
authored andcommitted
Allow upgrading to Cypress 14
Includes a patch version update to cypress testing-library as well as an override for cypress-axe until component-driven/cypress-axe#180 is release (which might take a while)
1 parent 2b47954 commit 11bb5f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

demo/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,10 @@
2727
"cypress-axe": "^1.5.0",
2828
"cypress-real-events": "^1.14.0",
2929
"start-server-and-test": "^2.0.10"
30+
},
31+
"overrides": {
32+
"cypress-axe": {
33+
"cypress": "$cypress"
34+
}
3035
}
3136
}

0 commit comments

Comments
 (0)