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

jquery-mousewheel v3.1.13 -> v3.2.2

This commit is contained in:
nobody
2025-03-28 18:54:52 +01:00
parent be2aeb6b26
commit 41b7639266
5 changed files with 7 additions and 10 deletions

View File

@@ -277,7 +277,7 @@ targets.setLastVersion = function (type, version) {
if (helpers.compareVersion('1.3.2', version)) return '1.3.2'; // <= v1.3.2
return '1.4.5';
}
if (type.startsWith('/jquery-mousewheel/3.')) return '3.1.13';
if (type.startsWith('/jquery-mousewheel/3.')) return '3.2.2';
if (type.startsWith('/jScrollPane/2.')) return '2.2.2';
if (type.startsWith('/jquery-validate/1.')) return '1.21.0';
if (type.startsWith('/jeditable.js/1.')) return '1.8.0';