Skip to content

Commit

Permalink
fix(dependencies): fix peer dependencies range for testcafe (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthy000 authored Sep 4, 2023
1 parent 1a997d3 commit de2619c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"peerDependencies": {
"@cucumber/cucumber": "^9.1.0",
"@cucumber/cucumber-expressions": "^16.0.0",
"testcafe": "^2.0.0 <= 3.2.0"
"testcafe": "2.0.0 - 3.2.0"
},
"devDependencies": {
"@cucumber/cucumber": "9.4.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4620,7 +4620,7 @@ __metadata:
peerDependencies:
"@cucumber/cucumber": ^9.1.0
"@cucumber/cucumber-expressions": ^16.0.0
testcafe: ^2.0.0 <= 3.2.0
testcafe: 2.0.0 - 3.2.0
bin:
gherkin-testcafe: ./main.js
languageName: unknown
Expand Down

0 comments on commit de2619c

Please sign in to comment.