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

jquery-validate v1.19.5 -> v1.20.0 (#1556)

This commit is contained in:
nobody
2023-10-12 18:10:40 +02:00
parent db62663c04
commit e3748ac2be
5 changed files with 7 additions and 6 deletions

View File

@@ -281,7 +281,7 @@ targets.setLastVersion = function (type, version) {
}
if (type.startsWith('/jquery-mousewheel/3.')) return '3.1.13';
if (type.startsWith('/jScrollPane/2.')) return '2.2.2';
if (type.startsWith('/jquery-validate/1.')) return '1.19.5';
if (type.startsWith('/jquery-validate/1.')) return '1.20.0';
if (type.startsWith('/jeditable.js/1.')) return '1.8.0';
if (type.startsWith('/jeditable.js/2.')) return '2.0.19';
if (type.startsWith('/jquery.cycle2/2.')) return '2.1.6';