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

noUiSlider v15.7.2 -> v15.8.0

This commit is contained in:
nobody
2024-06-15 11:04:46 +02:00
parent 69114568ca
commit e2cb309f9f
5 changed files with 4 additions and 3 deletions

View File

@@ -356,7 +356,7 @@ targets.setLastVersion = function (type, version) {
return '12.0.0';
}
if (type.startsWith('/noUiSlider/14.')) return '14.7.0';
if (type.startsWith('/noUiSlider/15.')) return '15.7.2';
if (type.startsWith('/noUiSlider/15.')) return '15.8.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';