We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d3f4d commit a09d072Copy full SHA for a09d072
package.json
@@ -44,13 +44,13 @@
44
"@testing-library/dom": "^8.1.0"
45
},
46
"devDependencies": {
47
- "cypress": "https://cdn.cypress.io/beta/npm/12.0.0/linux-x64/release/12.0.0-4db85d690e8439ef4d2397238ab069d557b2e818/cypress.tgz",
+ "cypress": "https://cdn.cypress.io/beta/npm/12.0.0/linux-x64/release/12.0.0-79ea4537649ec49b72286fc6ba48089a0b9ff879/cypress.tgz",
48
"kcd-scripts": "^11.2.0",
49
"npm-run-all": "^4.1.5",
50
"typescript": "^4.3.5"
51
52
"peerDependencies": {
53
- "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
+ "cypress": "^12.0.0"
54
55
"eslintConfig": {
56
"extends": "./node_modules/kcd-scripts/eslint.js",
0 commit comments