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

noUiSlider v15.2.0 -> v15.3.0 (#619)

This commit is contained in:
nobody
2021-08-12 06:46:44 +02:00
parent 87e97b9cac
commit afebe483ed
5 changed files with 4 additions and 3 deletions

View File

@@ -483,7 +483,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/noUiSlider/14.')) {
return '14.7.0';
} else if (type.startsWith('/noUiSlider/15.')) {
return '15.2.0';
return '15.3.0';
} else if (type.startsWith('/nvd3/1.')) {
return '1.8.6';
} else if (type.startsWith('/object-assign@4.')) {