From 01e0704a7b4bb5cde734dc66a252b9e2b2b7c398 Mon Sep 17 00:00:00 2001 From: takielias Date: Sat, 8 Feb 2025 22:38:56 +0600 Subject: [PATCH] Version fix for choices.js --- src/TablarPreset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TablarPreset.php b/src/TablarPreset.php index bd936eb..a9fb91e 100644 --- a/src/TablarPreset.php +++ b/src/TablarPreset.php @@ -130,7 +130,7 @@ protected static function updatePackageArray(array $packages): array "countup.js" => "^2.8.0", "dropzone" => "^6.0.0-beta.2", "autosize" => "^6.0.1", - "choices.js" => "^11.0.3", + "choices.js" => "^10.2.0", "star-rating.js" => "^4.3.1", "fslightbox" => "^3.4.2", "jsvectormap" => "^1.6.0",