From 8b7a43aee373e21cdbd97fbf9cc031cca2737504 Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 19 Jun 2023 18:01:31 +0200 Subject: [PATCH] corejs-typeahead v1.3.1 -> v1.3.3 (#1461) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../corejs-typeahead/{1.3.1 => 1.3.3}/typeahead.bundle.min.jsm | 0 4 files changed, 3 insertions(+), 2 deletions(-) rename resources/corejs-typeahead/{1.3.1 => 1.3.3}/typeahead.bundle.min.jsm (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index fc7bfeba..d0552c0e 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -321,7 +321,7 @@ https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.11/clipboard.min.js https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js -https://cdnjs.cloudflare.com/ajax/libs/corejs-typeahead/1.3.1/typeahead.bundle.min.js +https://cdnjs.cloudflare.com/ajax/libs/corejs-typeahead/1.3.3/typeahead.bundle.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js 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 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index fa85560f..1335ad4f 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -177,7 +177,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/clipboard.js/1.')) return '1.7.1'; if (type.startsWith('/clipboard.js/2.')) return '2.0.11'; if (type.startsWith('/cookieconsent2/3.')) return '3.1.1'; - if (type.startsWith('/corejs-typeahead/1.')) return '1.3.1'; + if (type.startsWith('/corejs-typeahead/1.')) return '1.3.3'; if (type.startsWith('/createjs/')) return '1.0.0'; if (type.startsWith('/d3/3.')) return '3.5.17'; if (type.startsWith('/d3/4.')) return '4.13.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 3d065131..01b69f5d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -49,6 +49,7 @@
  • instantsearch.js v4.56.0 -> v4.56.2 (#1458)
  • libphonenumber-js v1.10.30 -> v1.10.36 (#1459)
  • algoliasearch v4.17.1 -> v4.17.2 (#1460)
  • +
  • corejs-typeahead v1.3.1 -> v1.3.3 (#1461)
  • diff --git a/resources/corejs-typeahead/1.3.1/typeahead.bundle.min.jsm b/resources/corejs-typeahead/1.3.3/typeahead.bundle.min.jsm similarity index 100% rename from resources/corejs-typeahead/1.3.1/typeahead.bundle.min.jsm rename to resources/corejs-typeahead/1.3.3/typeahead.bundle.min.jsm