mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-31 20:37:21 +01:00
d3 v7.0.4 -> v7.1.1 (#715)
This commit is contained in:
parent
6ebc480604
commit
aad22974b0
@ -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
|
||||
|
@ -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.')) {
|
||||
|
@ -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
2
resources/d3/7.1.1/d3.min.jsm
Normal file
2
resources/d3/7.1.1/d3.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user