mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-29 10:39:37 +01:00
Updated: d3 v7.0.0 (#518)
This commit is contained in:
parent
65d1d54ae8
commit
2e49d90b51
@ -291,6 +291,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.0.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.5/dayjs.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/dexie/3.0.3/dexie.min.js
|
||||
|
@ -234,6 +234,8 @@ targets.setLastVersion = function (type, version) {
|
||||
return '5.16.0';
|
||||
} else if (type.startsWith('/d3/6.')) {
|
||||
return '6.7.0';
|
||||
} else if (type.startsWith('/d3/7.')) {
|
||||
return '7.0.0';
|
||||
} else if (type.startsWith('/d3-legend/2.')) {
|
||||
return '2.25.6';
|
||||
} else if (type.startsWith('/datatables/1.')) {
|
||||
|
@ -56,6 +56,7 @@
|
||||
<li>Updated: jquery-csv v1.0.11 -> v1.0.16 (<a href="https://codeberg.org/nobody/LocalCDN/issues/514">#514</a>)</li>
|
||||
<li>Updated: mdbootstrap v4.19.1 -> v4.19.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/515">#515</a>)</li>
|
||||
<li>Updated: lightgallery v2.1.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/517">#517</a>)</li>
|
||||
<li>Updated: d3 v7.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/518">#518</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
2
resources/d3/7.0.0/d3.min.jsm
Normal file
2
resources/d3/7.0.0/d3.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user