diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 09f7b47d..554c1cbf 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -133,7 +133,7 @@ https://cdnjs.cloudflare.com/ajax/libs/ajax-bootstrap-select/1.4.5/js/ajax-boots https://cdnjs.cloudflare.com/ajax/libs/algoliasearch/3.35.1/algoliasearch.min.js https://cdnjs.cloudflare.com/ajax/libs/algoliasearch/4.13.0/algoliasearch.umd.min.js https://cdnjs.cloudflare.com/ajax/libs/alpinejs/2.8.2/alpine.js -https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.9.6/cdn.min.js +https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.10.2/cdn.min.js https://cdnjs.cloudflare.com/ajax/libs/angucomplete-alt/3.0.0/angucomplete-alt.min.js https://cdnjs.cloudflare.com/ajax/libs/angular-bootstrap-colorpicker/3.0.32/css/colorpicker.min.css https://cdnjs.cloudflare.com/ajax/libs/angular-bootstrap-colorpicker/3.0.32/js/bootstrap-colorpicker-module.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index b03eafbb..bc785ee1 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -80,7 +80,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/algoliasearch/3.')) return '3.35.1'; if (type.startsWith('/algoliasearch/4.')) return '4.13.0'; if (type.startsWith('/alpinejs/2.')) return '2.8.2'; - if (type.startsWith('/alpinejs/3.')) return '3.9.6'; + if (type.startsWith('/alpinejs/3.')) return '3.10.2'; if (type.startsWith('/anchor-js/3.')) return '3.2.2'; if (type.startsWith('/anchor-js/4.')) return '4.3.1'; if (type.startsWith('/angular.js/1.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 3194e1e5..c74c6f4f 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -33,6 +33,7 @@
  • leaflet v1.7.1 -> v1.8.0 (#949)
  • plyr v3.6.12 -> v3.7.2 (#950)
  • redux v4.1.2 -> v4.2.0 (#951)
  • +
  • alpinejs v3.9.6 -> v3.10.2 (#953)
  • Added