Updated: d3 v6.5.0 -> v6.6.0 (#307)

This commit is contained in:
nobody 2021-03-11 06:41:25 +01:00
parent 267bc0deba
commit bc7c822247
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 5 additions and 4 deletions

View File

@ -226,7 +226,7 @@ https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.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/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/5.16.0/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3/6.5.0/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/6.6.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/d3-legend/2.25.6/d3-legend.min.js
https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.10.4/dayjs.min.js https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.10.4/dayjs.min.js
https://cdnjs.cloudflare.com/ajax/libs/dexie/3.0.3/dexie.min.js https://cdnjs.cloudflare.com/ajax/libs/dexie/3.0.3/dexie.min.js

View File

@ -188,7 +188,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/d3/5.')) { } else if (type.startsWith('/d3/5.')) {
return '5.16.0'; return '5.16.0';
} else if (type.startsWith('/d3/6.')) { } else if (type.startsWith('/d3/6.')) {
return '6.5.0'; return '6.6.0';
} else if (type.startsWith('/d3-legend/2.')) { } else if (type.startsWith('/d3-legend/2.')) {
return '2.25.6'; return '2.25.6';
} else if (type.startsWith('/dayjs/1.')) { } else if (type.startsWith('/dayjs/1.')) {

View File

@ -53,6 +53,7 @@
<li>Updated: p5.js v1.2.0 -> v1.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/304">#304</a>)</li> <li>Updated: p5.js v1.2.0 -> v1.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/304">#304</a>)</li>
<li>Added: socket.io v4.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/305">#305</a>)</li> <li>Added: socket.io v4.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/305">#305</a>)</li>
<li>Updated: clipboard.js v2.0.6 -> v2.0.8 (<a href="https://codeberg.org/nobody/LocalCDN/issues/306">#306</a>)</li> <li>Updated: clipboard.js v2.0.6 -> v2.0.8 (<a href="https://codeberg.org/nobody/LocalCDN/issues/306">#306</a>)</li>
<li>Updated: d3 v6.5.0 -> v6.6.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/307">#307</a>)</li>
</ul> </ul>
<div id="generator-section"> <div id="generator-section">
<div class="topic-label"> <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