diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 34836e63..3a639a65 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -316,7 +316,7 @@ https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/7.1.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.10.7/dayjs.min.js -https://cdnjs.cloudflare.com/ajax/libs/dexie/3.0.3/dexie.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 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 9cbca742..509ae8ef 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -244,7 +244,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/dayjs/1.')) { return '1.10.7'; } else if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) { - return '3.0.3'; + return '3.2.0'; } else if (type.startsWith('/docsearch.js/2.')) { return '2.6.3'; } else if (type.startsWith('/dojo/1.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 716b195e..58361b42 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -40,6 +40,7 @@
  • mdb-ui-kit v3.9.0 -> v3.10.0 (#775)
  • instantsearch.js v4.33.1 -> v4.33.2 (#776)
  • bootstrap-icons v1.7.0 -> v1.7.1 (#777)
  • +
  • dexie v3.0.3 -> v3.2.0 (#778)
  • Mapping