Skip to content

Commit

Permalink
Pin Cucumber package versions (#6737)
Browse files Browse the repository at this point in the history
* pin Cucumber package versions

* fix version

* revert version bump
  • Loading branch information
christian-bromann committed Apr 21, 2021
1 parent 72923b7 commit ce00b36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/wdio-cucumber-framework/package.json
Expand Up @@ -22,9 +22,9 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@cucumber/cucumber": "^7.0.0",
"@cucumber/gherkin": "^17.0.1",
"@cucumber/messages": "^15.0.0",
"@cucumber/cucumber": "7.0.0",
"@cucumber/gherkin": "17.0.1",
"@cucumber/messages": "15.0.0",
"@types/is-glob": "^4.0.1",
"@types/mockery": "^1.4.29",
"@wdio/logger": "7.4.2",
Expand Down

0 comments on commit ce00b36

Please sign in to comment.