1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-16 20:00:57 +01:00

bootbox.js v5.5.2 -> v5.5.3 (#972)

This commit is contained in:
nobody 2022-04-29 06:14:33 +02:00
parent 76b5bf0875
commit ec45e89c85
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 4 additions and 3 deletions

View File

@ -186,7 +186,7 @@ https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.7.2/bluebird.min.js
https://cdnjs.cloudflare.com/ajax/libs/bodymovin/4.13.0/bodymovin.min.js
https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.9.3/lottie.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/4.4.0/bootbox.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.5.2/bootbox.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.5.3/bootbox.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.2/bootstrap3-typeahead.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker3.standalone.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.standalone.min.css

View File

@ -134,7 +134,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/bodymovin/4.')) return '4.13.0';
if (type.startsWith('/bodymovin/5.')) return '5.9.3';
if (type.startsWith('/bootbox.js/4.')) return '4.4.0';
if (type.startsWith('/bootbox.js/5.')) return '5.5.2';
if (type.startsWith('/bootbox.js/5.')) return '5.5.3';
if (type.startsWith('/bootstrap-daterangepicker/2.')) return '2.1.27';
if (type.startsWith('/bootstrap-daterangepicker/3.')) return '3.1';
if (type.startsWith('/bootstrap-datepicker/1.')) return '1.9.0';

View File

@ -48,6 +48,7 @@
<li>socket.io v4.4.1 -> v4.5.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/969">#969</a>)</li>
<li>videojs-seek-buttons v2.2.0 -> v2.2.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/970">#970</a>)</li>
<li>axios v0.26.1 -> v0.27.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/971">#971</a>)</li>
<li>bootbox.js v5.5.2 -> v5.5.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/972">#972</a>)</li>
</ul>
<p>Added</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long