From d881968583beb486db4b2e55b53d5496c1f2d58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Mon, 2 Aug 2021 23:12:38 +0200 Subject: [PATCH] Update --- scripts/integration-tests/e2e-babel.sh | 1 + scripts/integration-tests/utils/local-registry.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/integration-tests/e2e-babel.sh b/scripts/integration-tests/e2e-babel.sh index e6464eadd7ec..ced808e3e2ca 100755 --- a/scripts/integration-tests/e2e-babel.sh +++ b/scripts/integration-tests/e2e-babel.sh @@ -28,6 +28,7 @@ fi startLocalRegistry "$PWD"/scripts/integration-tests/verdaccio-config.yml npm view @babel/preset-flow +npm view @babel/preset-flow versions # We only bump dependencies in the top-level package.json, because workspaces # already use the workspace: protocol so will get the version in the monorepo diff --git a/scripts/integration-tests/utils/local-registry.sh b/scripts/integration-tests/utils/local-registry.sh index f36e2e38b395..49fb596d6bea 100755 --- a/scripts/integration-tests/utils/local-registry.sh +++ b/scripts/integration-tests/utils/local-registry.sh @@ -9,8 +9,8 @@ function startLocalRegistry { # Start local registry tmp_registry_log=`mktemp` echo "Registry output file: $tmp_registry_log" - (cd && nohup npx verdaccio@~4.11.1 -c $1 &>$tmp_registry_log &) - YARN_IGNORE_PATH=1 yarn global add verdaccio-memory@~9.7.2 + (cd && nohup npx verdaccio@~5.1.2 -c $1 &>$tmp_registry_log &) + YARN_IGNORE_PATH=1 yarn global add verdaccio-memory@~10.0.0 # Wait for Verdaccio to boot grep -q "http address" <(tail -f $tmp_registry_log)