dygraph v2.1.2 -> v2.2.0 (#1312)

This commit is contained in:
nobody 2023-01-27 06:35:27 +01:00
parent 03f70b23e0
commit 14a64eed70
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 6 additions and 5 deletions

View File

@ -336,7 +336,7 @@ https://cdnjs.cloudflare.com/ajax/libs/docsify/4.13.0/docsify.min.js
https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/css/drawer.min.css
https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/js/drawer.min.js
https://cdnjs.cloudflare.com/ajax/libs/dygraph/1.1.1/dygraph-combined.js
https://cdnjs.cloudflare.com/ajax/libs/dygraph/2.1.2/dygraph.min.js
https://cdnjs.cloudflare.com/ajax/libs/dygraph/2.2.0/dygraph.min.js
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.12/index.min.js
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.12/locale/af-ZA.min.js
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.12/locale/ar.min.js

View File

@ -193,7 +193,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/docsify-themeable/0.')) return '0.9.0';
if (type.startsWith('/drawer/3.')) return '3.2.2';
if (type.startsWith('/dygraph/1.')) return '1.1.1';
if (type.startsWith('/dygraph/2.')) return '2.1.2';
if (type.startsWith('/dygraph/2.')) return '2.2.0';
if (type.startsWith('/element-ui/2.')) return '2.15.12';
if (type.startsWith('/embedly-player/0.')) return '0.1.0';
if (type.startsWith('/ethjs')) return '0.4.0';

View File

@ -31,6 +31,7 @@
<li>dexie v3.2.2 -> v3.2.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1306">#1306</a>)</li>
<li>axios v1.2.3 -> v1.2.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1310">#1310</a>)</li>
<li>instantsearch.js v4.49.4 -> v4.50.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1311">#1311</a>)</li>
<li>dygraph v2.1.2 -> v2.2.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1312">#1312</a>)</li>
</ul>
<p>Mapping</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long