1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-02 12:27:27 +01:00

Updated: d3 v6.6.0 -> v6.6.1 (#329)

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

View File

@ -233,7 +233,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/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.6.0/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3/6.6.1/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.4/dayjs.min.js
https://cdnjs.cloudflare.com/ajax/libs/dexie/3.0.3/dexie.min.js

View File

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

View File

@ -42,6 +42,7 @@
<li>Updated: ember.js v3.25.3 -> v3.26.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/324">#324</a>)</li>
<li>Updated: vue-i18n v8.24.1 -> v8.24.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/325">#325</a>)</li>
<li>Added: jQueryUI v1.10.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/327">#327</a>)</li>
<li>Updated: d3 v6.6.0 -> v6.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/329">#329</a>)</li>
</ul>
<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