From 0819cb276633b223e4996a9fea592b1e02ef45fa Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Fri, 16 Jan 2026 11:38:42 +0100 Subject: add cell-based-conversion to deps script --- zsh/utils.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zsh/utils.zsh') diff --git a/zsh/utils.zsh b/zsh/utils.zsh index 85d5338..e50693d 100644 --- a/zsh/utils.zsh +++ b/zsh/utils.zsh @@ -1,8 +1,8 @@ deps() { if [[ -f yarn.lock ]]; then - yarn list --pattern "@arf/|@arjs/|@dt/|@grapecity/|@mescius/|barcodejs|js-expressions" --depth=0 -s + yarn list --pattern "@arf/|@arjs/|@dt/|@grapecity/|@mescius/|barcodejs|js-expressions|cell-based-conversion" --depth=0 -s elif [[ -f pnpm-lock.yaml ]]; then - pnpm list @arf/* @arjs/* @dt/* @grapecity/* @mescius/* barcodejs js-expressions + pnpm list "@arf/*" "@arjs/*" "@dt/*" "@grapecity/*" "@mescius/*" "barcodejs" "js-expressions""cell-based-conversion" elif [[ -f package-lock.json ]]; then echo "NPM does not support dependencies filtering, here's the full list:" npm list -- cgit v1.3.1