Skip to content

Commit

Permalink
chore(cypress peer dep): allow >=12 instead of ^12
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed May 1, 2024
1 parent 785a91c commit e074366
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cypress-commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@dhis2/cli-app-scripts": "^6.2.0"
},
"peerDependencies": {
"cypress": "^12.7.0"
"cypress": "^12.7.0 || ^13.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/cypress-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"peerDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^15.1.4",
"@cypress/webpack-preprocessor": "^5.17.0",
"cypress": "^12.0.1"
"cypress": "^12.7.0 || ^13.0.0"
},
"peerDependenciesMeta": {
"@badeball/cypress-cucumber-preprocessor": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2201,7 +2201,7 @@
update-notifier "^3.0.0"
yargs "^13.1.0"

"@dhis2/cli-helpers-engine@^2.1.1":
"@dhis2/cli-helpers-engine@^2.1.1", "@dhis2/cli-helpers-engine@^2.3.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@dhis2/cli-helpers-engine/-/cli-helpers-engine-2.4.0.tgz#1609d358088f0616fb400aa9f90fc8bb57d4b196"
integrity sha512-SRcN3s/sQTkd5VUbWAs2+UeYtJ0zLdj4F/RkrL8x2/RX/79vIxvryqBom4FFw/meY0c2GDpXgrpKNQcST/OHBQ==
Expand Down

0 comments on commit e074366

Please sign in to comment.