something

This commit is contained in:
Marton Kiss
2025-01-27 18:21:17 +01:00
parent 4101dc7c17
commit 8b49007cca
9 changed files with 31 additions and 9 deletions

7
check-outdated.sh Normal file
View File

@@ -0,0 +1,7 @@
cd refilc && flutter pub outdated && cd ..
cd refilc_kreta_api && flutter pub outdated && cd ..
cd refilc_mobile_ui && flutter pub outdated && cd ..
# cd refilc_desktop_ui && flutter pub upgrade && cd ..
cd refilc_plus && flutter pub outdated && cd ..
echo Outdated version list above.