diff --git a/package.json b/package.json index 04dd2bd..b0b8d63 100644 --- a/package.json +++ b/package.json @@ -44,13 +44,13 @@ "@testing-library/dom": "^7.29.6" }, "devDependencies": { - "cypress": "^6.0.1", + "cypress": "^8.0.0", "kcd-scripts": "^7.5.1", "npm-run-all": "^4.1.5", "typescript": "^4.1.2" }, "peerDependencies": { - "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" + "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" }, "eslintConfig": { "extends": "./node_modules/kcd-scripts/eslint.js",