diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 645df1ac..373aed39 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1852,6 +1852,7 @@ https://cdn.jsdelivr.net/g/algoliasearch@3(algoliasearchLite.min.js),algoliasear https://cdn.jsdelivr.net/npm/@algolia/autocomplete-js@1.5.4/dist/umd/index.production.min.js https://cdn.jsdelivr.net/npm/anchor-js@3.2.2/anchor.min.js https://cdn.jsdelivr.net/npm/anchor-js@4.3.1/anchor.min.js +https://cdn.jsdelivr.net/npm/anchor-js@5.0.0/anchor.min.js https://cdn.jsdelivr.net/npm/angular-stripe-checkout@5.1.0/angular-stripe-checkout.min.js https://cdn.jsdelivr.net/npm/appboy-web-sdk@3.5.1/appboy.min.js https://cdn.jsdelivr.net/npm/docsify-themeable@0.9.0/dist/css/theme-defaults.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index a4c5e279..27f97520 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -85,6 +85,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/alpinejs/3.')) return '3.11.1'; if (type.startsWith('/anchor-js/3.')) return '3.2.2'; if (type.startsWith('/anchor-js/4.')) return '4.3.1'; + if (type.startsWith('/anchor-js/5.')) return '5.0.0'; if (type.startsWith('/angular.js/1.')) { if (helpers.compareVersion('1.0.8', version)) return '1.0.8'; // <= v1.0.8 if (helpers.compareVersion('1.2.19', version)) return '1.2.19'; // > v1.0.8 to <= v1.2.19 diff --git a/pages/updates/updates.html b/pages/updates/updates.html index ae5557cd..af433b1f 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -46,6 +46,7 @@

Mapping