Skip to content

Commit

Permalink
chore: bump cypress versions to fix CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
awinberg-aws committed Jun 25, 2024
1 parent c044fb9 commit cbcdf8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/integ-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ call lerna add --scope integration-test @aws-amplify/codegen-ui-react
call lerna add --scope integration-test @aws-amplify/codegen-ui-test-generator
call lerna add --no-ci --scope integration-test react-router-dom
call lerna add --no-ci --scope integration-test @types/react-router-dom
call lerna add --no-ci --dev --scope integration-test cypress@12.14.0
call lerna add --no-ci --dev --scope integration-test cypress@13.0.0
call lerna add --no-ci --dev --scope integration-test wait-on
call lerna add --no-ci --scope integration-test os-browserify
call lerna add --no-ci --scope integration-test path-browserify
Expand Down
2 changes: 1 addition & 1 deletion scripts/integ-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lerna add --scope integration-test @aws-amplify/codegen-ui-react
lerna add --scope integration-test @aws-amplify/codegen-ui-test-generator
lerna add --no-ci --scope integration-test react-router-dom
lerna add --no-ci --scope integration-test @types/react-router-dom
lerna add --no-ci --dev --scope integration-test cypress@12.14.0
lerna add --no-ci --dev --scope integration-test cypress@13.0.0
lerna add --no-ci --dev --scope integration-test @cypress/code-coverage
lerna add --no-ci --dev --scope integration-test wait-on
lerna add --no-ci --dev --scope integration-test istanbul-lib-report
Expand Down
2 changes: 1 addition & 1 deletion scripts/integ-setupv6.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ call lerna add --no-ci --scope integration-test @aws-amplify/codegen-ui-react
call lerna add --no-ci --scope integration-test @aws-amplify/codegen-ui-test-generator
call lerna add --no-ci --scope integration-test react-router-dom
call lerna add --no-ci --scope integration-test @types/react-router-dom
call lerna add --no-ci --dev --scope integration-test cypress@12.14.0
call lerna add --no-ci --dev --scope integration-test cypress@13.0.0
call lerna add --no-ci --dev --scope integration-test wait-on
call lerna add --no-ci --scope integration-test os-browserify
call lerna add --no-ci --scope integration-test path-browserify
Expand Down
2 changes: 1 addition & 1 deletion scripts/integ-setupv6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lerna add --no-ci --scope integration-test @aws-amplify/codegen-ui-react
lerna add --no-ci --scope integration-test @aws-amplify/codegen-ui-test-generator
lerna add --no-ci --scope integration-test react-router-dom
lerna add --no-ci --scope integration-test @types/react-router-dom
lerna add --no-ci --dev --scope integration-test cypress@12.14.0
lerna add --no-ci --dev --scope integration-test cypress@13.0.0
lerna add --no-ci --dev --scope integration-test @cypress/code-coverage
lerna add --no-ci --dev --scope integration-test wait-on
lerna add --no-ci --dev --scope integration-test istanbul-lib-report
Expand Down

0 comments on commit cbcdf8f

Please sign in to comment.