From 5de25ccc76b58fa69974e85f86252e191cb7771f Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 26 Feb 2022 07:12:57 +0100 Subject: [PATCH] dojo v1.16.4 -> v1.17.0 (#884) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/dojo/1.16.4/dojo/dojo.jsm | 1 - resources/dojo/1.17.0/dojo/dojo.jsm | 1 + 5 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 resources/dojo/1.16.4/dojo/dojo.jsm create mode 100644 resources/dojo/1.17.0/dojo/dojo.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index a620bafd..d64cb651 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -321,7 +321,7 @@ https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.10.7/dayjs.min.js https://cdnjs.cloudflare.com/ajax/libs/dexie/3.2.0/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 -https://cdnjs.cloudflare.com/ajax/libs/dojo/1.16.4/dojo.min.js +https://cdnjs.cloudflare.com/ajax/libs/dojo/1.17.0/dojo.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 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index a77e2ef6..99e2a7f2 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -176,7 +176,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/dayjs/1.')) return '1.10.7'; if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) return '3.2.0'; if (type.startsWith('/docsearch.js/2.')) return '2.6.3'; - if (type.startsWith('/dojo/1.')) return '1.16.4'; + if (type.startsWith('/dojo/1.')) return '1.17.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.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 52f8efbf..62a0b890 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -42,6 +42,7 @@
  • alpinejs v3.8.1 -> v3.9.0 (#874)
  • Google Material Icons v121 -> v125 (#876)
  • history v5.2.0 -> v5.3.0 (#882)
  • +
  • dojo v1.16.4 -> v1.17.0 (#884)
  • Added