update libraries & correction oruga (frontend) - #1815

This commit is contained in:
Laurent GAY
2025-11-11 12:22:39 +01:00
committed by setop
parent 4198795e9a
commit 6f2883d7cf
16 changed files with 938 additions and 565 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
ELIXIR_LIB_EXCLUDE="ueberauth_cas"
VUEJS_LIB_EXCLUDE="@apollo/client @vueuse/core tailwindcss"
VUEJS_LIB_EXCLUDE="@apollo/client mock-apollo-client @vueuse/core tailwindcss"
let EXITVALUE=0
mix hex.outdated | grep -v "Up-to-date"