Skip to content

Commit cbcdf8f

Browse files
committed
chore: bump cypress versions to fix CI failures
1 parent c044fb9 commit cbcdf8f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

scripts/integ-setup.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ call lerna add --scope integration-test @aws-amplify/codegen-ui-react
2020
call lerna add --scope integration-test @aws-amplify/codegen-ui-test-generator
2121
call lerna add --no-ci --scope integration-test react-router-dom
2222
call lerna add --no-ci --scope integration-test @types/react-router-dom
23-
call lerna add --no-ci --dev --scope integration-test cypress@12.14.0
23+
call lerna add --no-ci --dev --scope integration-test cypress@13.0.0
2424
call lerna add --no-ci --dev --scope integration-test wait-on
2525
call lerna add --no-ci --scope integration-test os-browserify
2626
call lerna add --no-ci --scope integration-test path-browserify

scripts/integ-setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lerna add --scope integration-test @aws-amplify/codegen-ui-react
2525
lerna add --scope integration-test @aws-amplify/codegen-ui-test-generator
2626
lerna add --no-ci --scope integration-test react-router-dom
2727
lerna add --no-ci --scope integration-test @types/react-router-dom
28-
lerna add --no-ci --dev --scope integration-test cypress@12.14.0
28+
lerna add --no-ci --dev --scope integration-test cypress@13.0.0
2929
lerna add --no-ci --dev --scope integration-test @cypress/code-coverage
3030
lerna add --no-ci --dev --scope integration-test wait-on
3131
lerna add --no-ci --dev --scope integration-test istanbul-lib-report

scripts/integ-setupv6.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ call lerna add --no-ci --scope integration-test @aws-amplify/codegen-ui-react
2020
call lerna add --no-ci --scope integration-test @aws-amplify/codegen-ui-test-generator
2121
call lerna add --no-ci --scope integration-test react-router-dom
2222
call lerna add --no-ci --scope integration-test @types/react-router-dom
23-
call lerna add --no-ci --dev --scope integration-test cypress@12.14.0
23+
call lerna add --no-ci --dev --scope integration-test cypress@13.0.0
2424
call lerna add --no-ci --dev --scope integration-test wait-on
2525
call lerna add --no-ci --scope integration-test os-browserify
2626
call lerna add --no-ci --scope integration-test path-browserify

scripts/integ-setupv6.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lerna add --no-ci --scope integration-test @aws-amplify/codegen-ui-react
2626
lerna add --no-ci --scope integration-test @aws-amplify/codegen-ui-test-generator
2727
lerna add --no-ci --scope integration-test react-router-dom
2828
lerna add --no-ci --scope integration-test @types/react-router-dom
29-
lerna add --no-ci --dev --scope integration-test cypress@12.14.0
29+
lerna add --no-ci --dev --scope integration-test cypress@13.0.0
3030
lerna add --no-ci --dev --scope integration-test @cypress/code-coverage
3131
lerna add --no-ci --dev --scope integration-test wait-on
3232
lerna add --no-ci --dev --scope integration-test istanbul-lib-report

0 commit comments

Comments
 (0)