mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-16 20:00:57 +01:00
corejs-typeahead v1.3.3 -> v1.3.4
This commit is contained in:
parent
88be389f55
commit
1ee3575390
@ -321,7 +321,7 @@ https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.11/clipboard.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/corejs-typeahead/1.3.3/typeahead.bundle.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/corejs-typeahead/1.3.4/typeahead.bundle.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/d3/4.13.0/d3.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/d3/5.16.0/d3.min.js
|
||||
|
@ -177,7 +177,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/clipboard.js/1.')) return '1.7.1';
|
||||
if (type.startsWith('/clipboard.js/2.')) return '2.0.11';
|
||||
if (type.startsWith('/cookieconsent2/3.')) return '3.1.1';
|
||||
if (type.startsWith('/corejs-typeahead/1.')) return '1.3.3';
|
||||
if (type.startsWith('/corejs-typeahead/1.')) return '1.3.4';
|
||||
if (type.startsWith('/createjs/')) return '1.0.0';
|
||||
if (type.startsWith('/d3/3.')) return '3.5.17';
|
||||
if (type.startsWith('/d3/4.')) return '4.13.0';
|
||||
|
@ -43,6 +43,7 @@
|
||||
<li>vue-i18n v9.9.0 -> v9.9.1</li>
|
||||
<li>instantsearch.js v4.63.0 -> v4.64.2</li>
|
||||
<li>libphonenumber-js v1.10.53 -> v1.10.55</li>
|
||||
<li>corejs-typeahead v1.3.3 -> v1.3.4</li>
|
||||
</ul>
|
||||
<p>Mapping</p>
|
||||
<ul>
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user