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

noUiSlider v15.4.0 -> v15.5.0 (#724)

This commit is contained in:
nobody
2021-10-13 17:34:20 +02:00
parent 77a1148ab6
commit 1de9db5452
5 changed files with 4 additions and 3 deletions

View File

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