3
0
Fork 0

fix: update default versions for Vue3 + Oruga + FontAwesome

This commit is contained in:
Lance Edgar 2025-08-02 16:07:01 -05:00
parent ccdb6d7463
commit 905dee7e33
2 changed files with 21 additions and 21 deletions

View file

@ -247,27 +247,27 @@ def get_libver(
elif key == 'bb_vue':
if not configured_only:
return '3.4.31'
return '3.5.18'
elif key == 'bb_oruga':
if not configured_only:
return '0.8.12'
return '0.11.4'
elif key in ('bb_oruga_bulma', 'bb_oruga_bulma_css'):
if not configured_only:
return '0.3.0'
return '0.7.3'
elif key == 'bb_fontawesome_svg_core':
if not configured_only:
return '6.5.2'
return '7.0.0'
elif key == 'bb_free_solid_svg_icons':
if not configured_only:
return '6.5.2'
return '7.0.0'
elif key == 'bb_vue_fontawesome':
if not configured_only:
return '3.0.6'
return '3.1.1'
def get_liburl(
@ -419,7 +419,7 @@ def get_liburl(
elif key == 'bb_oruga_bulma':
if static and hasattr(static, 'bb_oruga_bulma_js'):
return liburl + static.bb_oruga_bulma_js.relpath
return f'https://unpkg.com/@oruga-ui/theme-bulma@{version}/dist/bulma.mjs'
return f'https://unpkg.com/@oruga-ui/theme-bulma@{version}/dist/bulma.js'
elif key == 'bb_oruga_bulma_css':
if static and hasattr(static, 'bb_oruga_bulma_css'):