Skip to content

Commit

Permalink
Merge pull request #401 from dhis2/upgrade-cucumber-peer-deps
Browse files Browse the repository at this point in the history
fix(cucumber peer deps): allow >=15 instead of ^15
  • Loading branch information
Mohammer5 authored May 6, 2024
2 parents bd92fab + 86cd6fb commit e56346d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cypress-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@dhis2/cli-app-scripts": "^6.2.0"
},
"peerDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^15.1.4",
"@cypress/webpack-preprocessor": "^5.17.0",
"@badeball/cypress-cucumber-preprocessor": ">=15",
"@cypress/webpack-preprocessor": "^5 || ^6",
"cypress": "^12.7.0 || ^13.0.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit e56346d

Please # to comment.