Skip to content

Commit 1188ef3

Browse files
committed
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 d1b36ef commit 1188ef3

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

demo/package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,17 @@
2020
},
2121
"devDependencies": {
2222
"@citizensadvice/design-system": "file:../",
23-
"@testing-library/cypress": "^10.0.2",
23+
"@testing-library/cypress": "^10.0.3",
2424
"axe-core": "^4.10.2",
2525
"backstopjs": "^6.3.25",
2626
"cypress": "^14.0.0",
2727
"cypress-axe": "^1.5.0",
2828
"cypress-plugin-tab": "^1.0.5",
2929
"start-server-and-test": "^2.0.9"
30+
},
31+
"overrides": {
32+
"cypress-axe": {
33+
"cypress": "$cypress"
34+
}
3035
}
3136
}

0 commit comments

Comments
 (0)