diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 601fa4cf..21ab0dfd 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -318,7 +318,7 @@ https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/7.3.0/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.10.7/dayjs.min.js -https://cdnjs.cloudflare.com/ajax/libs/dexie/3.2.0/dexie.min.js +https://cdnjs.cloudflare.com/ajax/libs/dexie/3.2.1/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.17.0/dojo.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index c1912c67..520a0567 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -174,7 +174,7 @@ targets.setLastVersion = function (type, version) { 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.10.7'; - if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) return '3.2.0'; + if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) return '3.2.1'; if (type.startsWith('/docsearch.js/2.')) return '2.6.3'; if (type.startsWith('/dojo/1.')) return '1.17.0'; if (type.startsWith('/drawer/3.')) return '3.2.2'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index f21d5588..b8087593 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -44,6 +44,7 @@
  • history v5.2.0 -> v5.3.0 (#882)
  • dojo v1.16.4 -> v1.17.0 (#884)
  • axios v0.25.0 -> v0.26.0 (#885)
  • +
  • dexie v3.2.0 -> v3.2.1 (#886)
  • Added