From aea98ea699bc4117f536a1ae8b3847bc03244903 Mon Sep 17 00:00:00 2001 From: Le Vivilet Date: Fri, 19 Jun 2026 15:22:54 +0200 Subject: [PATCH] feat: include @babel/preset-typescript in dependency update script --- scripts/update-dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update-dependencies.sh b/scripts/update-dependencies.sh index b2fd9b44..3b34c1ca 100755 --- a/scripts/update-dependencies.sh +++ b/scripts/update-dependencies.sh @@ -16,7 +16,7 @@ fi function updateDependencies { echo "updating dependencies..." - OUTPUT=`ncu -u -x @types/node -x rollup -x lerna` + OUTPUT=`ncu -u -x @types/node -x rollup -x lerna -x @babel/preset-typescript` SUB='All dependencies match the latest package versions' if [[ "$OUTPUT" == *"$SUB"* ]]; then echo "$OUTPUT" @@ -34,4 +34,4 @@ cd packages/e2e && updateDependencies && cd echo "Great Success!" -sleep 2 \ No newline at end of file +sleep 2