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

noUiSlider v15.6.1 -> v15.7.0 (#1324)

This commit is contained in:
nobody
2023-02-10 18:31:02 +01:00
parent f6e9085dde
commit 6bed933f35
4 changed files with 5 additions and 5 deletions

View File

@@ -362,7 +362,7 @@ targets.setLastVersion = function (type, version) {
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.6.1';
if (type.startsWith('/noUiSlider/15.')) return '15.7.0';
if (type.startsWith('/nprogress/0.')) return '0.2.0';
if (type.startsWith('/nvd3/1.')) return '1.8.6';
if (type.startsWith('/object-assign@4.')) return '4.1.1';