mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-28 10:09:20 +01:00
d3 v7.7.0 -> v7.8.0 (#1268)
This commit is contained in:
parent
cc3bf6f923
commit
7fced3db0d
@ -326,7 +326,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.7.0/d3.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.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.11.7/dayjs.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/dexie/3.2.2/dexie.min.js
|
||||
|
@ -182,7 +182,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/d3/4.')) return '4.13.0';
|
||||
if (type.startsWith('/d3/5.')) return '5.16.0';
|
||||
if (type.startsWith('/d3/6.')) return '6.7.0';
|
||||
if (type.startsWith('/d3/7.')) return '7.7.0';
|
||||
if (type.startsWith('/d3/7.')) return '7.8.0';
|
||||
if (type.startsWith('/d3-legend/2.')) return '2.25.6';
|
||||
if (type.startsWith('/datatables/1.')) return '1.11.0';
|
||||
if (type.startsWith('/dayjs/1.')) return '1.11.7';
|
||||
|
@ -39,6 +39,7 @@
|
||||
<li>Chart.js v4.0.1 -> v4.1.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1263">#1263</a>)</li>
|
||||
<li>react-router v6.4.5 -> v6.6.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1266">#1266</a>)</li>
|
||||
<li>algoliasearch v4.14.2 -> v4.14.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1267">#1267</a>)</li>
|
||||
<li>d3 v7.7.0 -> v7.8.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1268">#1268</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
|
File diff suppressed because one or more lines are too long
2
resources/d3/7.8.0/d3.min.jsm
Normal file
2
resources/d3/7.8.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