Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update Cypress dependency #1163

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading