From a8339bd8ce15c79b0dfa8a82685cf26f930fa16c Mon Sep 17 00:00:00 2001 From: Valentin Silytuin Date: Fri, 5 Apr 2024 22:31:50 +0400 Subject: [PATCH] Update Swiper to v11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f888b5..7e474cc 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "@advdominion/get-scrollbar-width": "^1.0.0" }, "peerDependencies": { - "swiper": "^10.2.0" + "swiper": "^11.0.0" } }