From 1c586915a64410800283657f5d097969ad4e0539 Mon Sep 17 00:00:00 2001 From: Santeri Hurnanen Date: Mon, 18 Mar 2024 10:55:06 +0200 Subject: [PATCH] Require jquery_ui_draggable Focal point 2.0.3 removed jquery_ui_draggable from its dependencies. Our instances have it installed so we need to require it and check later if we have any actual dependency to it. --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 4ce2243f7..517070544 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,8 @@ "drupal/external_entities": "2.0.0-alpha6", "drupal/field_group": "^3.1", "drupal/focal_point": "^2.0", + "drupal/jquery_ui": "^1.6", + "drupal/jquery_ui_draggable": "^2.0", "drupal/gin_toolbar": "^1.0@rc", "drupal/hal": "^2.0", "drupal/helfi_api_base": "*",