d3 v7.8.2 -> v7.8.4 (#1379)
This commit is contained in:
parent
268b027925
commit
fa0e546f92
|
@ -326,7 +326,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.8.2/d3.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.4/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.11.7/dayjs.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/dexie/3.2.3/dexie.min.js
|
||||
|
|
|
@ -183,7 +183,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.8.2';
|
||||
if (type.startsWith('/d3/7.')) return '7.8.4';
|
||||
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.11.7';
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
<li>react-intl v6.3.0 -> v6.3.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1376">#1376</a>)</li>
|
||||
<li>tinymce v6.4.0 -> v6.4.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1377">#1377</a>)</li>
|
||||
<li>Google Material Icons Round v107 -> v108 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1378">#1378</a>)</li>
|
||||
<li>d3 v7.8.2 -> v7.8.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1379">#1379</a>)</li>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue