Skip to content

Commit d77c9df

Browse files
fix(deps): update cypress to version 14.0.0 and adjust peer dependencies (#281)
1 parent b31c5c8 commit d77c9df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
"@testing-library/dom": "^10.1.0"
4545
},
4646
"devDependencies": {
47-
"cypress": "^12.0.0",
47+
"cypress": "^14.0.0",
4848
"kcd-scripts": "^11.2.0",
4949
"npm-run-all": "^4.1.5",
5050
"typescript": "^4.3.5"
5151
},
5252
"peerDependencies": {
53-
"cypress": "^12.0.0 || ^13.0.0"
53+
"cypress": "^12.0.0 || ^13.0.0 || ^14.0.0"
5454
},
5555
"eslintConfig": {
5656
"extends": "./node_modules/kcd-scripts/eslint.js",

0 commit comments

Comments
 (0)