From c4a2461152a470b84a35e47dbaf91094426c2e0a Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 5 May 2024 09:30:08 +0200 Subject: [PATCH] dayjs v1.11.10 -> v1.11.11 --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/dayjs/{1.11.10 => 1.11.11}/dayjs.min.jsm | 0 4 files changed, 3 insertions(+), 2 deletions(-) rename resources/dayjs/{1.11.10 => 1.11.11}/dayjs.min.jsm (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 6c0c8b5b..49f3a469 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -325,7 +325,7 @@ 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.9.0/d3.min.js -https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.10/dayjs.min.js +https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.11/dayjs.min.js https://cdnjs.cloudflare.com/ajax/libs/dexie/4.0.4/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 01162d0b..d79b6824 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -183,7 +183,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/d3/6.')) return '6.7.0'; if (type.startsWith('/d3/7.')) return '7.9.0'; if (type.startsWith('/datatables/1.')) return '1.11.0'; - if (type.startsWith('/dayjs/1.')) return '1.11.10'; + if (type.startsWith('/dayjs/1.')) return '1.11.11'; if (type.startsWith('/dexie/3.')) return '3.2.6'; if (type.startsWith('/dexie/4.') || type.startsWith('/dexie/latest')) return '4.0.4'; if (type.startsWith('/docsearch.js/2.')) return '2.6.3'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 7db576f5..195287ed 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -29,6 +29,7 @@

Added