From a0caa51914fd42b21e1a0613e8488cdbf486b820 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 15 Jul 2021 07:01:07 +0200 Subject: [PATCH] Updated: alpinejs v3.2.1 -> v3.2.2 (#529) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 2 +- resources/alpinejs/{3.2.1 => 3.2.2}/alpine.jsm | 4 ++-- resources/alpinejs/{3.2.1 => 3.2.2}/note | 0 5 files changed, 5 insertions(+), 5 deletions(-) rename resources/alpinejs/{3.2.1 => 3.2.2}/alpine.jsm (53%) rename resources/alpinejs/{3.2.1 => 3.2.2}/note (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index ed84886d..fcfb6dd3 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -47,7 +47,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.10.3/algoliasearch.umd.min.js https://cdnjs.cloudflare.com/ajax/libs/alpinejs/2.8.2/alpine.js -https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.2.1/cdn.min.js +https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.2.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-animate/1.8.2/angular-animate.min.js https://cdnjs.cloudflare.com/ajax/libs/angular-aria/1.8.2/angular-aria.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 904e8da1..3107d901 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -80,7 +80,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/alpinejs/2.')) { return '2.8.2'; } else if (type.startsWith('/alpinejs/3.')) { - return '3.2.1'; + return '3.2.2'; } else if (type.startsWith('/anchor-js/3.')) { return '3.2.2'; } else if (type.startsWith('/anchor-js/4.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 6d38bed7..fa6f4fd3 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -25,7 +25,7 @@ New in LocalCDN: