From 3ff0b19a49ba70c238e05e667876244ccea6829d Mon Sep 17 00:00:00 2001 From: Valentin Silyutin Date: Fri, 14 Aug 2026 09:36:24 +0400 Subject: [PATCH] =?UTF-8?q?lightbox-gallery:=20=D0=9E=D0=B1=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20Swiper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/lightbox-gallery/README.md | 2 +- packages/lightbox-gallery/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lightbox-gallery/README.md b/packages/lightbox-gallery/README.md index a317149..4f66d26 100644 --- a/packages/lightbox-gallery/README.md +++ b/packages/lightbox-gallery/README.md @@ -2,7 +2,7 @@ ## Требования -- [Swiper](https://github.com/nolimits4web/swiper) версии ^11.0.0 +- [Swiper](https://github.com/nolimits4web/swiper) ## Подключение и настройка diff --git a/packages/lightbox-gallery/package.json b/packages/lightbox-gallery/package.json index b329d2b..7cb988c 100644 --- a/packages/lightbox-gallery/package.json +++ b/packages/lightbox-gallery/package.json @@ -15,6 +15,6 @@ "@advdominion/get-scrollbar-width": "^2.0.0" }, "peerDependencies": { - "swiper": "^12.0.0" + "swiper": "^14.0.0" } }