d3 v7.0.4 -> v7.1.1 (#715)

This commit is contained in:
nobody 2021-10-04 20:52:00 +02:00
parent 6ebc480604
commit aad22974b0
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 5 additions and 4 deletions

View File

@ -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.0.4/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3/7.1.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.7/dayjs.min.js
https://cdnjs.cloudflare.com/ajax/libs/dexie/3.0.3/dexie.min.js

View File

@ -236,7 +236,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/d3/6.')) {
return '6.7.0';
} else if (type.startsWith('/d3/7.')) {
return '7.0.4';
return '7.1.1';
} else if (type.startsWith('/d3-legend/2.')) {
return '2.25.6';
} else if (type.startsWith('/datatables/1.')) {

View File

@ -40,6 +40,7 @@
<li>hls.js v1.0.10 -> v1.0.11 (<a href="https://codeberg.org/nobody/LocalCDN/issues/712">#712</a>)</li>
<li>video.js v7.15.6 -> v7.16.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/713">#713</a>)</li>
<li>libphonenumber-js v1.9.34 -> v1.9.35 (<a href="https://codeberg.org/nobody/LocalCDN/issues/714">#714</a>)</li>
<li>d3 v7.0.4 -> v7.1.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/715">#715</a>)</li>
</ul>
<p>Improved</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long