unwind/scripts/outdated

16 lines
206 B
Text
Raw Normal View History

2024-05-10 00:13:01 +02:00
#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
2025-05-15 21:56:57 +02:00
echo '# Uv:'
uv tree --outdated \
| grep --color=never ' (latest: ' \
| sed -E 's/^[│├└─ ]*//'
2024-05-10 00:13:01 +02:00
echo '
# Npm:'
cd unwind-ui
npm outdated