From 8d0f0d376553aa16a57c558f22e5c8a51607487e Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 20 Jul 2022 06:11:48 +0200 Subject: [PATCH] dayjs v1.11.3 -> v1.11.4 (#1067) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/dayjs/{1.11.3 => 1.11.4}/dayjs.min.jsm | 0 4 files changed, 3 insertions(+), 2 deletions(-) rename resources/dayjs/{1.11.3 => 1.11.4}/dayjs.min.jsm (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 9f0dcab8..0bf932cf 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -319,7 +319,7 @@ 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.6.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.11.3/dayjs.min.js +https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.4/dayjs.min.js https://cdnjs.cloudflare.com/ajax/libs/dexie/3.2.2/dexie.min.js https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.3/docsearch.min.css https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.3/docsearch.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index c1f1f819..e756c247 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -181,7 +181,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/d3/7.')) return '7.6.1'; 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.3'; + if (type.startsWith('/dayjs/1.')) return '1.11.4'; if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) return '3.2.2'; if (type.startsWith('/docsearch.js/2.')) return '2.6.3'; if (type.startsWith('/docsify/4.') || type.startsWith('/docsify/')) return '4.12.2'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index b22e2101..9fec3ce5 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -42,6 +42,7 @@
  • Google Material Icons Sharp v106 -> v107 (#1065)
  • Google Material Icons TwoTone v109 -> v110 (#1065)
  • twitter-bootstrap v5.1.3 -> v5.2.0 (#1066)
  • +
  • dayjs v1.11.3 -> v1.11.4 (#1067)
  • Added