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