twitter-bootstrap v5.1.0 -> v5.1.1 (#669)

This commit is contained in:
nobody 2021-09-09 05:45:08 +02:00
parent 9c2c7a6a71
commit 89e5602259
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
8 changed files with 18 additions and 17 deletions

View File

@ -1558,8 +1558,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.0/css/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.0/js/bootstrap.bundle.min.js
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.1/css/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.1/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/video.js/5.20.5/video-js.min.css

View File

@ -617,7 +617,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.0';
return '5.1.1';
} else if (type.startsWith('/underscore.js/1.')) {
return '1.13.1';
} else if (type.startsWith('/urlive/1.')) {

View File

@ -45,6 +45,7 @@
<li>popper.js v2.9.3 -> v2.10.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/666">#666</a>)</li>
<li>react-redux v7.2.4 -> v7.2.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/667">#667</a>)</li>
<li>angularjs-slider v7.0.0 -> v7.0.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/668">#668</a>)</li>
<li>twitter-bootstrap v5.1.0 -> v5.1.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/669">#669</a>)</li>
</ul>
</div>
<div id="generator-section">

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

File diff suppressed because one or more lines are too long