d3 v7.2.1 -> v7.3.0 (#840)
This commit is contained in:
parent
035fd8de08
commit
90632bc866
|
@ -313,7 +313,7 @@ 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
|
||||
https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/d3/7.2.1/d3.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/d3/7.3.0/d3.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.25.6/d3-legend.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.10.7/dayjs.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/dexie/3.2.0/dexie.min.js
|
||||
|
|
|
@ -169,7 +169,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (type.startsWith('/d3/4.')) return '4.13.0';
|
||||
if (type.startsWith('/d3/5.')) return '5.16.0';
|
||||
if (type.startsWith('/d3/6.')) return '6.7.0';
|
||||
if (type.startsWith('/d3/7.')) return '7.2.1';
|
||||
if (type.startsWith('/d3/7.')) return '7.3.0';
|
||||
if (type.startsWith('/d3-legend/2.')) return '2.25.6';
|
||||
if (type.startsWith('/datatables/1.')) return '1.11.0';
|
||||
if (type.startsWith('/dayjs/1.')) return '1.10.7';
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
<li>markdown-it v12.3.0 -> v12.3.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/837">#837</a>)</li>
|
||||
<li>instantsearch.js v4.37.0 -> v4.37.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/838">#838</a>)</li>
|
||||
<li>socket.io v4.4.0 -> v4.4.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/839">#839</a>)</li>
|
||||
<li>d3 v7.2.1 -> v7.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/840">#840</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue