From ec81aea7618864f98fd701297a05e07d69e16563 Mon Sep 17 00:00:00 2001 From: Baptiste Morelle Date: Fri, 27 Oct 2023 11:22:39 +0200 Subject: [PATCH] chore: fix cypress-setup.sh --- cypress-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress-setup.sh b/cypress-setup.sh index 851a6b4b5b..eab1408fcd 100755 --- a/cypress-setup.sh +++ b/cypress-setup.sh @@ -26,7 +26,7 @@ else fi rm -rf e2e-projects/cypress-next-app \ -&& yarn dlx --quiet create-next-app@13.4.6 --app --eslint --import-alias '@/*' --no-src-dir --tailwind --typescript --use-npm e2e-projects/cypress-next-app \ +&& yarn dlx --quiet create-next-app@13.5.4 --app --eslint --import-alias '@/*' --no-src-dir --tailwind --typescript --use-npm e2e-projects/cypress-next-app \ && yarn dlx --quiet vite-node ./cypress/plugins/addAuth.ts -- ${EMAIL} ${PASSWORD} ${PRISMIC_URL} \ && yarn dlx --quiet vite-node ./cypress/plugins/createRepo.ts -- "${_PRISMIC_REPO}" "${PASSWORD}" "${PRISMIC_URL}" \ && yarn workspaces foreach --include '{@slicemachine/adapter-next,@slicemachine/init,@slicemachine/manager,@slicemachine/plugin-kit,slice-machine-ui,start-slicemachine}' --topological --verbose pack --out "${THIS_DIR}"/e2e-projects/cypress-next-app/%s-%v.tgz \