From 810687c50c41802e386317a6228e192554ef4471 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 18 Feb 2023 06:50:03 +0100 Subject: [PATCH] dygraph v2.2.0 -> v2.2.1 (#1339) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/dygraph/2.2.0/dygraph.min.jsm | 3 --- resources/dygraph/2.2.1/dygraph.min.jsm | 3 +++ 5 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 resources/dygraph/2.2.0/dygraph.min.jsm create mode 100644 resources/dygraph/2.2.1/dygraph.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 057afdc7..53c315b8 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.2.0/dygraph.min.js +https://cdnjs.cloudflare.com/ajax/libs/dygraph/2.2.1/dygraph.min.js https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.13/index.min.js https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.13/locale/af-ZA.min.js https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.13/locale/ar.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 1cc5b07e..cb716ea5 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.2.0'; + if (type.startsWith('/dygraph/2.')) return '2.2.1'; if (type.startsWith('/element-ui/2.')) return '2.15.13'; 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 6cd55eab..90846c8a 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -40,6 +40,7 @@
  • element-ui v2.15.12 -> v2.15.13 (#1336)
  • axios v1.3.2 -> v1.3.3 (#1337)
  • libphonenumber-js v1.10.19 -> v1.10.20 (#1338)
  • +
  • dygraph v2.2.0 -> v2.2.1 (#1339)
  • Added