bootswatch v5.3.0 -> v5.3.1 (#1500)

This commit is contained in:
nobody 2023-08-02 18:56:56 +02:00
parent 74aa60647a
commit 6f651b0ed8
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 15 additions and 13 deletions

View File

@ -305,7 +305,7 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.23.1/bootstrap-vue.min.cs
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.3.0/flatly/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.1/flatly/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/bowser/1.9.4/bowser.min.js
https://cdnjs.cloudflare.com/ajax/libs/bowser/2.11.0/bundled.min.js
https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.4/css/bulma.min.css

View File

@ -162,7 +162,7 @@ targets.setLastVersion = function (type, version) {
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';
if (type.startsWith('/bootswatch/5.')) return '5.3.0';
if (type.startsWith('/bootswatch/5.')) return '5.3.1';
if (type.startsWith('/bowser/')) {
if (version !== 'latest' && helpers.compareVersion('1.9.4', version)) return '1.9.4';
return '2.11.0';

View File

@ -38,6 +38,7 @@
<li>react-redux v8.1.1 -> v8.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1497">#1497</a>)</li>
<li>tensorflow v4.8.0 -> v4.10.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1498">#1498</a>)</li>
<li>handlebars.js v4.7.7 -> v4.7.8 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1499">#1499</a>)</li>
<li>bootswatch v5.3.0 -> v5.3.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1500">#1500</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