Skip to content

Commit

Permalink
fix(testing): make cypress peer dependency optional (nrwl#7455)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Oct 20, 2021
1 parent 8705e4b commit 63b71e8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"requirements": {},
"migrations": "./migrations.json"
},
"peerDependencies": {
"cypress": ">= 3 < 9"
},
"dependencies": {
"@nrwl/devkit": "*",
"@nrwl/linter": "*",
Expand All @@ -50,5 +47,13 @@
"rxjs": "^6.5.4",
"tslib": "^2.0.0",
"yargs-parser": "20.0.0"
},
"peerDependencies": {
"cypress": ">= 3 < 9"
},
"peerDependenciesMeta": {
"cypress": {
"optional": true
}
}
}

0 comments on commit 63b71e8

Please sign in to comment.