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

noUiSlider v15.3.0 -> v15.4.0 (#625)

This commit is contained in:
nobody
2021-08-15 07:49:18 +02:00
parent 1105264b9e
commit 2835bcea16
5 changed files with 5 additions and 5 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.3.0';
return '15.4.0';
} else if (type.startsWith('/nvd3/1.')) {
return '1.8.6';
} else if (type.startsWith('/object-assign@4.')) {