twitter-bootstrap v5.1.2 -> v5.1.3 (#720)
This commit is contained in:
parent
9f21231c97
commit
f01fb3e347
|
@ -1641,8 +1641,8 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/fonts/glyphicons-
|
|||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.2/css/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.2/js/bootstrap.bundle.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.3/css/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.3/js/bootstrap.bundle.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/urlive/1.1.1/jquery.urlive.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/vex-js/3.1.1/css/vex.min.css
|
||||
|
|
|
@ -613,7 +613,7 @@ targets.setLastVersion = function (type, version) {
|
|||
} else if (type.startsWith('/twitter-bootstrap/4.')) {
|
||||
return '4.6.0';
|
||||
} else if (type.startsWith('/twitter-bootstrap/5.')) {
|
||||
return '5.1.2';
|
||||
return '5.1.3';
|
||||
} else if (type.startsWith('/underscore.js/1.')) {
|
||||
return '1.13.1';
|
||||
} else if (type.startsWith('/urlive/1.')) {
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<li>videojs-seek-buttons v2.1.0 -> v2.2.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/717">#717</a>)</li>
|
||||
<li>vue v3.2.19 -> v3.2.20 (<a href="https://codeberg.org/nobody/LocalCDN/issues/718">#718</a>)</li>
|
||||
<li>clappr v0.4.5 -> v0.4.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/719">#719</a>)</li>
|
||||
<li>twitter-bootstrap v5.1.1 -> v5.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/720">#720</a>)</li>
|
||||
<li>twitter-bootstrap v5.1.1 -> v5.1.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/720">#720</a>)</li>
|
||||
<li>bootswatch v5.1.1 -> v5.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/721">#721</a>)</li>
|
||||
</ul>
|
||||
<p>Improved</p>
|
||||
|
|
File diff suppressed because one or more lines are too long
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