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

ngx-bootstrap v18.0.2 -> v18.1.3

This commit is contained in:
nobody
2024-11-03 06:59:56 +01:00
parent 77fcc07c20
commit 7f46368ba5
4 changed files with 3 additions and 2 deletions

View File

@@ -358,7 +358,7 @@ 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 '18.0.2';
return '18.1.3';
}
if (type.startsWith('/noUiSlider/14.')) return '14.7.0';
if (type.startsWith('/noUiSlider/15.')) return '15.8.1';