Skip to content

Commit

Permalink
fix: add cypress v8 to peerDependencies range
Browse files Browse the repository at this point in the history
  • Loading branch information
nickserv authored Jul 20, 2021
2 parents d1c9ee9 + d462d6b commit f5e6498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f5e6498

Please sign in to comment.