From 85e0227215bef561e38cc8697dff9547c395a73d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 22:54:52 +0000 Subject: [PATCH] Update swiper to version 14.0.7 --- config/importmap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/importmap.rb b/config/importmap.rb index d5f6c3dc..9b70f201 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.6 +pin "swiper", to: "swiper-bundle.min.js", preload: false # @14.0.7 # 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)