Skip to content

Commit

Permalink
fix(deps): update Cypress peer dependency to 13 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
marktnoonan committed Sep 12, 2023
1 parent aeb80cf commit 876b29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"typescript": "^4.3.5"
},
"peerDependencies": {
"cypress": "^12.0.0"
"cypress": "^12.0.0 || ^13.0.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
Expand Down

0 comments on commit 876b29e

Please sign in to comment.