From 6b15f1cc91d23d3ab90fdcc56cafb3ec1aeeeca1 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:40:29 +0000 Subject: [PATCH] Update swiper to version 14.0.5 --- config/importmap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/importmap.rb b/config/importmap.rb index 709d9820..dedbb2ca 100644 --- a/config/importmap.rb +++ b/config/importmap.rb @@ -63,7 +63,7 @@ # Animations for frontpage: https://github.com/michalsnik/aos pin "aos" # @2.3.4 # https://swiperjs.com/, from https://esm.sh/swiper -pin "swiper", to: "swiper-bundle.min.js", preload: false # @14.0.1 +pin "swiper", to: "swiper-bundle.min.js", preload: false # @14.0.5 # From https://esm.sh/swiper/modules pin "swiper/modules", to: "swiper-modules.js", preload: false # @11.2.10 # Emoji picker: https://github.com/missive/emoji-mart (alternative: https://www.npmjs.com/package/emoji-picker-element)