Migrate deps:outdated to dev:outdated in standalone script

This commit is contained in:
Claudio Ortolina
2025-10-06 18:04:40 +03:00
parent 0a0f64978f
commit a573dc8427
2 changed files with 11 additions and 34 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
#MISE description="Show outdated dependencies. Errors at the firsst outdated dependency"
set -e
npm outdated --prefix assets
mix do tailwind.check_version, esbuild.check_version, sqlean.check_version
mix hex.outdated --all