fix: freeze default versions for buefy, vue-resource
needed for sanity
This commit is contained in:
parent
29a0d6ba24
commit
749882671f
2 changed files with 11 additions and 11 deletions
|
@ -210,7 +210,7 @@ def get_libver(
|
|||
DeprecationWarning)
|
||||
return version
|
||||
if not configured_only:
|
||||
return 'latest'
|
||||
return '0.9.25'
|
||||
|
||||
elif key == 'buefy.css':
|
||||
# nb. this always returns something
|
||||
|
@ -232,7 +232,7 @@ def get_libver(
|
|||
|
||||
elif key == 'vue_resource':
|
||||
if not configured_only:
|
||||
return 'latest'
|
||||
return '1.5.3'
|
||||
|
||||
elif key == 'fontawesome':
|
||||
if not configured_only:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue