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

noUiSlider v15.8.0 -> v15.8.1

This commit is contained in:
nobody
2024-07-13 07:51:28 +02:00
parent 5b49a5301a
commit 917c3b609e
4 changed files with 3 additions and 2 deletions

View File

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