From 14a64eed706a64854f0fde1c7cd3b24780d86968 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 27 Jan 2023 06:35:27 +0100 Subject: [PATCH] dygraph v2.1.2 -> v2.2.0 (#1312) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/dygraph/2.1.2/dygraph.min.jsm | 3 --- resources/dygraph/2.2.0/dygraph.min.jsm | 3 +++ 5 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 resources/dygraph/2.1.2/dygraph.min.jsm create mode 100644 resources/dygraph/2.2.0/dygraph.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index f05f17fa..3d23b05c 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -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 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index f049fb21..88f8168d 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -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'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index fddc341b..39594ce3 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -31,6 +31,7 @@
  • dexie v3.2.2 -> v3.2.3 (#1306)
  • axios v1.2.3 -> v1.2.5 (#1310)
  • instantsearch.js v4.49.4 -> v4.50.1 (#1311)
  • +
  • dygraph v2.1.2 -> v2.2.0 (#1312)
  • Mapping