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

jquery-migrate v3.3.2 -> v3.4.0 (#904)

This commit is contained in:
nobody
2022-03-25 06:06:18 +01:00
parent a587a4b549
commit e705c86fd0
5 changed files with 6 additions and 5 deletions

View File

@@ -251,7 +251,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/jquery.lazy/1.')) return '1.7.11';
if (type.startsWith('/jquery.matchHeight/0.')) return '0.7.2';
if (type.startsWith('/jquery-migrate/1.')) return '1.4.1';
if (type.startsWith('/jquery-migrate/3.')) return '3.3.2';
if (type.startsWith('/jquery-migrate/3.')) return '3.4.0';
if (type.startsWith('/jquery-mobile/1.')) return '1.4.5';
if (type.startsWith('/jquery-mousewheel/3.')) return '3.1.13';
if (type.startsWith('/jScrollPane/2.')) return '2.2.2';