corejs-typeahead v1.3.1 -> v1.3.3 (#1461)
This commit is contained in:
parent
58fc0f48d2
commit
8b7a43aee3
|
@ -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.1/typeahead.bundle.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/corejs-typeahead/1.3.3/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.1';
|
||||
if (type.startsWith('/corejs-typeahead/1.')) return '1.3.3';
|
||||
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';
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
<li>instantsearch.js v4.56.0 -> v4.56.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1458">#1458</a>)</li>
|
||||
<li>libphonenumber-js v1.10.30 -> v1.10.36 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1459">#1459</a>)</li>
|
||||
<li>algoliasearch v4.17.1 -> v4.17.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1460">#1460</a>)</li>
|
||||
<li>corejs-typeahead v1.3.1 -> v1.3.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1461">#1461</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
|
|
Loading…
Reference in New Issue