mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-08 08:09:09 +01:00
jquery v3.6.4 -> v3.7.0 (#1424)
This commit is contained in:
parent
cfafe97443
commit
2d92693ca3
@ -1181,7 +1181,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-ajax-unobtrusive/3.2.6/jquery.unobtrusive-ajax.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery.blockUI/2.70/jquery.blockUI.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery.colorbox/1.6.4/jquery.colorbox-min.js
|
||||
|
@ -253,7 +253,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/jquery/3.') || type.startsWith('/jquery/latest')) {
|
||||
if (helpers.compareVersion('3.2.1', version)) return '3.2.1'; // <= v3.2.1
|
||||
if (helpers.compareVersion('3.5.1', version)) return '3.5.1'; // <= v3.5.1
|
||||
return '3.6.4';
|
||||
return '3.7.0';
|
||||
}
|
||||
if (type.startsWith('/jquery.devbridge-autocomplete/1.')) return '1.4.11';
|
||||
if (type.startsWith('/jqueryui/1.')) {
|
||||
|
@ -29,6 +29,7 @@
|
||||
<ul>
|
||||
<li>bootstrap-datepicker v1.9.0 -> v1.10.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1422">#1422</a>)</li>
|
||||
<li>vue v3.2.47 -> v3.3.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1423">#1423</a>)</li>
|
||||
<li>jquery v3.6.4 -> v3.7.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1424">#1424</a>)</li>
|
||||
</ul>
|
||||
<p>Mapping</p>
|
||||
<ul>
|
||||
|
File diff suppressed because one or more lines are too long
2
resources/jquery/3.7.0/jquery.min.jsm
Normal file
2
resources/jquery/3.7.0/jquery.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user