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

ngx-bootstrap v8.0.0 (#847)

This commit is contained in:
nobody
2022-01-15 07:42:46 +01:00
parent e598461040
commit 5537396746
4 changed files with 683 additions and 0 deletions

View File

@@ -305,6 +305,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/mootools/1.')) return '1.6.0';
if (type.startsWith('/ngx-bootstrap/6.')) return '6.2.0';
if (type.startsWith('/ngx-bootstrap/7.')) return '7.1.2';
if (type.startsWith('/ngx-bootstrap/8.')) return '8.0.0';
if (type.startsWith('/noUiSlider/14.')) return '14.7.0';
if (type.startsWith('/noUiSlider/15.')) return '15.5.0';
if (type.startsWith('/nvd3/1.')) return '1.8.6';