1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

ngx-bootstrap v11.0.0 -> v11.0.2 (#1484)

This commit is contained in:
nobody
2023-07-16 08:10:36 +02:00
parent 1ea0187f54
commit d2df52e518
4 changed files with 3 additions and 7 deletions

View File

@@ -356,12 +356,8 @@ targets.setLastVersion = function (type, version) {
// The only resource used from ngx-bootstrap is the CSS file for the datepicker.
// This CSS is unchanged since version 7. So it's not necessary to host it more than once.
if (helpers.compareVersion('6.2.0', version)) return '6.2.0'; // <= v6.2.0
return '11.0.0';
return '11.0.2';
}
if (type.startsWith('/ngx-bootstrap/7.')) return '7.1.2';
if (type.startsWith('/ngx-bootstrap/8.')) return '8.0.0';
if (type.startsWith('/ngx-bootstrap/9.')) return '9.0.0';
if (type.startsWith('/ngx-bootstrap/10.')) return '10.0.0';
if (type.startsWith('/noUiSlider/14.')) return '14.7.0';
if (type.startsWith('/noUiSlider/15.')) return '15.7.1';
if (type.startsWith('/nprogress/0.')) return '0.2.0';