bootstrap-vue v2.22.0 -> v2.23.1 (#1188)
This commit is contained in:
parent
284a5cedc6
commit
b98fcba497
|
@ -295,8 +295,8 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap2-tog
|
|||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/js/bootstrap2-toggle.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/js/bootstrap-toggle.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.22.0/bootstrap-vue.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.22.0/bootstrap-vue.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.23.1/bootstrap-vue.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.23.1/bootstrap-vue.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/flatly/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.6.1/flatly/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.2.2/flatly/bootstrap.min.css
|
||||
|
|
|
@ -155,7 +155,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (type.startsWith('/bootstrap-select/1.')) return '1.13.18';
|
||||
if (type.startsWith('/bootstrap-table/1.')) return '1.21.1';
|
||||
if (type.startsWith('/bootstrap-toggle/2.')) return '2.2.2';
|
||||
if (type.startsWith('/bootstrap-vue/2.')) return '2.22.0';
|
||||
if (type.startsWith('/bootstrap-vue/2.')) return '2.23.1';
|
||||
if (type.startsWith('/bootstrap-3-typeahead/4.')) return '4.0.2';
|
||||
if (type.startsWith('/bootswatch/3.')) return '3.4.0';
|
||||
if (type.startsWith('/bootswatch/4.')) return '4.6.1';
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
<li>dayjs v1.11.5 -> v1.11.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1185">#1185</a>)</li>
|
||||
<li>alpinejs v3.10.4 -> v3.10.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1186">#1186</a>)</li>
|
||||
<li>docsify v4.12.2 -> v4.13.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1187">#1187</a>)</li>
|
||||
<li>bootstrap-vue v2.22.0 -> v2.23.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1188">#1188</a>)</li>
|
||||
</ul>
|
||||
<p>Mapping</p>
|
||||
<ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue